mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
33 lines
495 B
TOML
33 lines
495 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#212121',
|
||
|
'#c30771',
|
||
|
'#10a778',
|
||
|
'#a89c14',
|
||
|
'#008ec4',
|
||
|
'#523c79',
|
||
|
'#20a5ba',
|
||
|
'#d9d9d9',
|
||
|
]
|
||
|
background = '#f1f1f1'
|
||
|
brights = [
|
||
|
'#424242',
|
||
|
'#fb007a',
|
||
|
'#5fd7af',
|
||
|
'#f3e430',
|
||
|
'#20bbfc',
|
||
|
'#6855de',
|
||
|
'#4fb8cc',
|
||
|
'#f1f1f1',
|
||
|
]
|
||
|
cursor_bg = '#424242'
|
||
|
cursor_border = '#424242'
|
||
|
cursor_fg = '#424242'
|
||
|
foreground = '#424242'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'PencilLight (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|