mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
33 lines
498 B
TOML
33 lines
498 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#42395d',
|
||
|
'#a8757b',
|
||
|
'#ff857f',
|
||
|
'#e6c000',
|
||
|
'#ae81ff',
|
||
|
'#716799',
|
||
|
'#c2ffdf',
|
||
|
'#f8f8f2',
|
||
|
]
|
||
|
background = '#42395d'
|
||
|
brights = [
|
||
|
'#75507b',
|
||
|
'#ffb8d1',
|
||
|
'#f1568e',
|
||
|
'#d5a425',
|
||
|
'#c5a3ff',
|
||
|
'#8077a8',
|
||
|
'#c2ffff',
|
||
|
'#f8f8f0',
|
||
|
]
|
||
|
cursor_bg = '#ffb8d1'
|
||
|
cursor_border = '#ffb8d1'
|
||
|
cursor_fg = '#ffb8d1'
|
||
|
foreground = '#c2ffdf'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'FairyFlossDark (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|