elm theme - some fine tuning of theme to allow for dark and light

This commit is contained in:
Carsten Haitzler 2021-11-02 13:20:37 +00:00
parent ce301b6896
commit 21f91960f7
2 changed files with 17 additions and 0 deletions

View File

@ -148,6 +148,7 @@ group { name: "e/widgets/about/main";
rel2.relative: 1.0 0.0;
FIXED_SIZE(75, 75)
offscale;
color_class: "/fg/normal/about/logo";
}
}
////////////////////////////////////////////////////////////////

View File

@ -566,6 +566,14 @@ group { name: "e/fileman/default/icon/fixed";
group { name: "e/fileman/desktop/icon/fixed";
inherit: "e/fileman/default/icon/fixed";
alias: "e/fileman/desktop/icon/variable";
styles {
style { name: "fileman_icon_name_desktop";
base: "font="FN" font_size=10 text_class=fileman_icon align=center color=cc:/fg/normal/grid/item/fileman/desktop wrap=mixed ellipsis=1.0";
}
style { name: "fileman_icon_name_selected_desktop";
base: "font="FN" font_size=10 text_class=fileman_icon align=center color=cc:/fg/selected/grid/item/fileman/desktop wrap=mixed ellipsis=1.0";
}
}
parts {
part { name: "base"; type: RECT; mouse_events: 0;
description { state: "selected" 0.0;
@ -589,6 +597,14 @@ group { name: "e/fileman/desktop/icon/fixed";
color_class: "/bg/selected/fileman/desk/base";
}
}
part { name: "e.text.label";
description { state: "default" 0.0;
text.style: "fileman_icon_name_desktop";
}
description { state: "selected" 0.0;
text.style: "fileman_icon_name_selected_desktop";
}
}
part { name: "labelmin"; type: TEXTBLOCK; mouse_events: 0;
insert_after: "event";
scale: 1;