billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=a3a12e990555f96353dc07ae9ee86ac2f39fd3d8
commit a3a12e990555f96353dc07ae9ee86ac2f39fd3d8 Author: Boris Faure <[email protected]> Date: Sun Nov 22 17:01:31 2020 +0100 mild: fix unfocused effect --- data/themes/mild.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/mild.edc b/data/themes/mild.edc index 19264a3..55aa4df 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -93,8 +93,8 @@ collections { description { state: "default" 0.0; } description { state: "unfocused" 0.0; - color: 255 255 255 200; - color_class: "FG"; + color: 255 255 255 240; + color_class: "BG"; } } program { --
