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

35 lines
554 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000000',
'#aa3731',
'#448c27',
'#cb9000',
'#325cc0',
'#7a3e9d',
'#0083b2',
'#f7f7f7',
]
background = '#f7f7f7'
brights = [
'#777777',
'#f05050',
'#60cb00',
'#ffbc5d',
'#007acc',
'#e64ce6',
'#00aacb',
'#f7f7f7',
]
cursor_bg = '#007acc'
cursor_border = '#007acc'
cursor_fg = '#bfdbfe'
foreground = '#000000'
selection_bg = '#bfdbfe'
selection_fg = '#000000'
[colors.indexed]
[metadata]
name = 'Alabaster'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'