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;