1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/FrontEndDelight.toml

35 lines
560 B
TOML
Raw Normal View History

[colors]
ansi = [
'#242526',
'#f8511b',
'#565747',
'#fa771d',
'#2c70b7',
'#f02e4f',
'#3ca1a6',
'#adadad',
]
background = '#1b1c1d'
brights = [
'#5fac6d',
'#f74319',
'#74ec4c',
'#fdc325',
'#3393ca',
'#e75e4f',
'#4fbce6',
'#8c735b',
]
cursor_bg = '#cdcdcd'
cursor_border = '#cdcdcd'
cursor_fg = '#1b1c1d'
foreground = '#adadad'
selection_bg = '#ea6154'
selection_fg = '#1b1c1d'
[colors.indexed]
[metadata]
name = 'FrontEndDelight'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'