mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 11:21:39 +03:00
33 lines
494 B
TOML
33 lines
494 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#000000',
|
||
|
'#dc322f',
|
||
|
'#56db3a',
|
||
|
'#ff8400',
|
||
|
'#0084d4',
|
||
|
'#b729d9',
|
||
|
'#ccccff',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
background = '#000000'
|
||
|
brights = [
|
||
|
'#d6dbe5',
|
||
|
'#dc322f',
|
||
|
'#56db3a',
|
||
|
'#ff8400',
|
||
|
'#0084d4',
|
||
|
'#b729d9',
|
||
|
'#ccccff',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#dc322f'
|
||
|
cursor_border = '#dc322f'
|
||
|
cursor_fg = '#dc322f'
|
||
|
foreground = '#ffffff'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'Dissonance (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|