summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-11-02 13:20:37 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-11-02 13:20:37 +0000
commit21f91960f7bf1192fd87fa8682fe11d1464b9ebc (patch)
treefcdbee4f21f6f72cae6a1cea54b5cb89d7f2fe3f /data
parentce301b68962f3a3eb04c44c54012fdbe92cd47e8 (diff)
downloadefl-21f91960f7bf1192fd87fa8682fe11d1464b9ebc.tar.gz
elm theme - some fine tuning of theme to allow for dark and light
Diffstat (limited to 'data')
-rw-r--r--data/elementary/themes/edc/about-e.edc1
-rw-r--r--data/elementary/themes/edc/fileman.edc16
2 files changed, 17 insertions, 0 deletions
diff --git a/data/elementary/themes/edc/about-e.edc b/data/elementary/themes/edc/about-e.edc
index 335af392ab..8e8c6b2bac 100644
--- a/data/elementary/themes/edc/about-e.edc
+++ b/data/elementary/themes/edc/about-e.edc
@@ -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";
}
}
////////////////////////////////////////////////////////////////
diff --git a/data/elementary/themes/edc/fileman.edc b/data/elementary/themes/edc/fileman.edc
index 0bd78467ab..ba605b6795 100644
--- a/data/elementary/themes/edc/fileman.edc
+++ b/data/elementary/themes/edc/fileman.edc
@@ -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;