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
This commit is contained in:
Gustavo Sverzut Barbieri 2012-08-23 16:01:43 +00:00
parent 9237fe7786
commit 8e86b95135
2 changed files with 8 additions and 1 deletions

View File

@ -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"

View File

@ -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;
}
}