elm theme - more cc

This commit is contained in:
Carsten Haitzler 2021-10-11 11:21:59 +01:00
parent 4717248fc9
commit 653bf2d6f7
12 changed files with 30 additions and 28 deletions

View File

@ -110,6 +110,9 @@ color_classes {
color: 255 255 255 255; }
color_class { name: "/fg-alt/selected-pressed";
color: 255 255 255 255; }
///////////////////////////////////////////////////////////////////////////////
color_class { name: "/fg/normal/navigation/title";
color: 255 255 255 255; }
///////////////////////////////////////////////////////////////////////////////
color_class { name: "/shadow";
color: 0 0 0 128; }

View File

@ -1,21 +1,21 @@
#define CIT_STYLES\
style { name: "efl_ui_calendar_date_style";\
base: "font="FN" font_size=10 color=#a0a0a0 align=center text_class=calendar_day_text";\
base: "font="FN" font_size=10 color=cc:/fg/normal/calendar/day align=center text_class=calendar_day_text";\
}\
style { name: "efl_ui_calendar_date_holiday_style";\
base: "font="FN" font_size=10 color=#3399ff align=center text_class=calendar_day_text_holiday";\
base: "font="FN" font_size=10 color=cc:/fg/normal/calendar/day/holiday align=center text_class=calendar_day_text_holiday";\
}\
style { name: "efl_ui_calendar_date_today_style";\
base: "font="FN" font_size=10 color=#ffffff align=center text_class=calendar_day_text_today";\
base: "font="FN" font_size=10 color=cc:/fg/normal/calendar/day/today align=center text_class=calendar_day_text_today";\
}\
style { name: "efl_ui_calendar_date_disabled_style";\
base: "font="FN" font_size=10 color=#282828 align=center text_class=calendar_day_text_disabled";\
base: "font="FN" font_size=10 color=cc:/fg/normal/calendar/day/disabled align=center text_class=calendar_day_text_disabled";\
}\
style { name: "efl_ui_calendar_date_weekend1_style";\
base: "font="FN" font_size=10 color=#3399ff align=center text_class=calendar_day_text_weekend1";\
base: "font="FN" font_size=10 color=cc:/fg/normal/calendar/day/weekend1 align=center text_class=calendar_day_text_weekend1";\
}\
style { name: "efl_ui_calendar_date_weekend2_style";\
base: "font="FN" font_size=10 color=#3399ff align=center text_class=calendar_day_text_weekend2";\
base: "font="FN" font_size=10 color=cc:/fg/normal/calendar/day/weekend2 align=center text_class=calendar_day_text_weekend2";\
}\
#define CAL_SPIN(_sufix, _text, _relative)\

View File

@ -3,11 +3,11 @@ group { "efl/navigation_bar";
data.item: "version" "123";
styles {
style { name: "navigation_bar_text";
base: "font="FNBD" font_size=10 text_class=label align=center color=#fff ellipsis=1.0 wrap=mixed";
base: "font="FNBD" font_size=10 text_class=label align=center color=cc:/fg/normal/navigation/title ellipsis=1.0 wrap=mixed";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD" text_class=label_light";
tag: "b" "+ font="FNBD" text_class=label_light";
tag: "whitecolor" "+ color=#fff";
tag: "whitecolor" "+ color=#fff"; // no cc
tag: "tab" "\t";
}
}

View File

@ -49,10 +49,10 @@ group { "efl/tags/btn";
styles {
style { name: "efl_tags_textblock_style";
base: "font="FN" align=0.5 font_size=10 color=#fff text_class=tags_item ellipsis=1.0";
base: "font="FN" align=0.5 font_size=10 color=#fff text_class=tags_item ellipsis=1.0"; // no cc
tag: "br" "\n";
tag: "ps" "ps";
tag: "hilight" "+ color=#ffffff font="FNBD;
tag: "hilight" "+ font="FNBD; // no cc
tag: "b" "+ font="FNBD;
tag: "tab" "\t";
}

View File

@ -2,15 +2,14 @@ group { name: "efl/textpath";
data.item: "version" "123";
styles {
style { name: "textpath_style2";
base: "font="FN" font_size=10 text_class=tb_plain wrap=none align=left color=#a0a0a0";
base: "font="FN" font_size=10 text_class=tb_plain wrap=none align=left color=cc:/fg/normal/text";
tag: "br" "\n";
tag: "b" "+ font="FNBD" text_class=tb_light";
ENABLED_TEXTBLOCK_TAGS
}
}
parts {
part { name: "efl.text";
type: TEXTBLOCK;
part { name: "efl.text"; type: TEXTBLOCK;
scale: 1;
description { state: "default" 0.0;
align: 0.0 0.0;

View File

@ -4,10 +4,10 @@ group { name: "efl/label/tooltip";
alias: "efl/label/base/tooltip/transparent";
styles {
style { name: "tooltip_style2";
base: "font="FNBD" font_size=10 color=#ffffff text_class=bubble align=0.5";
base: "font="FNBD" font_size=10 color=cc:/fg/normal/tooltip/text text_class=bubble align=0.5";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD" text_class=bubble color=#ff9933";
tag: "b" "+ font="FNBD" text_class=bubble color=#3399ff";
tag: "hilight" "+ font="FNBD" text_class=bubble color=cc:/fg/normal/toolip/text/hilight";
tag: "b" "+ font="FNBD" text_class=bubble";
tag: "tab" "\t";
}
}

View File

@ -252,7 +252,7 @@ group { name: "elm/multibuttonentry/btn/default";
group { name: "elm/multibuttonentry/closedbutton/default";
styles {
style { name: "textblock_style_multibuttonentry_default";
base: "font="FNBD" font_size=10 text_class=multibuttonentry_closed color=#fff align=center wrap=char";
base: "font="FNBD" font_size=10 text_class=multibuttonentry_closed color=#fff align=center wrap=char"; /// no cc for color
tag: "br" "\n";
tag: "ps" "ps";
tag: "hilight" "+ font="FNBD;

View File

@ -144,7 +144,7 @@ group { name: "elm/label/base/popup/default";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD" text_class=label_light";
tag: "b" "+ font="FNBD" text_class=label_light";
tag: "whitecolor" "+ color=#fff";
tag: "whitecolor" "+ color=#fff"; // no cc
tag: "tab" "\t";
}
style { name: "popup_title_style_ellipsis";
@ -152,7 +152,7 @@ group { name: "elm/label/base/popup/default";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD" text_class=label_light";
tag: "b" "+ font="FNBD" text_class=label_light";
tag: "whitecolor" "+ color=#fff";
tag: "whitecolor" "+ color=#fff"; // no cc
tag: "tab" "\t";
}
}
@ -188,7 +188,7 @@ group { name: "elm/popup/base/default";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD" text_class=label_light";
tag: "b" "+ font="FNBD" text_class=label_light";
tag: "whitecolor" "+ color=#fff";
tag: "whitecolor" "+ color=#fff"; // no cc
tag: "tab" "\t";
}
}

View File

@ -1,7 +1,7 @@
group { name: "elm/textpath/base/default";
styles {
style { name: "textpath_style";
base: "font="FN" font_size=16 text_class=tb_plain wrap=none align=left color=#ffffffff style=shadow,bottom shadow_color=#00000080";
base: "font="FN" font_size=16 text_class=tb_plain wrap=none align=left color=cc:/fg/normal/text";
tag: "br" "\n";
tag: "b" "+ font="FNBD" text_class=tb_light";
ENABLED_TEXTBLOCK_TAGS

View File

@ -1433,7 +1433,7 @@ group { name: "e/modules/everything/textblock";
tag: "b" "+ font="FNBD"";
tag: "hilight" "+ font="FNBD" text_class=tb_light";
tag: "urgent" "+ font="FNBD" color=cc:/fg/normal/text-urgent";
tag: "title" "+ font="FNBD" color=cc:/fg/normal/text-heading font_size=16 underline=on underline_color=#fff";
tag: "title" "+ font="FNBD" color=cc:/fg/normal/text-heading font_size=16 underline=on underline_color=cc:/fg/normal/text-heading";
}
}
parts {

View File

@ -61,17 +61,17 @@ group { name: "e/conf/randr/main/monitor";
group { name: "e/conf/randr/main/frame";
styles {
style { name: "randr_name_style";
base: "font="FNBD" font_size=10 text_class=randr_monitor align=center color=#fff wrap=word";
base: "font="FNBD" font_size=10 text_class=randr_monitor align=center color=cc:/fg/normal/text wrap=word";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD"";
}
style { name: "randr_resolution_style";
base: "font="FN" font_size=10 text_class=randr_resolution align=center color=#ff9933 wrap=mixed align=center";
base: "font="FN" font_size=10 text_class=randr_resolution align=center color=cc:/fg/normal/tex wrap=mixed align=center";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD"";
}
style { name: "randr_position_style";
base: "font="FN" font_size=10 text_class=randr_position align=center color=#3399ff wrap=mixed align=center";
base: "font="FN" font_size=10 text_class=randr_position align=center color=cc:/fg/normal/tex wrap=mixed align=center";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD"";
}

View File

@ -1,12 +1,12 @@
group { name: "e/widgets/textblock";
styles {
style { name: "textblock_style";
base: "font="FN" font_size=10 text_class=tb_plain align=left color=#a0a0a0 wrap=word";
base: "font="FN" font_size=10 text_class=tb_plain align=left color=cc:/fg/normal wrap=word";
tag: "br" "\n";
tag: "b" "+ font="FNBD"";
tag: "hilight" "+ font="FNBD" text_class=tb_light";
tag: "urgent" "+ font="FNBD" color=#f40f";
tag: "title" "+ font="FNBD" font_size=16 underline=on underline_color=#3399ff";
tag: "urgent" "+ font="FNBD" color=cc:/fg/normal/text-urgent";
tag: "title" "+ font="FNBD" font_size=16 underline=on underline_color=cc:/fg/normal/text";
}
}
parts {