From 8e86b951358e71c95965104123bbc87605192306 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Thu, 23 Aug 2012 16:01:43 +0000 Subject: [PATCH] black: make visual bell overlay more visible. the mild theme gets darker before getting bright, then the bright does not need to be that much different. however the black one can't get darker, then we must make it brighter. SVN revision: 75633 --- data/themes/black.edc | 1 + data/themes/mild.edc | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/data/themes/black.edc b/data/themes/black.edc index 14798391..fedaeb8a 100644 --- a/data/themes/black.edc +++ b/data/themes/black.edc @@ -1,4 +1,5 @@ #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" diff --git a/data/themes/mild.edc b/data/themes/mild.edc index e86abd60..40d2b2d1 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -3,10 +3,16 @@ #ifndef BG_COLOR #define BG_COLOR 48 48 48 255 #endif + #ifndef BG_COLOR_TRANSLUCENT #define BG_COLOR_TRANSLUCENT 48 48 48 200 #endif +#ifndef BELL_OVERLAY_COLOR +#define BELL_OVERLAY_COLOR 220 220 220 16 +#endif + + collections { group { name: "terminology/background"; images { @@ -180,7 +186,7 @@ collections { } description { state: "pulse2" 0.0; inherit: "default" 0.0; - color: 220 220 220 16; + color: BELL_OVERLAY_COLOR; visible: 1; } }