mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
33 lines
494 B
TOML
33 lines
494 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#929292',
|
||
|
'#e27373',
|
||
|
'#94b979',
|
||
|
'#ffba7b',
|
||
|
'#97bedc',
|
||
|
'#e1c0fa',
|
||
|
'#00988e',
|
||
|
'#dedede',
|
||
|
]
|
||
|
background = '#121212'
|
||
|
brights = [
|
||
|
'#bdbdbd',
|
||
|
'#ffa1a1',
|
||
|
'#bddeab',
|
||
|
'#ffdca0',
|
||
|
'#b1d8f6',
|
||
|
'#fbdaff',
|
||
|
'#1ab2a8',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#dedede'
|
||
|
cursor_border = '#dedede'
|
||
|
cursor_fg = '#dedede'
|
||
|
foreground = '#dedede'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'Jellybeans (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|