mirror of
https://github.com/wez/wezterm.git
synced 2024-12-21 12:21:32 +03:00
95ab1b34e1
Sync with 0966005b77
12 lines
351 B
TOML
12 lines
351 B
TOML
# Overnight Slumber
|
|
[colors]
|
|
foreground = "#ced2d6"
|
|
background = "#0e1729"
|
|
cursor_bg = "#ffa7c4"
|
|
cursor_fg = "#ffffff"
|
|
selection_bg = "#1f2b41"
|
|
selection_fg = "#ced2d6"
|
|
|
|
ansi = ["#0a1222","#ffa7c4","#85cc95","#ffcb8b","#8dabe1","#c792eb","#78ccf0","#ffffff"]
|
|
brights = ["#575656","#ffa7c4","#85cc95","#ffcb8b","#8dabe1","#c792eb","#ffa7c4","#ffffff"]
|