From 3d77b3e1f357af28d259fc6eff147e929a429f8b Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 13 Aug 2020 22:46:39 +0200 Subject: [PATCH] mild: specify cursor color --- data/themes/default/colors.edc | 2 ++ data/themes/mild.edc | 3 +++ 2 files changed, 5 insertions(+) diff --git a/data/themes/default/colors.edc b/data/themes/default/colors.edc index d0b23b21..8a70b6d7 100644 --- a/data/themes/default/colors.edc +++ b/data/themes/default/colors.edc @@ -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; } diff --git a/data/themes/mild.edc b/data/themes/mild.edc index 3596c6d4..31bb994c 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -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