summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-12-30 18:20:24 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-12-30 18:20:24 +0000
commit95b3fec338a49bfc06ce7bb203d1a758a05d1997 (patch)
treed68f5943ceb4c7d9556242e1dbb1838e439344ea
parent8189c1a529ae1ef2d686146093c27099c91f5b47 (diff)
downloadefl-95b3fec338a49bfc06ce7bb203d1a758a05d1997.tar.gz
elm theme - fix mis-named colorclass for inwin bg
was missing a / and ended up white. @fix
-rw-r--r--data/elementary/themes/colorclasses.edc1
-rw-r--r--data/elementary/themes/edc/elm/inwin.edc2
2 files changed, 2 insertions, 1 deletions
diff --git a/data/elementary/themes/colorclasses.edc b/data/elementary/themes/colorclasses.edc
index cff1df0be6..543eccbe92 100644
--- a/data/elementary/themes/colorclasses.edc
+++ b/data/elementary/themes/colorclasses.edc
@@ -496,6 +496,7 @@ color_tree {
}
":dim-lighter" {
"/dim/normal/hover";
+ "/dim/normal/inwin";
"/bg/normal/multibuttonentry/button";
"/bg/normal/calendar/day/today";
"/fg/normal/text-subtle";
diff --git a/data/elementary/themes/edc/elm/inwin.edc b/data/elementary/themes/edc/elm/inwin.edc
index 80cc451cf7..483e4019fa 100644
--- a/data/elementary/themes/edc/elm/inwin.edc
+++ b/data/elementary/themes/edc/elm/inwin.edc
@@ -3,7 +3,7 @@ group { name: "elm/win/inwin/default";
parts {
part { name: "bg"; type: RECT; mouse_events: 1;
description { state: "default" 0.0;
- color_class: "dim/normal/inwin";
+ color_class: "/dim/normal/inwin";
color: 255 255 255 0; // no cc
}
description { state: "visible" 0.0;