1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 12:51:31 +03:00
wezterm/assets/colors/Calamity.toml

35 lines
553 B
TOML
Raw Normal View History

[colors]
ansi = [
'#2f2833',
'#fc644d',
'#a5f69c',
'#e9d7a5',
'#3b79c7',
'#f92672',
'#74d3de',
'#d5ced9',
]
background = '#2f2833'
brights = [
'#7e6c88',
'#fc644d',
'#a5f69c',
'#e9d7a5',
'#3b79c7',
'#f92672',
'#74d3de',
'#ffffff',
]
cursor_bg = '#d5ced9'
cursor_border = '#d5ced9'
cursor_fg = '#2f2833'
foreground = '#d5ced9'
selection_bg = '#7e6c88'
selection_fg = '#d5ced9'
[colors.indexed]
[metadata]
name = 'Calamity'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'