1/*fonts {
2   font: "PT_Sans-Web-Regular.ttf" "PTSans";
3   font: "PT_Sans-Web-Bold.ttf" "PTSans-Bold";
4   font: "PT_Sans-Web-Italic.ttf" "PTSans-Italic";
5   font: "PT_Sans-Web-BoldItalic.ttf" "PTSans-BoldItalic";
6}
7
8#define FN     "PTSans"
9#define FNBD   "PTSans-Bold"
10#define FNIT   "PTSans-Italic"
11#define FNBDIT "PTSans-BoldItalic"
12*/
13#define FN     "Sans"
14#define FNBD   "Sans:style=Bold"
15#define FNIT   "Sans:style=Oblique"
16#define FNBDIT "Sans:style=Bold Italic"
17
18#define FN_COL_DEFAULT_BASIC 255 255 255 255
19/* fonts.edc not sure if this one is neccesary */
20#define FN_COL_DEFAULT 255 255 255 255; color3: 0 0 0 128
21#define FN_COL_DEFAULT_SOFT_SHADOW 255 255 255 255; color3: 0 0 0 18
22#define FN_COL_HIGHLIGHT 51 153 255 255; color2: 51 153 255 24; color3: 51 153 255 18
23#define FN_COL_HIGHLIGHT_CLICKED 255 255 255 255; color2: 51 153 255 64; color3: 51 153 255 32
24#define FN_COL_HIGHLIGHT_DISABLE 51 153 255 64; color2: 51 153 255 16; color3: 51 153 255 8
25#define FN_COL_MID_GREY 128 128 128 255
26#define FN_COL_DISABLE 21 21 21 255; color3: 255 255 255 25;
27#define FN_COL_DISABLE_SHADOW 21 21 21 255; color3: 255 255 255 192
28#define FN_COL_TRANSPARENT 255 255 255 0; color3: 0 0 0 0
29#define FN_COL_WHITE_GLOW 255 255 255 255; color2: 255 255 255 24; color3: 255 255 255 18
30/* e/module/conf_colors/preview/text */
31#define FN_COL_SHADOW 255 255 255 32
32#define FN_COL_OUTLINE_SHADOW 255 255 255 255; color2: 255 255 255 255; color3: 255 255 255 255
33/* temperature.edc */
34#define FN_COL_SHADOW_BOTTOM 255 255 255 0; color2: 0 0 0 255; color3: 0 0 0 0
35/* elm/diskselector */
36#define FN_COL_WHITE 255 255 255 255
37#define FN_COL_GREY_152 152 152 152 255
38#define FN_COL_GREY_172 172 172 172 255
39/* elm/flipselector */
40#define FN_COL_GREY_192 192 192 192 255; color3: 0 0 0 128
41/* TBD: This could probably just be disabled */
42#define FN_COL_GREY_16 16 16 16 255; color3: 255 255 255 25
43/* elm/various */
44/*  TBD: should this just be the normal disabled */
45#define FN_COL_DISABLE_LIGHTER_SHADOW 21 21 21 255; color3: 255 255 255 15
46/* xkbswitch.edc */
47#define FN_COL_OUTLINE_TRANSPARENT 255 255 255 0; color2: 0 0 0 0; color3: 0 0 0 0;
48#define FN_COL_OUTLINE_DEFAULT 255 255 255 255; color2: 0 0 0 128; color3: 0 0 0 24;
49
50#define ENABLED_TEXTBLOCK_TAGS                                             \
51   tag: "em" "+ font_style=Oblique";                                       \
52   tag: "hilight" "+ font_weight=Bold style=glow glow_color=#3399ff80";    \
53   tag: "link" "+ color=#3399ff underline=on underline_color=#3399ff";     \
54   tag: "preedit" "+ underline=on underline_color=#3399ff";                \
55   tag: "preedit_sel" "+ backing=on backing_color=#000000 color=#ffffff";  \
56   tag: "title" "+ font_size=26";                                          \
57   tag: "subtitle" "+ font_size=18";                                       \
58   tag: "bigger" "+ font_size=12";                                         \
59   tag: "big" "+ font_size=11";                                            \
60   tag: "small" "+ font_size=8";                                           \
61   tag: "smaller" "+ font_size=7";                                         \
62   tag: "name" "+ color=#888888 font_weight=Bold";                         \
63   tag: "val" "+ color=#ffffff";                                           \
64   tag: "info" "+ color=#3399ff style=glow glow_color=#3399ff30";          \
65   tag: "success" "+ color=#00ff00 style=glow glow_color=#00ff0030";       \
66   tag: "warning" "+ color=#ff7c00 style=glow glow_color=#ff7c0030";       \
67   tag: "failure" "+ color=#ff0000 style=glow glow_color=#ff000030";       \
68   tag: "code" "+ font=Mono style=plain color=#ffffff";                    \
69   tag: "comment" "+ color=#00B000";                                       \
70   tag: "string" "+ color=#ff3a35";                                        \
71   tag: "number" "+ color=#D4D42A font_weight=Bold";                       \
72   tag: "brace" "+ color=#656565";                                         \
73   tag: "type" "+ color=#3399ff";                                          \
74   tag: "class" "+ color=#72AAD4 font_weight=Bold";                        \
75   tag: "function" "+ color=#72AAD4 font_weight=Bold";                     \
76   tag: "param" "+ color=#ffffff";                                         \
77   tag: "keyword" "+ color=#ff9900 font_weight=Bold";                      \
78   tag: "preprocessor" "+ color=#3399ff font_weight=Bold";                 \
79   tag: "line_added" "+ color=#00B000";                                    \
80   tag: "line_removed" "+ color=#ff3a35";                                  \
81   tag: "line_changed" "+ color=#ff9900";
82
83#define DISABLED_TEXTBLOCK_TAGS                                            \
84   tag: "em" "+ font_style=Oblique";                                       \
85   tag: "hilight" "+ font_weight=Bold style=glow glow_color=#3399ff20";    \
86   tag: "link" "+ color=#101820 shadow_color=#66aaff28 underline=on underline_color=#101820"; \
87   tag: "preedit" "+ underline=on underline_color=#3399ff88";              \
88   tag: "preedit_sel" "+ backing=on backing_color=#000000 color=#888888";  \
89   tag: "title" "+ font_size=26";                                          \
90   tag: "subtitle" "+ font_size=18";                                       \
91   tag: "bigger" "+ font_size=12";                                         \
92   tag: "big" "+ font_size=11";                                            \
93   tag: "small" "+ font_size=8";                                           \
94   tag: "smaller" "+ font_size=7";                                         \
95   tag: "name" "+ color=#151515 font_weight=Bold";                         \
96   tag: "val" "+ color=#151515";                                           \
97   tag: "info" "+ color=#3399ff60 style=glow glow_color=#3399ff18";        \
98   tag: "success" "+ color=#00ff0060 style=glow glow_color=#00ff0018";     \
99   tag: "warning" "+ color=#ff7c0060 style=glow glow_color=#ff7c0018";     \
100   tag: "failure" "+ color=#ff000060 style=glow glow_color=#ff000018";     \
101   tag: "code" "+ style=shadow,bottom shadow_color=#ffffff19 font=Mono color=#151515"; \
102   tag: "comment" "+ color=#002800";                                       \
103   tag: "string" "+ color=#300504";                                        \
104   tag: "number" "+ color=#202008 font_weight=Bold";                       \
105   tag: "brace" "+ color=#000000";                                         \
106   tag: "type" "+ color=#101820";                                          \
107   tag: "class" "+ color=#121c20 font_weight=Bold";                        \
108   tag: "function" "+ color=#121c20 font_weight=Bold";                     \
109   tag: "param" "+ color=#151515";                                         \
110   tag: "keyword" "+ color=#201200 font_weight=Bold";                      \
111   tag: "preprocessor" "+ color=#101820 font_weight=Bold";                 \
112   tag: "line_added" "+ color=#002800";                                    \
113   tag: "line_removed" "+ color=#300504";                                  \
114   tag: "line_changed" "+ color=#201200";
115