elm theme - more cc

This commit is contained in:
Carsten Haitzler 2021-08-08 17:27:30 +01:00
parent 76e61a701c
commit 0b596ea6e8
1 changed files with 10 additions and 10 deletions

View File

@ -1,29 +1,29 @@
group { name: "elm/win/inwin/default"; group { name: "elm/win/inwin/default";
images.image: "win_shadow.png" COMP; images.image: "win_shad_flat.png" COMP;
parts { parts {
part { name: "bg"; type: RECT; mouse_events: 1; part { name: "bg"; type: RECT; mouse_events: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color_class: "dim/normal/inwin";
color: 255 255 255 0; // no cc
} }
description { state: "visible" 0.0; description { state: "visible" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 0 0 0 128; color: 255 255 255 255; // no cc
} }
} }
part { name: "shadow"; mouse_events: 0; part { name: "shadow"; type: RECT;
scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
rel.to: "base"; rel.to: "_sh1";
WIN_SHADOW_SMALL; color_class: "/shadow/normal/inwin";
} }
} }
WIN_SHAD("base", "shadow", "win_shad_flat.png", 10, 10, 7, 14, 0.25);
part { name: "base"; type: RECT; part { name: "base"; type: RECT;
scale: 1; scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 64 64 64 255; color_class: "/bg/normal/inwin";
offscale; offscale;
rel1.to: "elm.swallow.content"; rel.to: "elm.swallow.content";
rel2.to: "elm.swallow.content";
rel1.offset: -8 -8; rel1.offset: -8 -8;
rel2.offset: 7 7; rel2.offset: 7 7;
} }