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 = [
|
||
|
'#2f2942',
|
||
|
'#ff857f',
|
||
|
'#48b685',
|
||
|
'#e6c000',
|
||
|
'#ae81ff',
|
||
|
'#ef6155',
|
||
|
'#c2ffdf',
|
||
|
'#f8f8f2',
|
||
|
]
|
||
|
background = '#241f33'
|
||
|
brights = [
|
||
|
'#75507b',
|
||
|
'#f1568e',
|
||
|
'#5adba2',
|
||
|
'#d5a425',
|
||
|
'#c5a3ff',
|
||
|
'#ef6155',
|
||
|
'#c2ffff',
|
||
|
'#f8f8f0',
|
||
|
]
|
||
|
cursor_bg = '#d1cae8'
|
||
|
cursor_border = '#d1cae8'
|
||
|
cursor_fg = '#d1cae8'
|
||
|
foreground = '#d1cae8'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'Pixiefloss (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|