mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 19:31:49 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
347 B
TOML
12 lines
347 B
TOML
# Belafonte Day
|
|
[colors]
|
|
foreground = "#45373c"
|
|
background = "#d5ccba"
|
|
cursor_bg = "#45373c"
|
|
cursor_fg = "#d5ccba"
|
|
selection_bg = "#968c83"
|
|
selection_fg = "#45373c"
|
|
|
|
ansi = ["#20111b","#be100e","#858162","#eaa549","#426a79","#97522c","#989a9c","#968c83"]
|
|
brights = ["#5e5252","#be100e","#858162","#eaa549","#426a79","#97522c","#989a9c","#d5ccba"]
|