mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 17:45:23 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
340 B
TOML
12 lines
340 B
TOML
# Whimsy
|
|
[colors]
|
|
foreground = "#b3b0d6"
|
|
background = "#29283b"
|
|
cursor_bg = "#b3b0d6"
|
|
cursor_fg = "#535178"
|
|
selection_bg = "#3d3c58"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#535178","#ef6487","#5eca89","#fdd877","#65aef7","#aa7ff0","#43c1be","#ffffff"]
|
|
brights = ["#535178","#ef6487","#5eca89","#fdd877","#65aef7","#aa7ff0","#43c1be","#ffffff"]
|