billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=e4114bc4b7b36ebbe71cb03b5e1122e6420b7284

commit e4114bc4b7b36ebbe71cb03b5e1122e6420b7284
Author: Boris Faure <bill...@gmail.com>
Date:   Thu Jun 25 08:10:41 2020 +0200

    themes: make GLOW_TXT color_class work as expected
---
 data/themes/default/colors.edc         | 4 ++--
 data/themes/default/tab_drag_thumb.edc | 3 +++
 data/themes/nord.edc                   | 6 +++---
 data/themes/papercolor.edc             | 4 ++--
 data/themes/solarized.edc              | 4 ++--
 data/themes/solarized_light.edc        | 4 ++--
 6 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/data/themes/default/colors.edc b/data/themes/default/colors.edc
index 6eb9dc0..7c41183 100644
--- a/data/themes/default/colors.edc
+++ b/data/themes/default/colors.edc
@@ -3,8 +3,8 @@ color_class { name: "FG";       color: FG_COLOR ; }
 color_class { name: "GLOW";     color: 51 153 255 255; }
 color_class { name: "GLOW_TXT";
    color: 255 255 255 255;
-   color2: 51 153 255 128;
-   color3: 51 153 255  20;
+   color2: 51 153 255 255;
+   color3: 51 153 255 255;
 }
 
 color_class { name: "c0";       color: 170 170 170 255; } // COL_DEF
diff --git a/data/themes/default/tab_drag_thumb.edc 
b/data/themes/default/tab_drag_thumb.edc
index 3934bd3..d956704 100644
--- a/data/themes/default/tab_drag_thumb.edc
+++ b/data/themes/default/tab_drag_thumb.edc
@@ -104,6 +104,9 @@ group { name: "terminology/tab_drag_thumb";
          description { state: "default" 0.0;
             rel1.to: "terminology.content";
             rel2.to: "terminology.content";
+            color:  255 255 255 255;
+            color2: 255 255 255 128;
+            color3: 255 255 255  20;
             color_class: "GLOW_TXT";
             align: 0.5 1.0;
             text { font: "Sans"; size: 10;
diff --git a/data/themes/nord.edc b/data/themes/nord.edc
index 44d9504..4d2d7c5 100644
--- a/data/themes/nord.edc
+++ b/data/themes/nord.edc
@@ -51,9 +51,9 @@ color_classes {
    color_class { name: "FG"  ;  color: FG_COLOR; }
    color_class { name: "GLOW";  color: 51 153 255 255; }
    color_class { name: "GLOW_TXT";
-      color: 255 255 255 255;
-      color2: 51 153 255 128;
-      color3: 51 153 255  20;
+      color:  255 255 255 255;
+      color2:  51 153 255 255;
+      color3:  51 153 255 255;
    }
 
    color_class { name: "C0";  color: ANSI0; } // COL_BLACK
diff --git a/data/themes/papercolor.edc b/data/themes/papercolor.edc
index 21b453d..b113afc 100644
--- a/data/themes/papercolor.edc
+++ b/data/themes/papercolor.edc
@@ -32,8 +32,8 @@ color_classes {
    color_class { name: "GLOW";  color: 85 139 46 128; }
    color_class { name: "GLOW_TXT";
       color: 255 255 255 255;
-      color2: 85 139  46  128;
-      color3: 85 139  46   20;
+      color2: 85 139  46 255;
+      color3: 85 139  46 255;
    }
 
    color_class { name: "C0";  color: ANSI7; } // COL_BLACK
diff --git a/data/themes/solarized.edc b/data/themes/solarized.edc
index e516d92..4772453 100644
--- a/data/themes/solarized.edc
+++ b/data/themes/solarized.edc
@@ -28,8 +28,8 @@ color_classes {
    color_class { name: "GLOW";  color: 51 153 255 255; }
    color_class { name: "GLOW_TXT";
       color: 255 255 255 255;
-      color2: 51 153 255 128;
-      color3: 51 153 255  20;
+      color2: 51 153 255 255;
+      color3: 51 153 255 255;
    }
 
    color_class { name: "c0";  color: S_base0; }
diff --git a/data/themes/solarized_light.edc b/data/themes/solarized_light.edc
index 2bc0038..14b6476 100644
--- a/data/themes/solarized_light.edc
+++ b/data/themes/solarized_light.edc
@@ -28,8 +28,8 @@ color_classes {
    color_class { name: "GLOW";  color: 51 153 255 255; }
    color_class { name: "GLOW_TXT";
       color: 255 255 255 255;
-      color2: 51 153 255 128;
-      color3: 51 153 255  20;
+      color2: 51 153 255 255;
+      color3: 51 153 255 255;
    }
 
    color_class { name: "c0";  color: S_base0; }

-- 


Reply via email to