1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-28 07:55:03 +03:00
wezterm/assets/colors/OneHalfLight.toml

35 lines
557 B
TOML
Raw Normal View History

[colors]
ansi = [
'#383a42',
'#e45649',
'#50a14f',
'#c18401',
'#0184bc',
'#a626a4',
'#0997b3',
'#fafafa',
]
background = '#fafafa'
brights = [
'#4f525e',
'#e06c75',
'#98c379',
'#e5c07b',
'#61afef',
'#c678dd',
'#56b6c2',
'#ffffff',
]
cursor_bg = '#bfceff'
cursor_border = '#bfceff'
cursor_fg = '#383a42'
foreground = '#383a42'
selection_bg = '#bfceff'
selection_fg = '#383a42'
[colors.indexed]
[metadata]
name = 'OneHalfLight'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'