billiob pushed a commit to branch master.

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

commit 64eb46b032ac19755b1769a0c2349c87bdac6ccf
Author: Boris Faure <bill...@gmail.com>
Date:   Fri Oct 30 23:36:02 2020 +0100

    Solarized Light.ini: rewrite
---
 data/colorschemes/Solarized Light.ini | 58 +++++++++++++++++++++++------------
 1 file changed, 39 insertions(+), 19 deletions(-)

diff --git a/data/colorschemes/Solarized Light.ini 
b/data/colorschemes/Solarized Light.ini
index ba730d1..e66ad57 100644
--- a/data/colorschemes/Solarized Light.ini     
+++ b/data/colorschemes/Solarized Light.ini     
@@ -9,9 +9,7 @@ website = https://ethanschoonover.com/solarized/
 license = MIT
 
 [Colors]
-def = #839496
 bg = #fdf6e3
-fg = #002b36
 main = #3399ff
 hl = #ffffff
 end_sel = #ff0000
@@ -23,20 +21,42 @@ tab_missed_over_2 = #ff9933
 tab_missed_over_3 = #ff0000
 tab_title_2 = #000000
 
-[Ansi]
-ansi00 = #002b36
-ansi01 = #dc322f
-ansi02 = #859900
-ansi03 = #b58900
-ansi04 = #268bd2
-ansi05 = #d33682
-ansi06 = #2aa198
-ansi07 = #eee8d5
-ansi08 = #073642
-ansi09 = #cb4b16
-ansi10 = #586e75
-ansi11 = #657b83
-ansi12 = #839496
-ansi13 = #6c71c4
-ansi14 = #93a1a1
-ansi15 = #fdf6e3
+[Normal]
+def = #839496
+black = #002b36
+red = #dc322f
+green = #859900
+yellow = #b58900
+blue = #268bd2
+magenta = #d33682
+cyan = #2aa198
+white = #eee8d5
+inverse_bg = #839496
+inverse_fg = #fdf6e3
+
+[Bright]
+def = #839496
+black = #073642
+red = #cb4b16
+green = #586e75
+yellow = #657b83
+blue = #839496
+magenta = #6c71c4
+cyan = #93a1a1
+white = #fdf6e3
+inverse_bg = #839496
+inverse_fg = #fdf6e3
+
+[Faint]
+def = #a7b1ad
+black = #4b6769
+red = #e56c65
+green = #a9b444
+yellow = #caa944
+blue = #66abd7
+magenta = #df6f9f
+cyan = #69baae
+white = #f2ecd9
+inverse_fg = #fdf6e3
+inverse_bg = #a7b1ad
+

-- 


Reply via email to