mirror of
https://github.com/wez/wezterm.git
synced 2024-12-27 15:37:29 +03:00
13 lines
370 B
TOML
13 lines
370 B
TOML
|
# Peppermint
|
||
|
[colors]
|
||
|
foreground = "#c8c8c8"
|
||
|
background = "#000000"
|
||
|
cursor_bg = "#bbbbbb"
|
||
|
cursor_border = "#bbbbbb"
|
||
|
cursor_fg = "#ffffff"
|
||
|
selection_bg = "#e6e6e6"
|
||
|
selection_fg = "#000000"
|
||
|
|
||
|
ansi = ["#353535","#e74669","#89d287","#dab853","#449fd0","#da62dc","#65aaaf","#b4b4b4"]
|
||
|
brights = ["#535353","#e4859b","#a3cca2","#e1e487","#6fbce2","#e586e7","#96dcdb","#dfdfdf"]
|