mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
12 lines
343 B
TOML
12 lines
343 B
TOML
|
# Lavandula
|
||
|
[colors]
|
||
|
foreground = "#736e7d"
|
||
|
background = "#050014"
|
||
|
cursor_bg = "#8c91fa"
|
||
|
cursor_fg = "#050014"
|
||
|
selection_bg = "#37323c"
|
||
|
selection_fg = "#8c91fa"
|
||
|
|
||
|
ansi = ["#230046","#7d1625","#337e6f","#7f6f49","#4f4a7f","#5a3f7f","#58777f","#736e7d"]
|
||
|
brights = ["#372d46","#e05167","#52e0c4","#e0c386","#8e87e0","#a776e0","#9ad4e0","#8c91fa"]
|