elm theme - more cc

This commit is contained in:
Carsten Haitzler 2021-08-17 18:21:35 +01:00
parent f123f057a7
commit fd63d07fb9
3 changed files with 14 additions and 11 deletions

View File

@ -405,6 +405,8 @@ color_classes {
color: 80 80 80 255; }
color_class { name: "/fg/normal/frame/title";
color: 255 255 255 255; }
color_class { name: "/fg/normal/frame/separator";
color: 80 80 80 255; }
///////////////////////////////////////////////////////////////////////////////
color_class { name: "/bg/normal/actionslider/base";
color: 0 0 0 64; }
@ -587,7 +589,7 @@ color_classes {
///////////////////////////////////////////////////////////////////////////////
color_class { name: "/bg/selected/toolbar/base";
color: 32 32 32 255; }
color_class { name: "/fg/selected/toolbar/separator";
color_class { name: "/fg/normal/toolbar/separator";
color: 80 80 80 255; }
///////////////////////////////////////////////////////////////////////////////
color_class { name: "/fg/normal/winlist/text/title";

View File

@ -83,7 +83,7 @@ group { name: "elm/frame/base/default";
}
part { name: "event"; type: RECT; ignore_flags: ON_HOLD;
description { state: "default" 0.0;
color: 0 0 0 0;
color: 0 0 0 0; // no cc
rel1.to_y: "elm.text";
rel2.to_y: "elm.text";
}
@ -166,7 +166,7 @@ group { name: "elm/frame/base/border";
parts {
part { name: "top_bg";
description { state: "default" 0.0;
color: 32 32 32 255;
color_class: "/bg/selected/titlebar";
}
}
part { name: "elm.text";
@ -174,6 +174,7 @@ group { name: "elm/frame/base/border";
rel2.to_x: "close";
rel2.relative: 0.0 0.0;
min: 0 15;
color_class: "/fg/selected/titlebar";
}
}
part { name: "close";
@ -190,11 +191,11 @@ group { name: "elm/frame/base/border";
max: 15 15;
offscale;
image.normal: "i-close";
color: 255 255 255 255;
color_class: "/fg/selected/titlebar/buttons/close";
}
description { state: "clicked" 0.0;
inherit: "default" 0.0;
color: 220 220 220 255;
color_class: "/fg/pressed/titlebar/buttons/close";
}
}
program { signal: "mouse,down,1"; source: "close";
@ -216,7 +217,7 @@ group { name: "elm/frame/base/overlay";
parts {
part { name: "bg";
description { state: "default" 0.0;
color: 0 0 0 160;
color_class: "/dim/normal/frame-overlay";
}
}
}
@ -227,7 +228,7 @@ group { name: "elm/frame/base/icon_overlay";
parts {
part { name: "bg";
description { state: "default" 0.0;
color: 0 0 0 160;
color_class: "/dim/normal/frame-overlay";
}
}
}
@ -238,7 +239,7 @@ group { name: "elm/frame/base/border_overlay";
parts {
part { name: "bg";
description { state: "default" 0.0;
color: 0 0 0 160;
color_class: "/dim/normal/frame-overlay";
}
}
}
@ -345,7 +346,7 @@ group { name: "elm/frame/base/outdent_top";
rel2.offset: -5 2;
rel2.relative: 1.0 0.0;
min: 0 1;
color: 72 72 72 255;
color_class: "/fg/normal/frame/separator";
offscale;
}
}
@ -372,7 +373,7 @@ group { name: "elm/frame/base/outdent_bottom";
rel1.relative: 0.0 1.0;
rel2.offset: -5 -3;
min: 0 1;
color: 72 72 72 255;
color_class: "/fg/normal/frame/separator";
offscale;
}
}

View File

@ -1262,7 +1262,7 @@ group { name: "elm/toolbar/separator/default";
max: 1 99999;
rel1.offset: 4 4;
rel2.offset: -5 -5;
color_class: "/fg/selected/toolbar/separator";
color_class: "/fg/normal/toolbar/separator";
offscale;
}
description { state: "vert" 0.0;