mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 14:46:44 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
341 B
TOML
12 lines
341 B
TOML
# Zenburn
|
|
[colors]
|
|
foreground = "#dcdccc"
|
|
background = "#3f3f3f"
|
|
cursor_bg = "#73635a"
|
|
cursor_fg = "#000000"
|
|
selection_bg = "#21322f"
|
|
selection_fg = "#c2d87a"
|
|
|
|
ansi = ["#4d4d4d","#705050","#60b48a","#f0dfaf","#506070","#dc8cc3","#8cd0d3","#dcdccc"]
|
|
brights = ["#709080","#dca3a3","#c3bf9f","#e0cf9f","#94bff3","#ec93d3","#93e0e3","#ffffff"]
|