billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=3d77b3e1f357af28d259fc6eff147e929a429f8b
commit 3d77b3e1f357af28d259fc6eff147e929a429f8b Author: Boris Faure <[email protected]> Date: Thu Aug 13 22:46:39 2020 +0200 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 d0b23b2..8a70b6d 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 3596c6d..31bb994 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 --
