1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-03 11:38:15 +03:00
wezterm/assets/colors/seoulbones_light.toml

35 lines
561 B
TOML
Raw Normal View History

[colors]
ansi = [
'#e2e2e2',
'#dc5284',
'#628562',
'#c48562',
'#0084a3',
'#896788',
'#008586',
'#555555',
]
background = '#e2e2e2'
brights = [
'#bfbabb',
'#be3c6d',
'#487249',
'#a76b48',
'#006f89',
'#7f4c7e',
'#006f70',
'#777777',
]
cursor_bg = '#555555'
cursor_border = '#555555'
cursor_fg = '#e2e2e2'
foreground = '#555555'
selection_bg = '#cccccc'
selection_fg = '#555555'
[colors.indexed]
[metadata]
name = 'seoulbones_light'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'