billiob pushed a commit to branch master.

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

commit a9199f199b15f739abf11874bc1553d3a6d887cf
Author: Boris Faure <bill...@gmail.com>
Date:   Fri Apr 3 20:10:16 2015 +0200

    colors: fix dark grey not showing up. Closes T2245
---
 data/themes/default_colors.in.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/themes/default_colors.in.edc 
b/data/themes/default_colors.in.edc
index 1af3c0d..98fa1e9 100644
--- a/data/themes/default_colors.in.edc
+++ b/data/themes/default_colors.in.edc
@@ -25,7 +25,7 @@ color_class { name: "c22";      color:  17  17  17 255; } // 
COL_INVERSE
 color_class { name: "c23";      color: 238 238 238 255; } // COL_INVERSEBG
 
 color_class { name: "c24";      color: 221 221 221 255; } // COL_DEF
-color_class { name: "c25";      color:   0   0   0 255; } // COL_BLACK
+color_class { name: "c25";      color: 128 128 128 255; } // COL_BLACK
 color_class { name: "c26";      color: 204 136 136 255; } // COL_RED
 color_class { name: "c27";      color: 136 204 136 255; } // COL_GREEN
 color_class { name: "c28";      color: 204 170 136 255; } // COL_YELLOW

-- 


Reply via email to