public
Description: Darkness theme for E17
Homepage: http://saturn-vk.deviantart.com
Clone URL: git://github.com/urandom/darkness-e17.git
darkness-e17 / darkness.edc
100644 129 lines (119 sloc) 3.247 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/* vim: set sw=3: */
#ifdef E17_PROFILE
# if E17_PROFILE == LOWRES_PDA
# define SM "sm_"
# elif E17_PROFILE == MEDIUMRES_PDA
# define SM "sm_"
# elif E17_PROFILE == HIRES_PDA
# define SM "sm_"
# elif E17_PROFILE == SLOW_PC
# define SM "sm_"
# elif E17_PROFILE == MEDIUM_PC
# define SM
# elif E17_PROFILE == FAST_PC
# define SM
# endif
#else
# define E17_PROFILE MEDIUM_PC
# define SM
#endif
 
#define DARKNESS_VERY_DARK_BLUE 17 23 29
#define DARKNESS_DARK_BLUE 38 62 87
#define DARKNESS_BLUE 56 82 109
#define DARKNESS_LIGHT_BLUE 145 169 195
#define DARKNESS_VERY_LIGHT_BLUE 201 212 225
#define DARKNESS_TITLE_BLUE 27 40 174
#define DARKNESS_BUTTON_BLUE 68 156 200
#define DARKNESS_BRIGHT_BLUE 61 124 195
#define DARKNESS_MARINE_BLUE 5 119 248
/*#define DARKNESS_BUTTON_RED 200 76 68 */
#define DARKNESS_BUTTON_RED 255 0 0
#define DARKNESS_DIALOG_BG 18 18 18
#define DARKNESS_FRAME_BORDER 25 67 98
 
data {
   item: "theme/name" "Darkness";
   item: "theme/version" "0.99.042";
   item: "theme/author" "Viktor Kojouharov";
   item: "theme/license" "Artistic 2.0";
}
 
fonts {
   font: "fonts/DejaVuSans.ttf" "DejaVu";
   font: "fonts/DejaVuSans-Bold.ttf" "DejaVu-Bold";
   font: "fonts/DejaVuSansMono.ttf" "DejaVu-Mono";
}
 
#include "images/images.edc"
 
spectra {
   spectrum {
      name: "shadow";
      color: 0 0 0 255 0;
      color: 5 5 5 0 1;
   }
   spectrum {
      name: "invert_shadow";
      color: 5 5 5 0 0;
      color: 0 0 0 255 1;
   }
   spectrum {
       name: "blue_glow";
       color: 20 136 220 80 0;
       color: 10 72 117 20 0.4;
       color: 6 42 68 0 1;
   }
}
 
collections {
#include "e/background.edc"
#include "e/desklock.edc"
#include "e/gadman.edc"
#include "e/icons.edc"
#include "e/pointer.edc"
#include "e/shelf.edc"
#include "e/sys.edc"
#include "e/theme_about.edc"
#include "e/toolbar.edc"
#include "e/transitions.edc"
 
#include "modules/battery.edc"
#include "modules/calendar.edc"
#include "modules/clock.edc"
#include "modules/cpu.edc"
#include "modules/deskshow.edc"
#include "modules/efm_nav.edc"
#include "modules/efm_path.edc"
#include "modules/forecasts.edc"
#include "modules/ibar.edc"
#include "modules/ibox.edc"
#include "modules/itask-ng.edc"
#include "modules/language.edc"
#include "modules/mem.edc"
#include "modules/net.edc"
#include "modules/notification.edc"
#include "modules/pager.edc"
#include "modules/slideshow.edc"
#include "modules/start.edc"
#include "modules/taskbar.edc"
#include "modules/temperature.edc"
#include "modules/winselector.edc"
 
#include "widgets/about.edc"
#include "widgets/border.edc"
#include "widgets/button.edc"
#include "widgets/check.edc"
#include "widgets/configure.edc"
#include "widgets/dialog.edc"
#include "widgets/entry.edc"
#include "widgets/error.edc"
#include "widgets/exebuf.edc"
#include "widgets/filesel.edc"
#include "widgets/fileman.edc"
#include "widgets/frame.edc"
#include "widgets/ilist.edc"
#include "widgets/label.edc"
#include "widgets/menu.edc"
#include "widgets/move.edc"
#include "widgets/preview.edc"
#include "widgets/radio.edc"
#include "widgets/resize.edc"
#include "widgets/scrollframe.edc"
#include "widgets/slider.edc"
#include "widgets/textblock.edc"
#include "widgets/tlist.edc"
#include "widgets/winlist.edc"
}