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
352 B
TOML
12 lines
352 B
TOML
# Later This Evening
|
|
[colors]
|
|
foreground = "#959595"
|
|
background = "#222222"
|
|
cursor_bg = "#424242"
|
|
cursor_fg = "#959595"
|
|
selection_bg = "#424242"
|
|
selection_fg = "#959595"
|
|
|
|
ansi = ["#2b2b2b","#d45a60","#afba67","#e5d289","#a0bad6","#c092d6","#91bfb7","#3c3d3d"]
|
|
brights = ["#454747","#d3232f","#aabb39","#e5be39","#6699d6","#ab53d6","#5fc0ae","#c1c2c2"]
|