colorschemes: add Tomorrow Night Burns

This commit is contained in:
Boris Faure 2020-11-25 23:05:48 +01:00
parent 0e4ea771cc
commit c59bcf3aab
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
2 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,75 @@
[Main]
version = 1
[Metadata]
version = 1
name = Tomorrow Night Burns
author = Ashwin Vaswani
website = https://github.com/mbadolato/iTerm2-Color-Schemes
license = MIT
[Colors]
bg = #151515
main = #a1b0b8
hl = #ffffff
end_sel = #ff3300
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000
tab_missed_over_1 = #ffff40
tab_missed_over_2 = #ff9933
tab_missed_over_3 = #ff0000
tab_title_2 = #000000
[Normal]
def = #a1b0b8
black = #252525
red = #832e31
green = #a63b3f
yellow = #d2494e
blue = #fc595f
magenta = #df9395
cyan = #b98486
white = #f5f5f5
inverse_fg = #151515
inverse_bg = #a1b0b8
[Bright]
def = #a1b0b8
black = #5d6f71
red = #832e31
green = #a63c3f
yellow = #d2484d
blue = #fc595f
magenta = #df9395
cyan = #b98486
white = #f5f5f5
inverse_fg = #151515
inverse_bg = #a1b0b8
[Faint]
def = #7e898f
black = #212121
red = #67272a
green = #813134
yellow = #a23c3f
blue = #c2484c
magenta = #ac7375
cyan = #906869
white = #bdbdbd
inverse_fg = #151515
inverse_bg = #7e898f
[BrightFaint]
def = #7e898f
black = #4b585a
red = #67272a
green = #813234
yellow = #a23b3f
blue = #c2484c
magenta = #ac7375
cyan = #906869
white = #bdbdbd
inverse_fg = #151515
inverse_bg = #7e898f

View File

@ -14,6 +14,7 @@ colorschemes_desc = [
'Solarized Light.ini',
'Tango Dark.ini',
'Tango Light.ini',
'Tomorrow Night Burns.ini',
]
cs_builder = [join_paths(meson.source_root(),
'data', 'colorschemes', 'builder.sh'),