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

35 lines
555 B
TOML
Raw Normal View History

[colors]
ansi = [
'#343935',
'#cf3f61',
'#7bb75b',
'#e9b32a',
'#4c9ad4',
'#a57fc4',
'#389aad',
'#fafaf6',
]
background = '#1e1e1e'
brights = [
'#595b59',
'#d18fa6',
'#767f2c',
'#78592f',
'#135979',
'#604291',
'#76bbca',
'#b2b5ae',
]
cursor_bg = '#edcf4f'
cursor_border = '#edcf4f'
cursor_fg = '#343935'
foreground = '#f7f6ec'
selection_bg = '#175877'
selection_fg = '#f7f6ec'
[colors.indexed]
[metadata]
name = 'Japanesque'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'