mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 03:11:31 +03:00
12 lines
346 B
TOML
12 lines
346 B
TOML
|
# BlueBerryPie
|
||
|
[colors]
|
||
|
foreground = "#babab9"
|
||
|
background = "#1c0c28"
|
||
|
cursor_bg = "#fcfad6"
|
||
|
cursor_fg = "#000000"
|
||
|
selection_bg = "#606060"
|
||
|
selection_fg = "#ffffff"
|
||
|
|
||
|
ansi = ["#0a4c62","#99246e","#5cb1b3","#eab9a8","#90a5bd","#9d54a7","#7e83cc","#f0e8d6"]
|
||
|
brights = ["#201637","#c87272","#0a6c7e","#7a3188","#39173d","#bc94b7","#5e6071","#0a6c7e"]
|