summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-04-05 13:18:32 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-04-05 13:18:32 +0100
commit5bfae355b0f2f558d1b955fd1f81e6ee4e991a9c (patch)
treebb9033b864d0bd279211ac053c10c4526c89f587
parente971355d26950e56e1b78710c2f78896ae89676c (diff)
downloadefl-5bfae355b0f2f558d1b955fd1f81e6ee4e991a9c.tar.gz
elm theme - elm code - make selections semi-trans like entry
-rw-r--r--data/elementary/themes/edc/elm/code.edc2
1 files changed, 1 insertions, 1 deletions
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; }