Skip to content

Commit db7a1c4

Browse files
committed
20200920
border buttons rearranged, new close button, simple about screen, digital clock fix, mnt logo on wallpaper
1 parent 527e697 commit db7a1c4

22 files changed

Lines changed: 89 additions & 69 deletions

README.md

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
1-
Enlightenment-Themes
2-
====================
1+
# Reform
2+
A classic Mac OS / Amiga OS inspired theme with the mnt Reform in mind.
3+
Based on darkmod (20171106) for Enlightenment e24.
34

4-
Various Enlightenment themes im working on, a branch per theme, development status for each theme is listed below
5-
6-
Building a theme is as simple as running the `./build-darkmod.sh` script. The built theme should be automatically put in your theme directory.
7-
8-
If you would like to modify one of the themes or create a new theme with vtx or darkmod take a look at [Hacking.md](Hacking.md)
9-
10-
Further info can be found at http://simotek.net/tech/projects/linux-themes/darkmod-enlightenment-theme-converter/
11-
12-
Branch Structure
13-
----------------
14-
15-
|Branch Name | Status | Description
16-
|--------------|----------|------------------------------------------------------------------------------
17-
| **Development**
18-
| Upstream | Dev Only | Current working upstream dark theme (from elementary.git
19-
| Master | Dev Only | My base theme, Upstream + changes i have in all themes (color-paths.conf is just the default)
20-
| **vtx**
21-
| Vertex | Almost Done | A port of the Vertex GTK theme
22-
| Fireball2 | In Development | A port of Toma's Fireball theme
23-
| Iceball2 | In Development | A port of Toma's Iceball theme
24-
| Grunge2 | In Development | A port of Toma's Grunge theme
25-
| **darkmod**
26-
| Extra Dark Green | Done | A darker theme then Dark with lots of green
27-
| Ice | Done | A light theme
28-
| Kitty | Semi Usable | A bit of fun
29-
| **Other**
30-
| Cerium2 | Almost Done | A light theme based off Toma's old Cerium theme.
31-
| Transiant | In Development | Something i'm slowly working on, Significantly different to dark eats lots of CPU
32-
| Transiant | In Development | Something i'm slowly working on, Significantly different to dark eats lots of CPU
33-
| transiant-color | In Development | Like Transiant but with more colors
34-
| anti-transiant-color | In Development | Like transiant-color but without the transparent bits that eat CPU
35-
| **openSUSE**
36-
| openSUSE-e-42.1 | Release | The current default theme used in openSUSE (Was blue-green)
37-
| openSUSE-e-ice | Release | The Ice light theme with openSUSE Branding.
5+
![Screenshot](Reform-image-sources/shot-2020-09-20_17-12-35.jpg)
Lines changed: 20 additions & 0 deletions
Loading
243 KB
Loading
1.75 MB
Binary file not shown.
2 MB
Binary file not shown.
514 KB
Binary file not shown.
514 KB
Binary file not shown.

darkmod-color-paths.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#####################################################################
77

88
# Theme name
9-
THEME_NAME=darkmod
10-
THEME_DESC="A theme for enlightenment"
11-
THEME_VERSION=20171106
9+
THEME_NAME=Reform
10+
THEME_DESC="A little classic Mac OS / Amiga inspired theme with the mnt Reform in mind. Based on darkmod 20171106"
11+
THEME_VERSION=20201000
1212

1313

1414
# Path to enlightenment theme if running from the theme dir . is fine

enlightenment-elementary/edc/about-theme.edc

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ group { name: "e/theme/about";
55
images.image: "screen_circular_shadow.png" COMP;
66
images.image: "button_normal.png" COMP;
77
images.image: "button_clicked.png" COMP;
8+
images.image: "mnt_about_background.jpg" COMP;
89
min: 220 220;
910
max: 220 220;
1011
parts {
@@ -16,10 +17,10 @@ group { name: "e/theme/about";
1617
}
1718
part { name: "bg";
1819
description { state: "default" 0.0;
19-
image.normal: "bg_radgrad.png";
20+
image.normal: "mnt_about_background.jpg";
2021
image.scale_hint: STATIC;
2122
fill.smooth: 0;
22-
ASPECT_FILL((1024/653))
23+
ASPECT_FILL((1580/1148))
2324
}
2425
}
2526
part { name: "name"; type: TEXT; mouse_events: 0;
@@ -30,7 +31,7 @@ group { name: "e/theme/about";
3031
color: FN_COL_HIGHLIGHT;
3132
rel1.relative: 0.5 0.5;
3233
rel2.relative: 0.5 0.5;
33-
text { font: FNBD; size: 64;
34+
text { font: FNBD; size: 32;
3435
text: "Dark";
3536
min: 1 1;
3637
ellipsis: -1;
@@ -44,13 +45,32 @@ group { name: "e/theme/about";
4445
description { state: "default" 0.0;
4546
fixed: 1 1;
4647
color: FN_COL_HIGHLIGHT;
47-
rel1.relative: 0.5 0.9;
48+
rel1.relative: 0.5 1.1;
4849
rel1.to: "name";
49-
rel2.relative: 0.5 0.9;
50+
rel2.relative: 0.5 1.1;
5051
rel2.to: "name";
5152
align: 0.5 1.0;
5253
text { font: FN; size: 10;
53-
text: "The default theme for Enlightenment";
54+
text: "Classic Mac OS / Amiga OS inspired theme with the mnt Reform in mind.";
55+
min: 1 1;
56+
ellipsis: -1;
57+
align: 0.5 1.0;
58+
}
59+
}
60+
}
61+
part { name: "name3"; type: TEXT; mouse_events: 0;
62+
effect: GLOW;
63+
scale: 1;
64+
description { state: "default" 0.0;
65+
fixed: 1 1;
66+
color: FN_COL_HIGHLIGHT;
67+
rel1.relative: 0.5 1.8;
68+
rel1.to: "name2";
69+
rel2.relative: 0.5 1.8;
70+
rel2.to: "name2";
71+
align: 0.5 1.0;
72+
text { font: FN; size: 10;
73+
text: "Based on darkmod 20171106";
5474
min: 1 1;
5575
ellipsis: -1;
5676
align: 0.5 1.0;

enlightenment-elementary/edc/background.edc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
group { name: "e/desktop/background";
22
images.image: "bg_radgrad.png" COMP;
33
images.image: "dot_pattern.png" COMP;
4+
image: "mntmn-logo-2015.png" COMP;
45
parts {
56
part { name: "bg";
67
description { state: "default" 0.0;
@@ -16,6 +17,17 @@ group { name: "e/desktop/background";
1617
TILED_PATTERN(256, 256)
1718
}
1819
}
20+
part { name: "mnt";
21+
mouse_events: 0;
22+
description { state: "default" 0.0;
23+
image.normal: "mntmn-logo-2015.png";
24+
image.scale_hint: STATIC;
25+
min: 326 177.5;
26+
max: 326 177.5;
27+
rel1.relative: 0.75 0.75;
28+
rel1.offset: 0 0;
29+
}
30+
}
1931
}
2032
}
2133

0 commit comments

Comments
 (0)