elm theme - fix mis-named colorclass for inwin bg

was missing a / and ended up white.

@fix
This commit is contained in:
Carsten Haitzler 2021-12-30 18:20:24 +00:00
parent 8189c1a529
commit 95b3fec338
2 changed files with 2 additions and 1 deletions

View File

@ -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";

View File

@ -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;