elm theme - more cc

This commit is contained in:
Carsten Haitzler 2021-09-17 00:25:41 +01:00
parent c36d61729c
commit 6150f0e0b1
2 changed files with 14 additions and 13 deletions

View File

@ -8,7 +8,7 @@ group { name: "efl/separator/horizontal";
max: 99999 1; max: 99999 1;
rel1.offset: 4 4; rel1.offset: 4 4;
rel2.offset: -5 -5; rel2.offset: -5 -5;
color: 72 72 72 255; color_class: "/fg/normal/separator/horizontal";
} }
} }
} }
@ -20,6 +20,7 @@ group { name: "efl/separator/vertical";
part { name: "base"; part { name: "base";
description { state: "default" 0.0; description { state: "default" 0.0;
max: 1 99999; max: 1 99999;
color_class: "/fg/normal/separator/vertical";
} }
} }
} }

View File

@ -78,14 +78,14 @@ group { "efl/spin_button/horizontal";
} }
rect { "bg"; rect { "bg";
desc { "default"; desc { "default";
color: DARK_GREY_BG_COLOR; color_class: "/bg-dark/normal/spinner/base";
} }
} }
rect { "access"; rect { "access";
repeat; repeat;
desc { "default"; desc { "default";
fixed: 1 1; fixed: 1 1;
color: 0 0 0 0; color: 0 0 0 0; // no cc
rel.to: "bg"; rel.to: "bg";
hid; hid;
} }
@ -149,7 +149,7 @@ group { "efl/spin_button/horizontal";
norepeat; norepeat;
nomouse; nomouse;
desc { "default"; desc { "default";
color: 0 0 0 0; color: 0 0 0 0; // no cc
hid; hid;
} }
desc { "disabled"; desc { "disabled";
@ -256,31 +256,31 @@ group { "efl/spin_button/horizontal/inc_button";
min: 15 15; min: 15 15;
max: 15 15; max: 15 15;
image.normal: "i-arrow-r"; image.normal: "i-arrow-r";
color: 160 160 160 255; color_class: "/fg/normal/spinner/arrow";
rel1.offset: 4 4; rel1.offset: 4 4;
rel2.offset: -5 -5; rel2.offset: -5 -5;
offscale; offscale;
} }
description { state: "pressed" 0.0; description { state: "pressed" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 255 255 255 255; color_class: "/fg/pressed/spinner/arrow";
} }
description { state: "disabled" 0.0; description { state: "disabled" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 96 96 96 255; color_class: "/fg/disabled/spinner/arrow";
} }
} }
part { name: "over"; type: RECT; part { name: "over"; type: RECT;
repeat_events: 1; repeat_events: 1;
scale; scale;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
min: 23 23; min: 23 23;
} }
} }
part { name: "disabler"; type: RECT; part { name: "disabler"; type: RECT;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
visible: 0; visible: 0;
} }
description { state: "disabled" 0.0; description { state: "disabled" 0.0;
@ -409,7 +409,7 @@ group { "efl/spin_button/horizontal/text_button";
part { name: "efl.text"; type: TEXT; part { name: "efl.text"; type: TEXT;
scale: 1; scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 160 160 160 255; color_class: "/fg/normal/spinner/text";
rel.to: "bg"; rel.to: "bg";
rel1.offset: 4 4; rel1.offset: 4 4;
rel2.offset: -5 -5; rel2.offset: -5 -5;
@ -422,18 +422,18 @@ group { "efl/spin_button/horizontal/text_button";
} }
description { state: "disabled" 0.0; description { state: "disabled" 0.0;
inherit: "default" 0.0 ; inherit: "default" 0.0 ;
color: 96 96 96 255; color_class: "/fg/disabled/spinner/text";
} }
} }
part { name: "over"; type: RECT; part { name: "over"; type: RECT;
repeat_events: 1; repeat_events: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
} }
} }
part { name: "disabler"; type: RECT; part { name: "disabler"; type: RECT;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
visible: 0; visible: 0;
} }
description { state: "disabled" 0.0; description { state: "disabled" 0.0;