1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00
wezterm/assets/colors/Tango Half Adapted.toml

35 lines
563 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000000',
'#ff0000',
'#4cc300',
'#e2c000',
'#008ef6',
'#a96cb3',
'#00bdc3',
'#e0e5db',
]
background = '#ffffff'
brights = [
'#797d76',
'#ff0013',
'#8af600',
'#ffec00',
'#76bfff',
'#d898d1',
'#00f6fa',
'#f4f4f2',
]
cursor_bg = '#000000'
cursor_border = '#000000'
cursor_fg = '#ffffff'
foreground = '#000000'
selection_bg = '#c1deff'
selection_fg = '#000000'
[colors.indexed]
[metadata]
name = 'Tango Half Adapted'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'