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

35 lines
552 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000000',
'#ff6c6b',
'#98be65',
'#ecbe7b',
'#a9a1e1',
'#c678dd',
'#51afef',
'#bbc2cf',
]
background = '#282c34'
brights = [
'#000000',
'#ff6655',
'#99bb66',
'#ecbe7b',
'#a9a1e1',
'#c678dd',
'#51afef',
'#bfbfbf',
]
cursor_bg = '#51afef'
cursor_border = '#51afef'
cursor_fg = '#1b1b1b'
foreground = '#bbc2cf'
selection_bg = '#42444b'
selection_fg = '#bbc2cf'
[colors.indexed]
[metadata]
name = 'DoomOne'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'