Solarized.ini: rewrite

This commit is contained in:
Boris Faure 2020-10-30 23:35:20 +01:00
parent f09e0a4700
commit 95c2de1f1f
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 39 additions and 19 deletions

View File

@ -9,9 +9,7 @@ website = https://ethanschoonover.com/solarized/
license = MIT license = MIT
[Colors] [Colors]
def = #839496
bg = #002b36 bg = #002b36
fg = #fdf6e3
main = #3399ff main = #3399ff
hl = #ffffff hl = #ffffff
end_sel = #ff0000 end_sel = #ff0000
@ -23,20 +21,42 @@ tab_missed_over_2 = #ff9933
tab_missed_over_3 = #ff0000 tab_missed_over_3 = #ff0000
tab_title_2 = #000000 tab_title_2 = #000000
[Ansi] [Normal]
ansi00 = #073642 def = #839496
ansi01 = #dc322f black = #073642
ansi02 = #859900 red = #dc322f
ansi03 = #b58900 green = #859900
ansi04 = #268bd2 yellow = #b58900
ansi05 = #d33682 blue = #268bd2
ansi06 = #2aa198 magenta = #d33682
ansi07 = #eee8d5 cyan = #2aa198
ansi08 = #002b36 white = #eee8d5
ansi09 = #cb4b16 inverse_bg = #839496
ansi10 = #586e75 inverse_fg = #002b36
ansi11 = #657b83
ansi12 = #839496 [Bright]
ansi13 = #6c71c4 def = #839496
ansi14 = #93a1a1 black = #002b36
ansi15 = #fdf6e3 red = #cb4b16
green = #586e75
yellow = #657b83
blue = #839496
magenta = #6c71c4
cyan = #93a1a1
white = #fdf6e3
inverse_bg = #839496
inverse_fg = #002b36
[Faint]
def = #5b7479
black = #04323e
red = #9a2f31
green = #5d7810
yellow = #7e6c10
blue = #1a6ea3
magenta = #93326b
cyan = #1d7d7a
white = #a6afa5
inverse_fg = #002b36
inverse_bg = #5b7479