1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/Lab Fox.toml

35 lines
552 B
TOML
Raw Normal View History

[colors]
ansi = [
'#2e2e2e',
'#fc6d26',
'#3eb383',
'#fca121',
'#db3b21',
'#380d75',
'#6e49cb',
'#ffffff',
]
background = '#2e2e2e'
brights = [
'#464646',
'#ff6517',
'#53eaa8',
'#fca013',
'#db501f',
'#441090',
'#7d53e7',
'#ffffff',
]
cursor_bg = '#7f7f7f'
cursor_border = '#7f7f7f'
cursor_fg = '#7f7f7f'
foreground = '#ffffff'
selection_bg = '#cb392e'
selection_fg = '#ffffff'
[colors.indexed]
[metadata]
name = 'Lab Fox'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'