raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5bfae355b0f2f558d1b955fd1f81e6ee4e991a9c

commit 5bfae355b0f2f558d1b955fd1f81e6ee4e991a9c
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Apr 5 13:18:32 2021 +0100

    elm theme - elm code - make selections semi-trans like entry
---
 data/elementary/themes/edc/elm/code.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/elementary/themes/edc/elm/code.edc 
b/data/elementary/themes/edc/elm/code.edc
index 27b92e3fde..b6da8d6d64 100644
--- a/data/elementary/themes/edc/elm/code.edc
+++ b/data/elementary/themes/edc/elm/code.edc
@@ -46,7 +46,7 @@ color_classes {
     color_class { name: "elm/code/token/changed"; color: 54 54 255 255; }
     color_class { name: "elm/code/token/match"; color: 187 187 51 255; }
 
-    color_class { name: "elm/code/widget/color/selection"; color: 51 153 255 
255; }
+    color_class { name: "elm/code/widget/color/selection"; color: 51 153 255 
128; }
     color_class { name: "elm/code/widget/color/gutter/bg"; color: 64 64 64 
255; }
     color_class { name: "elm/code/widget/color/gutter/fg"; color: 128 128 128 
255; }
     color_class { name: "elm/code/widget/color/gutter/scope/bg"; color: 54 54 
54 255; }

-- 


Reply via email to