mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
33 lines
492 B
TOML
33 lines
492 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#323232',
|
||
|
'#d25252',
|
||
|
'#7fe173',
|
||
|
'#ffc66d',
|
||
|
'#4099ff',
|
||
|
'#f680ff',
|
||
|
'#bed6ff',
|
||
|
'#eeeeec',
|
||
|
]
|
||
|
background = '#323232'
|
||
|
brights = [
|
||
|
'#535353',
|
||
|
'#f07070',
|
||
|
'#9dff91',
|
||
|
'#ffe48b',
|
||
|
'#5eb7f7',
|
||
|
'#ff9dff',
|
||
|
'#dcf4ff',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#ffffff'
|
||
|
cursor_border = '#ffffff'
|
||
|
cursor_fg = '#ffffff'
|
||
|
foreground = '#ffffff'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'IdleToes (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|