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

35 lines
555 B
TOML
Raw Normal View History

[colors]
ansi = [
'#002831',
'#e63853',
'#5eb83c',
'#a57706',
'#359ddf',
'#d75cff',
'#4b73a2',
'#dcdcdc',
]
background = '#0e1011'
brights = [
'#001e27',
'#e1003f',
'#1d9000',
'#cd9409',
'#006fc0',
'#a200da',
'#005794',
'#e2e2e2',
]
cursor_bg = '#708284'
cursor_border = '#708284'
cursor_fg = '#002831'
foreground = '#7c8fa4'
selection_bg = '#163c61'
selection_fg = '#f2f5f9'
[colors.indexed]
[metadata]
name = 'FirefoxDev'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'