1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-30 06:03:39 +03:00
wezterm/assets/colors/Hurtado.toml

35 lines
552 B
TOML
Raw Normal View History

[colors]
ansi = [
'#575757',
'#ff1b00',
'#a5e055',
'#fbe74a',
'#496487',
'#fd5ff1',
'#86e9fe',
'#cbcccb',
]
background = '#000000'
brights = [
'#262626',
'#d51d00',
'#a5df55',
'#fbe84a',
'#89beff',
'#c001c1',
'#86eafe',
'#dbdbdb',
]
cursor_bg = '#bbbbbb'
cursor_border = '#bbbbbb'
cursor_fg = '#ffffff'
foreground = '#dbdbdb'
selection_bg = '#b5d5ff'
selection_fg = '#000000'
[colors.indexed]
[metadata]
name = 'Hurtado'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'