mild: specify cursor color

This commit is contained in:
Boris Faure 2020-08-13 22:46:39 +02:00
parent 367b84f6c6
commit 3d77b3e1f3
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,8 @@
color_class { name: "BG"; color: BG_COLOR ; }
color_class { name: "FG"; color: FG_COLOR ; }
#ifndef PROVIDE_CURSOR
color_class { name: "CURSOR"; color: 51 153 255 255; }
#endif
color_class { name: "CURSOR_HIGHLIGHT"; color: 255 255 255 255; }
color_class { name: "GLOW"; color: 51 153 255 255; }
color_class { name: "GLOW_HIGHLIGHT"; color: 255 255 255 255; }

View File

@ -29,7 +29,10 @@ collections {
#ifndef INHERIT_PROVIDE_OWN_COLORS
color_classes {
#define PROVIDE_CURSOR
color_class { name: "CURSOR"; color: 220 220 220 255; }
#include "default/colors.edc"
#undef PROVIDE_CURSOR
}
#endif