mild: simplify and no longer need BELL_OVERLAY

This commit is contained in:
Boris Faure 2020-08-13 00:25:34 +02:00
parent e0c7ce95e3
commit 367b84f6c6
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
5 changed files with 3 additions and 10 deletions

View File

@ -6,7 +6,6 @@
#define FG_COLOR_NO_ALPHA 192 197 206
#define FG_COLOR FG_COLOR_NO_ALPHA 255
#define BELL_OVERLAY_COLOR 43 48 59 32
#define INHERIT_PROVIDE_OWN_COLORS 1
collections {

View File

@ -1,5 +1,4 @@
#define BG_COLOR 0 0 0 255
#define BG_COLOR_TRANSLUCENT 0 0 0 200
#define BELL_OVERLAY_COLOR 220 220 220 32
#include "mild.edc"

View File

@ -34,7 +34,6 @@ color_class { name: "TAB_TITLE";
color_class { name: "BG_SENDFILE"; color: 64 64 64 255; }
color_class { name: "SHINE"; color: 255 255 255 255; }
color_class { name: "BELL_OVERLAY"; color: 200 200 200 255; }

View File

@ -1,9 +1,6 @@
/* overlay to default to make theme easier on the eyes, less effects */
#ifndef BELL_OVERLAY_COLOR
#define BELL_OVERLAY_COLOR 220 220 220 16
#endif
#ifndef BG_COLOR_NO_ALPHA
#define BG_COLOR_NO_ALPHA 48 48 48
#endif
@ -1380,8 +1377,8 @@ collections {
}
description { state: "pulse1" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
color_class: "BELL_OVERLAY";
color: 255 255 255 220;
color_class: "BG";
}
description { state: "pulse2" 0.0;
inherit: "default" 0.0;
@ -1399,7 +1396,7 @@ collections {
description { state: "pulse2" 0.0;
inherit: "default" 0.0;
color: 255 255 255 32;
color_class: "BELL_OVERLAY";
color_class: "BG";
visible: 1;
}
}

View File

@ -1,6 +1,5 @@
#define BG_COLOR 26 26 26 255
#define BG_COLOR_TRANSLUCENT 26 26 26 200
#define BELL_OVERLAY_COLOR 220 220 220 32
#define INHERIT_PROVIDE_OWN_COLORS 1
collections {