elm theme - more cc work

This commit is contained in:
Carsten Haitzler 2021-06-30 18:02:04 +01:00
parent b703469f76
commit 8f0ba01374
3 changed files with 54 additions and 68 deletions

View File

@ -61,6 +61,9 @@ color_classes {
color: 51 153 255 255; } color: 51 153 255 255; }
color_class { name: "/fg/normal/pointer/manipulator"; color_class { name: "/fg/normal/pointer/manipulator";
color: 51 153 255 192; } color: 51 153 255 192; }
///////////////////////////////////////////////////////////////////////////////
color_class { name: "/fg/normal/scroller/bar";
color: 51 153 255 255; }
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
color_class { name: "/bg/normal/access"; color_class { name: "/bg/normal/access";
color: 255 153 51 64; } color: 255 153 51 64; }

View File

@ -6,7 +6,7 @@ group { name: "e/conf/randr/main";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1.offset: 2 2; rel1.offset: 2 2;
rel2.offset: -3 -3; rel2.offset: -3 -3;
color: DARK_GREY_BG_COLOR; color_class: "/bg-dark/normal";
min: 18 18; min: 18 18;
offscale; offscale;
} }
@ -19,7 +19,7 @@ group { name: "e/conf/randr/main";
rel1.offset: 2 2; rel1.offset: 2 2;
rel2.offset: -3 -3; rel2.offset: -3 -3;
image.normal: "diagonal_stripes.png"; image.normal: "diagonal_stripes.png";
color: 255 255 255 64; color_class: "/bg-dark-alt/normal";
TILED_PATTERN(240, 240) TILED_PATTERN(240, 240)
offscale; offscale;
} }
@ -83,7 +83,7 @@ group { name: "e/conf/randr/main/frame";
part { name: "primary"; type: RECT; part { name: "primary"; type: RECT;
scale: 1; scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 48 48 48 255; color_class: "/bg-alt/normal";
rel1.offset: -4 -4; rel1.offset: -4 -4;
rel2.offset: 3 3; rel2.offset: 3 3;
offscale; offscale;
@ -109,7 +109,7 @@ group { name: "e/conf/randr/main/frame";
} }
description { state: "off" 0.0; description { state: "off" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 255 255 255 16; color: 255 255 255 16; // no cc
} }
} }
part { name: "e.box.clone"; type: BOX; part { name: "e.box.clone"; type: BOX;
@ -141,7 +141,8 @@ group { name: "e/conf/randr/main/frame";
} }
description { state: "active" 0.0; description { state: "active" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 51 153 255 128; color_class: "/bg/selected";
color: 255 255 255 128; // no cc
visible: 1; visible: 1;
} }
} }
@ -156,7 +157,7 @@ group { name: "e/conf/randr/main/frame";
min: 12 12; min: 12 12;
max: 12 12; max: 12 12;
image.normal: "i-radio"; image.normal: "i-radio";
color: 32 32 32 255; color_class: "/bg-dark/normal";
offscale; offscale;
fixed: 1 1; fixed: 1 1;
} }
@ -168,11 +169,12 @@ group { name: "e/conf/randr/main/frame";
min: 10 10; min: 10 10;
max: 10 10; max: 10 10;
image.normal: "i-radio"; image.normal: "i-radio";
color_class: "/fg/normal";
fixed: 1 1; fixed: 1 1;
} }
description { state: "pulse" 0.0; description { state: "pulse" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 255 255 255 128; color: 255 255 255 128; // no cc
} }
description { state: "off" 0.0; description { state: "off" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
@ -242,7 +244,7 @@ group { name: "e/conf/randr/main/frame";
FIXED_SIZE(15, 15) FIXED_SIZE(15, 15)
image.normal: "i-arrow-u"; image.normal: "i-arrow-u";
fixed: 1 1; fixed: 1 1;
color: 51 153 255 255; color_class: "/fg-alt/selected";
offscale; offscale;
} }
} }
@ -256,7 +258,7 @@ group { name: "e/conf/randr/main/frame";
FIXED_SIZE(20, 20) FIXED_SIZE(20, 20)
image.normal: "i-system-shutdown"; image.normal: "i-system-shutdown";
fixed: 1 1; fixed: 1 1;
color: 51 153 255 255; color_class: "/fg-alt/selected";
} }
} }
part { name: "rsz1"; mouse_events: 0; part { name: "rsz1"; mouse_events: 0;
@ -268,13 +270,13 @@ group { name: "e/conf/randr/main/frame";
rel.to: "e.event.resize"; rel.to: "e.event.resize";
image.normal: "i-arrow-lu"; image.normal: "i-arrow-lu";
FIXED_SIZE(5, 5) FIXED_SIZE(5, 5)
color: 51 153 255 255; color_class: "/fg-alt/selected";
} }
description { state: "pulse" 0.0; description { state: "pulse" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
rel1.relative: -1.0 -1.0; rel1.relative: -1.0 -1.0;
rel2.relative: -1.0 -1.0; rel2.relative: -1.0 -1.0;
color: 51 153 255 0; color: 255 255 255 0; // no cc
} }
} }
part { name: "rsz2"; mouse_events: 0; part { name: "rsz2"; mouse_events: 0;
@ -286,19 +288,19 @@ group { name: "e/conf/randr/main/frame";
rel.to: "e.event.resize"; rel.to: "e.event.resize";
image.normal: "i-arrow-rd"; image.normal: "i-arrow-rd";
FIXED_SIZE(5, 5) FIXED_SIZE(5, 5)
color: 51 153 255 255; color_class: "/fg-alt/selected";
} }
description { state: "pulse" 0.0; description { state: "pulse" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
rel1.relative: 2.0 2.0; rel1.relative: 2.0 2.0;
rel2.relative: 2.0 2.0; rel2.relative: 2.0 2.0;
color: 51 153 255 0; color: 255 255 255 0; // no cc
} }
} }
part { name: "rotc"; type: RECT; part { name: "rotc"; type: RECT;
scale: 1; scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
rel1.offset: 16 16; rel1.offset: 16 16;
rel2.offset: -17 -17; rel2.offset: -17 -17;
max: 1 1; max: 1 1;
@ -317,12 +319,12 @@ group { name: "e/conf/randr/main/frame";
map.on: 1; map.on: 1;
map.smooth: 1; map.smooth: 1;
map.rotation.center: "rotc"; map.rotation.center: "rotc";
color: 51 153 255 255; color_class: "/fg-alt/selected";
} }
description { state: "pulse" 0.0; description { state: "pulse" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 51 153 255 0;
map.rotation.z: -60; map.rotation.z: -60;
color: 255 255 255 0; // no cc
} }
} }
part { name: "rot2"; mouse_events: 0; part { name: "rot2"; mouse_events: 0;
@ -337,12 +339,12 @@ group { name: "e/conf/randr/main/frame";
map.on: 1; map.on: 1;
map.smooth: 1; map.smooth: 1;
map.rotation.center: "rotc"; map.rotation.center: "rotc";
color: 51 153 255 255; color_class: "/fg-alt/selected";
} }
description { state: "pulse" 0.0; description { state: "pulse" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 51 153 255 0;
map.rotation.z: 60; map.rotation.z: 60;
color: 255 255 255 0; // no cc
} }
} }
part { name: "e.swallow.refresh"; type: SWALLOW; part { name: "e.swallow.refresh"; type: SWALLOW;
@ -398,11 +400,11 @@ group { name: "e/conf/randr/main/frame";
rel.to: "e.event.arrow.show"; rel.to: "e.event.arrow.show";
image.normal: "i-arrow-d"; image.normal: "i-arrow-d";
FIXED_SIZE(15, 15) FIXED_SIZE(15, 15)
color: 51 153 255 255; color_class: "/fg/normal";
} }
description { state: "clicked" 0.0; description { state: "clicked" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 255 255 255 255; color_class: "/fg/pressed";
} }
} }
part { name: "arrow2"; mouse_events: 0; part { name: "arrow2"; mouse_events: 0;
@ -412,18 +414,18 @@ group { name: "e/conf/randr/main/frame";
rel.to: "e.event.arrow.show"; rel.to: "e.event.arrow.show";
image.normal: "i-arrow-u"; image.normal: "i-arrow-u";
FIXED_SIZE(15, 15) FIXED_SIZE(15, 15)
color: 51 153 255 255; color_class: "/fg/normal";
} }
description { state: "clicked" 0.0; description { state: "clicked" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 255 255 255 255; color_class: "/fg/pressed";
} }
} }
part { name: "e.event.arrow.show"; type: RECT; part { name: "e.event.arrow.show"; type: RECT;
clip_to: "arrowclip"; clip_to: "arrowclip";
scale: 1; scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
max: 21 21; max: 21 21;
align: 0.0 0.0; align: 0.0 0.0;
} }
@ -431,7 +433,7 @@ group { name: "e/conf/randr/main/frame";
part { name: "e.event.rotate"; type: RECT; part { name: "e.event.rotate"; type: RECT;
scale: 1; scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
max: 21 21; max: 21 21;
align: 1.0 0.0; align: 1.0 0.0;
} }
@ -449,7 +451,7 @@ group { name: "e/conf/randr/main/frame";
} }
part { name: "e.event.indicator"; type: RECT; part { name: "e.event.indicator"; type: RECT;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
align: 0.0 1.0; align: 0.0 1.0;
rel2.to_y: "pwrhint2"; rel2.to_y: "pwrhint2";
rel2.to_x: "pwrhint2"; rel2.to_x: "pwrhint2";
@ -642,7 +644,7 @@ group { name: "e/conf/randr/main/mini";
parts { parts {
part { name: "base"; type: RECT; part { name: "base"; type: RECT;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 32 32 32 255; color_class: "/bg-dark/normal";
} }
} }
part { name: "e.swallow.preview"; type: SWALLOW; part { name: "e.swallow.preview"; type: SWALLOW;

View File

@ -66,7 +66,7 @@ group { name: "e/widgets/scrollframe";
part { name: "bg"; type: RECT; part { name: "bg"; type: RECT;
description { state: "default" 0.0; description { state: "default" 0.0;
rel.to: "e.swallow.content"; rel.to: "e.swallow.content";
color: 0 0 0 0; color: 0 0 0 0; // no cc
} }
} }
part { name: "clipper"; type: RECT; part { name: "clipper"; type: RECT;
@ -111,7 +111,7 @@ group { name: "e/widgets/scrollframe";
part { name: "sb_vbar_p1"; type: RECT; part { name: "sb_vbar_p1"; type: RECT;
clip_to: "sb_vbar"; clip_to: "sb_vbar";
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
rel1.to: "sb_vbar"; rel1.to: "sb_vbar";
rel2.relative: 1.0 0.0; rel2.relative: 1.0 0.0;
rel2.to: "e.dragable.vbar"; rel2.to: "e.dragable.vbar";
@ -121,7 +121,7 @@ group { name: "e/widgets/scrollframe";
part { name: "sb_vbar_p2"; type: RECT; part { name: "sb_vbar_p2"; type: RECT;
clip_to: "sb_vbar"; clip_to: "sb_vbar";
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
rel1.relative: 0.0 1.0; rel1.relative: 0.0 1.0;
rel1.to: "e.dragable.vbar"; rel1.to: "e.dragable.vbar";
rel2.to: "sb_vbar"; rel2.to: "sb_vbar";
@ -141,7 +141,7 @@ group { name: "e/widgets/scrollframe";
rel1.to: "sb_vbar"; rel1.to: "sb_vbar";
rel2.relative: 0.5 0.5; rel2.relative: 0.5 0.5;
rel2.to: "sb_vbar"; rel2.to: "sb_vbar";
color: 0 0 0 0; color: 0 0 0 0; // no cc
} }
description { state: "hidden" 0.0; description { state: "hidden" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
@ -155,7 +155,7 @@ group { name: "e/widgets/scrollframe";
repeat_events: 1; repeat_events: 1;
scale: 1; scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
rel1.to: "sb_vbar"; rel1.to: "sb_vbar";
rel1.offset: -45 0; rel1.offset: -45 0;
rel2.to: "sb_vbar"; rel2.to: "sb_vbar";
@ -309,7 +309,7 @@ group { name: "e/widgets/scrollframe";
part { name: "sb_hbar_p1"; type: RECT; part { name: "sb_hbar_p1"; type: RECT;
clip_to: "sb_hbar"; clip_to: "sb_hbar";
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
rel1.to: "sb_hbar"; rel1.to: "sb_hbar";
rel2.relative: 0.0 1.0; rel2.relative: 0.0 1.0;
rel2.to: "e.dragable.hbar"; rel2.to: "e.dragable.hbar";
@ -319,7 +319,7 @@ group { name: "e/widgets/scrollframe";
part { name: "sb_hbar_p2"; type: RECT; part { name: "sb_hbar_p2"; type: RECT;
clip_to: "sb_hbar"; clip_to: "sb_hbar";
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
rel1.relative: 1.0 0.0; rel1.relative: 1.0 0.0;
rel1.to: "e.dragable.hbar"; rel1.to: "e.dragable.hbar";
rel2.to: "sb_hbar"; rel2.to: "sb_hbar";
@ -339,7 +339,7 @@ group { name: "e/widgets/scrollframe";
rel1.to: "sb_hbar"; rel1.to: "sb_hbar";
rel2.relative: 0.5 0.5; rel2.relative: 0.5 0.5;
rel2.to: "sb_hbar"; rel2.to: "sb_hbar";
color: 0 0 0 0; color: 0 0 0 0; // no cc
} }
description { state: "hidden" 0.0; description { state: "hidden" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
@ -353,7 +353,7 @@ group { name: "e/widgets/scrollframe";
repeat_events: 1; repeat_events: 1;
scale: 1; scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 0 0 0 0; color: 0 0 0 0; // no cc
rel1.to: "sb_hbar"; rel1.to: "sb_hbar";
rel1.offset: 0 -45; rel1.offset: 0 -45;
rel2.to: "sb_hbar"; rel2.to: "sb_hbar";
@ -485,15 +485,15 @@ group { name: "e/widgets/scrollframe";
clip_to: "sb_vbar_show"; clip_to: "sb_vbar_show";
description { state: "default" 0.0; description { state: "default" 0.0;
fixed: 1 1; fixed: 1 1;
color: 51 153 255 255; color_class: "/fg/normal/scroller/bar/horizontal";
} }
description { state: "disabled" 0.0; description { state: "disabled" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 80 80 80 255; color_class: "/fg/disabled/scroller/bar/horizontal";
} }
description { state: "clicked" 0.0; description { state: "clicked" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 255 255 255 255; color_class: "/fg/pressed/scroller/bar/horizontal";
} }
} }
@ -519,15 +519,15 @@ group { name: "e/widgets/scrollframe";
clip_to: "sb_hbar_show"; clip_to: "sb_hbar_show";
description { state: "default" 0.0; description { state: "default" 0.0;
fixed: 1 1; fixed: 1 1;
color: 51 153 255 255; color_class: "/fg/normal/scroller/bar/horizontal";
} }
description { state: "disabled" 0.0; description { state: "disabled" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 80 80 80 255; color_class: "/fg/disabled/scroller/bar/horizontal";
} }
description { state: "clicked" 0.0; description { state: "clicked" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 255 255 255 255; color_class: "/fg/pressed/scroller/bar/horizontal";
} }
} }
@ -547,58 +547,39 @@ group { name: "e/widgets/scrollframe";
max: 999999 15; max: 999999 15;
} }
} }
//////////////////////////////////////////////////////////////////////
part { name: "dim_effect"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
color: 0 0 0 0;
}
description { state: "effect" 0.0;
color: 32 32 32 255;
}
}
} }
programs { programs {
program { program { signal: "mouse,down,1*"; source: "e.dragable.vbar";
signal: "mouse,down,1*"; source: "e.dragable.vbar";
action: STATE_SET "clicked" 0.0; action: STATE_SET "clicked" 0.0;
target: "e.dragable.vbar"; target: "e.dragable.vbar";
target: "color_vbar"; target: "color_vbar";
} }
program { program { signal: "mouse,down,*"; source: "e.dragable.vbar";
signal: "mouse,down,*"; source: "e.dragable.vbar";
action: SIGNAL_EMIT "e,vbar,press" "e"; action: SIGNAL_EMIT "e,vbar,press" "e";
} }
program { program { signal: "mouse,up,1"; source: "e.dragable.vbar";
signal: "mouse,up,1"; source: "e.dragable.vbar";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "e.dragable.vbar"; target: "e.dragable.vbar";
target: "color_vbar"; target: "color_vbar";
} }
program { program { signal: "mouse,up,*"; source: "e.dragable.vbar";
signal: "mouse,up,*"; source: "e.dragable.vbar";
action: SIGNAL_EMIT "e,vbar,unpress" "e"; action: SIGNAL_EMIT "e,vbar,unpress" "e";
} }
program { program { signal: "mouse,down,1*"; source: "e.dragable.hbar";
signal: "mouse,down,1*"; source: "e.dragable.hbar";
action: STATE_SET "clicked" 0.0; action: STATE_SET "clicked" 0.0;
target: "e.dragable.hbar"; target: "e.dragable.hbar";
target: "color_hbar"; target: "color_hbar";
} }
program { program { signal: "mouse,down,*"; source: "e.dragable.hbar";
signal: "mouse,down,*"; source: "e.dragable.hbar";
action: SIGNAL_EMIT "e,hbar,press" "e"; action: SIGNAL_EMIT "e,hbar,press" "e";
} }
program { program { signal: "mouse,up,1"; source: "e.dragable.hbar";
signal: "mouse,up,1"; source: "e.dragable.hbar";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "e.dragable.hbar"; target: "e.dragable.hbar";
target: "color_hbar"; target: "color_hbar";
} }
program { program { signal: "mouse,up,*"; source: "e.dragable.hbar";
signal: "mouse,up,*"; source: "e.dragable.hbar";
action: SIGNAL_EMIT "e,hbar,unpress" "e"; action: SIGNAL_EMIT "e,hbar,unpress" "e";
} }
} }