mirror of
https://github.com/wez/wezterm.git
synced 2024-11-30 14:49:26 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
340 B
TOML
12 lines
340 B
TOML
# Square
|
|
[colors]
|
|
foreground = "#acacab"
|
|
background = "#1a1a1a"
|
|
cursor_bg = "#fcfbcc"
|
|
cursor_fg = "#000000"
|
|
selection_bg = "#4d4d4d"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#050505","#e9897c","#b6377d","#ecebbe","#a9cdeb","#75507b","#c9caec","#f2f2f2"]
|
|
brights = ["#141414","#f99286","#c3f786","#fcfbcc","#b6defb","#ad7fa8","#d7d9fc","#e2e2e2"]
|