mild: color_classify cursors

This commit is contained in:
Boris Faure 2020-08-12 23:52:32 +02:00
parent 2aae7654b6
commit 60019120cf
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 21 additions and 3 deletions

View File

@ -2185,6 +2185,7 @@ collections {
}
description { state: "pulse" 0.0;
color: 255 255 255 80;
color_class: "CURSOR";
}
}
part { name: "key";
@ -2203,14 +2204,17 @@ collections {
border: 4 4 4 4;
}
color: 255 255 255 0;
color_class: "CURSOR";
}
description { state: "on" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
color_class: "CURSOR";
}
description { state: "out" 0.0;
inherit: "default" 0.0;
color: 160 100 255 0;
color: 255 255 255 0;
color_class: "CURSOR";
}
}
part { name: "outline";
@ -2222,10 +2226,12 @@ collections {
border: 3 3 3 3;
}
color: 255 255 255 64;
color_class: "CURSOR";
}
description { state: "focused" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
color_class: "CURSOR";
}
}
programs {
@ -2349,6 +2355,7 @@ collections {
}
description { state: "pulse" 0.0;
color: 255 255 255 80;
color_class: "CURSOR";
}
}
part { name: "key";
@ -2367,14 +2374,17 @@ collections {
border: 4 4 4 4;
}
color: 255 255 255 0;
color_class: "CURSOR";
}
description { state: "on" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
color_class: "CURSOR";
}
description { state: "out" 0.0;
inherit: "default" 0.0;
color: 160 100 255 0;
color: 255 255 255 0;
color_class: "CURSOR";
}
}
part { name: "outline";
@ -2386,10 +2396,12 @@ collections {
border: 3 3 3 3;
}
color: 255 255 255 64;
color_class: "CURSOR";
}
description { state: "focused" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
color_class: "CURSOR";
}
}
programs {
@ -2513,6 +2525,7 @@ collections {
}
description { state: "pulse" 0.0;
color: 255 255 255 80;
color_class: "CURSOR";
}
}
part { name: "key";
@ -2531,14 +2544,17 @@ collections {
border: 4 4 4 4;
}
color: 255 255 255 0;
color_class: "CURSOR";
}
description { state: "on" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
color_class: "CURSOR";
}
description { state: "out" 0.0;
inherit: "default" 0.0;
color: 160 100 255 0;
color: 255 255 255 0;
color_class: "CURSOR";
}
}
part { name: "outline";
@ -2550,10 +2566,12 @@ collections {
border: 3 3 3 3;
}
color: 255 255 255 64;
color_class: "CURSOR";
}
description { state: "focused" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
color_class: "CURSOR";
}
}
programs {