1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00
wezterm/assets/colors/BlueDolphin.toml

35 lines
556 B
TOML
Raw Normal View History

[colors]
ansi = [
'#292d3e',
'#ff8288',
'#b4e88d',
'#f4d69f',
'#82aaff',
'#e9c1ff',
'#89ebff',
'#d0d0d0',
]
background = '#006984'
brights = [
'#434758',
'#ff8b92',
'#ddffa7',
'#ffe585',
'#9cc4ff',
'#ddb0f6',
'#a3f7ff',
'#ffffff',
]
cursor_bg = '#ffcc00'
cursor_border = '#ffcc00'
cursor_fg = '#292d3e'
foreground = '#c5f2ff'
selection_bg = '#2baeca'
selection_fg = '#eceff1'
[colors.indexed]
[metadata]
name = 'BlueDolphin'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'