billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=a5bdd7cad30aeca4becc2c12b1c0d706bbfbe34e
commit a5bdd7cad30aeca4becc2c12b1c0d706bbfbe34e Author: Boris Faure <[email protected]> Date: Tue Aug 4 00:01:24 2020 +0200 themes/default: get back that yellowish color on tab missed --- data/themes/default/background.edc | 8 ++++---- data/themes/default/colors.edc | 6 +++--- data/themes/mild.edc | 12 ++++++++++-- data/themes/nord.edc | 6 +++--- data/themes/papercolor.edc | 6 +++--- data/themes/solarized.edc | 6 +++--- data/themes/solarized_light.edc | 6 +++--- 7 files changed, 29 insertions(+), 21 deletions(-) diff --git a/data/themes/default/background.edc b/data/themes/default/background.edc index 1b20870..203c309 100644 --- a/data/themes/default/background.edc +++ b/data/themes/default/background.edc @@ -153,10 +153,10 @@ group { name: "terminology/background"; } description { state: "over" 0.0; inherit: "default" 0.0; - color: 255 255 64 255; - color2: 255 153 51 128; - color3: 255 0 0 20; - color_class: "TAB_MISSED"; + color: 255 255 255 255; + color2: 255 255 255 128; + color3: 255 255 255 20; + color_class: "TAB_MISSED_OVER"; } } part { name: "terminology.tabcount.label"; type: TEXT; mouse_events: 0; diff --git a/data/themes/default/colors.edc b/data/themes/default/colors.edc index 3a4c718..76f3061 100644 --- a/data/themes/default/colors.edc +++ b/data/themes/default/colors.edc @@ -22,9 +22,9 @@ color_class { name: "TAB_MISSED"; color3: 255 0 0 255; } color_class { name: "TAB_MISSED_OVER"; - color: 255 255 255 255; - color2: 51 153 255 255; - color3: 51 153 255 255; + color: 255 255 64 255; + color2: 255 153 51 255; + color3: 255 0 0 255; } color_class { name: "TAB_TITLE"; color: FG_COLOR_NO_ALPHA 255; diff --git a/data/themes/mild.edc b/data/themes/mild.edc index 5c34135..26fe77a 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -93,7 +93,8 @@ collections { description { state: "default" 0.0; } description { state: "unfocused" 0.0; - color: 200 200 200 255; + color: 255 255 255 200; + color_class: "FG"; } } program { @@ -121,6 +122,7 @@ collections { mouse_events: 1; clip_to: "focusclip"; description { state: "default" 0.0; + color: 255 255 255 255; color_class: "BG"; } } @@ -156,7 +158,10 @@ collections { rel1.offset: -4 0; rel2.relative: 0.0 1.0; rel2.offset: -5 -1; - color: 255 153 51 64; + color: 255 255 255 64; + color2: 255 255 255 18; + color3: 255 255 255 8; + color_class: "TAB_MISSED"; align: 1.0 0.5; text { font: "Sans"; size: 8; align: 1.0 0.5; @@ -167,6 +172,9 @@ collections { description { state: "over" 0.0; inherit: "default" 0.0; color: 255 255 64 255; + color2: 255 153 51 128; + color3: 255 0 0 20; + color_class: "TAB_MISSED_OVER"; } } part { name: "terminology.tabcount.label"; type: TEXT; mouse_events: 0; diff --git a/data/themes/nord.edc b/data/themes/nord.edc index 6950e22..a64575a 100644 --- a/data/themes/nord.edc +++ b/data/themes/nord.edc @@ -70,9 +70,9 @@ color_classes { color3: 255 0 0 255; } color_class { name: "TAB_MISSED_OVER"; - color: 255 255 255 255; - color2: 51 153 255 255; - color3: 51 153 255 255; + color: 255 255 64 255; + color2: 255 153 51 255; + color3: 255 0 0 255; } color_class { name: "TAB_TITLE"; color: FG_COLOR_NO_ALPHA 255; diff --git a/data/themes/papercolor.edc b/data/themes/papercolor.edc index ad3c8c7..692ce73 100644 --- a/data/themes/papercolor.edc +++ b/data/themes/papercolor.edc @@ -52,9 +52,9 @@ color_classes { color3: 255 0 0 255; } color_class { name: "TAB_MISSED_OVER"; - color: 255 255 255 255; - color2: 51 153 255 255; - color3: 51 153 255 255; + color: 255 255 64 255; + color2: 255 153 51 255; + color3: 255 0 0 255; } color_class { name: "TAB_TITLE"; color: FG_COLOR_NO_ALPHA 255; diff --git a/data/themes/solarized.edc b/data/themes/solarized.edc index a2ce517..b55bbf4 100644 --- a/data/themes/solarized.edc +++ b/data/themes/solarized.edc @@ -46,9 +46,9 @@ color_classes { color3: 255 0 0 255; } color_class { name: "TAB_MISSED_OVER"; - color: 255 255 255 255; - color2: 51 153 255 255; - color3: 51 153 255 255; + color: 255 255 64 255; + color2: 255 153 51 255; + color3: 255 0 0 255; } color_class { name: "TAB_TITLE"; color: FG_COLOR_NO_ALPHA 255; diff --git a/data/themes/solarized_light.edc b/data/themes/solarized_light.edc index e0acc93..c0ab683 100644 --- a/data/themes/solarized_light.edc +++ b/data/themes/solarized_light.edc @@ -46,9 +46,9 @@ color_classes { color3: 255 0 0 255; } color_class { name: "TAB_MISSED_OVER"; - color: 255 255 255 255; - color2: 51 153 255 255; - color3: 51 153 255 255; + color: 255 255 64 255; + color2: 255 153 51 255; + color3: 255 0 0 255; } color_class { name: "TAB_TITLE"; color: FG_COLOR_NO_ALPHA 255; --
