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

35 lines
551 B
TOML
Raw Normal View History

[colors]
ansi = [
'#3d352a',
'#cd5c5c',
'#86af80',
'#e8ae5b',
'#6495ed',
'#deb887',
'#b0c4de',
'#bbaa99',
]
background = '#1c1c1c'
brights = [
'#554444',
'#cc5533',
'#88aa22',
'#ffa75d',
'#87ceeb',
'#996600',
'#b0c4de',
'#ddccbb',
]
cursor_bg = '#e2bbef'
cursor_border = '#e2bbef'
cursor_fg = '#000000'
foreground = '#ddeedd'
selection_bg = '#4d4d4d'
selection_fg = '#ffffff'
[colors.indexed]
[metadata]
name = 'Arthur'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'