Ocean Dark.ini: rewrite

This commit is contained in:
Boris Faure 2020-10-30 23:19:22 +01:00
parent ce9d142f6d
commit 241f13c6d2
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 38 additions and 19 deletions

View File

@ -9,9 +9,7 @@ website = https://github.com/chriskempson/base16-builder/blob/master/schemes/oce
license = MIT license = MIT
[Colors] [Colors]
def = #c0c5ce
bg = #2b303b bg = #2b303b
fg = #c0c5ce
main = #3399ff main = #3399ff
hl = #ffffff hl = #ffffff
end_sel = #ff0000 end_sel = #ff0000
@ -23,20 +21,41 @@ 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 = #2b303b def = #c0c5ce
ansi01 = #bf616a black = #2b303b
ansi02 = #a3be8c red = #bf616a
ansi03 = #ebcb8b green = #a3be8c
ansi04 = #8ba1b3 yellow = #ebcb8b
ansi05 = #b48ead blue = #8ba1b3
ansi06 = #96b5b4 magenta = #b48ead
ansi07 = #c0c5ce cyan = #96b5b4
ansi08 = #65737e white = #c0c5ce
ansi09 = #d08770 inverse_fg = #2b303b
ansi10 = #343d46 inverse_bg = #c0c5ce
ansi11 = #4f5b66
ansi12 = #a7adba [Bright]
ansi13 = #dfe1e8 def = #eff1f5
ansi14 = #ab7967 black = #65737e
ansi15 = #eff1f5 red = #d08770
green = #343d46
yellow = #4f5b66
blue = #a7adba
magenta = #dfe1e8
cyan = #ab7967
white = #eff1f5
inverse_fg = #2b303b
inverse_bg = #eff1f5
[Faint]
def = #9398a1
black = #2b303b
red = #92525b
green = #7f9373
yellow = #b19c73
blue = #6e7f8f
magenta = #8a718a
cyan = #758d8f
white = #9398a1
inverse_fg = #2b303b
inverse_bg = #9398a1