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 = [
|
||
|
'#302b2a',
|
||
|
'#a7463d',
|
||
|
'#587744',
|
||
|
'#9d602a',
|
||
|
'#485b98',
|
||
|
'#864651',
|
||
|
'#9c814f',
|
||
|
'#c9c9c9',
|
||
|
]
|
||
|
background = '#1a1818'
|
||
|
brights = [
|
||
|
'#4d4e48',
|
||
|
'#aa000c',
|
||
|
'#128c21',
|
||
|
'#fc6a21',
|
||
|
'#7999f7',
|
||
|
'#fd8aa1',
|
||
|
'#fad484',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#c9c9c9'
|
||
|
cursor_border = '#c9c9c9'
|
||
|
cursor_fg = '#c9c9c9'
|
||
|
foreground = '#c9c9c9'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'Sundried (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|