raster pushed a commit to branch master.

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

commit fa07673a4e3b8e1ff50caf5fe5c17ac5742a1072
Author: Carsten Haitzler <[email protected]>
Date:   Wed Jan 12 19:40:36 2022 +0000

    colors - default-  fix default colorscheme to match actual default
    
    the in-code color scheme doesnt match the file.. it SHOULD... fix.
    
    @fix
---
 data/colorschemes/Default.ini | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/data/colorschemes/Default.ini b/data/colorschemes/Default.ini
index 14a9ddb..c968d5e 100644
--- a/data/colorschemes/Default.ini
+++ b/data/colorschemes/Default.ini
@@ -24,13 +24,13 @@ tab_title_2 = #000000
 [Normal]
 def = #aaaaaa
 black = #000000
-red = #c00000
-green = #00c000
-yellow = #c0c000
-blue = #0000c0
-magenta = #c000c0
-cyan = #00c0c0
-white = #c0c0c0
+red = #cc3333
+green = #33cc33
+yellow = #cc8833
+blue = #3333cc
+magenta = #cc33cc
+cyan = #33cccc
+white = #cccccc
 inverse_fg = #222222
 inverse_bg = #aaaaaa
 

-- 


Reply via email to