elm theme - more cc work now with generic colors in colon space

This commit is contained in:
Carsten Haitzler 2021-10-24 14:57:55 +01:00
parent d08bb74255
commit d3b89b3fe1
4 changed files with 533 additions and 345 deletions

File diff suppressed because it is too large Load Diff

View File

@ -78,7 +78,7 @@ group { "efl/spin_button/horizontal";
}
rect { "bg";
desc { "default";
color_class: "/bg-dark/normal/spinner/base";
color_class: "/bg/normal/spinner/base";
}
}
rect { "access";

View File

@ -9,7 +9,7 @@ group { name: "elm/spinner/base/default";
part { name: "bg"; type: RECT;
scale: 1;
description { state: "default" 0.0;
color_class: "/bg-dark/normal/spinner/base";
color_class: "/bg/normal/spinner/base";
}
}
part { name: "access"; type: RECT;

View File

@ -969,15 +969,15 @@ group { name: "e/modules/everything/thumbview/main/scrollframe";
clip_to: "sb_vbar_show";
description { state: "default" 0.0;
fixed: 1 1;
color_class: "/bg/normal/scroller/bar/vertical";
color_class: "/fg/normal/scroller/bar/vertical";
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
color_class: "/bg/disabled/scroller/bar/vertical";
color_class: "/fg/disabled/scroller/bar/vertical";
}
description { state: "clicked" 0.0;
inherit: "default" 0.0;
color_class: "/bg/pressed/scroller/bar/vertical";
color_class: "/fg/pressed/scroller/bar/vertical";
}
}
@ -1003,15 +1003,15 @@ group { name: "e/modules/everything/thumbview/main/scrollframe";
clip_to: "sb_hbar_show";
description { state: "default" 0.0;
fixed: 1 1;
color_class: "/bg/normal/scroller/bar/horizontal";
color_class: "/fg/normal/scroller/bar/horizontal";
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
color_class: "/bg/disabled/scroller/bar/horizontal";
color_class: "/fg/disabled/scroller/bar/horizontal";
}
description { state: "clicked" 0.0;
inherit: "default" 0.0;
color_class: "/bg/pressed/scroller/bar/horizontal";
color_class: "/fg/pressed/scroller/bar/horizontal";
}
}