mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
77c5220f59
This is a sync with the themese as of
eeded52088
12 lines
350 B
TOML
12 lines
350 B
TOML
# Scarlet Protocol
|
|
[colors]
|
|
foreground = "#e41951"
|
|
background = "#1c153d"
|
|
cursor_bg = "#76ff9f"
|
|
cursor_fg = "#ffffff"
|
|
selection_bg = "#c1deff"
|
|
selection_fg = "#000000"
|
|
|
|
ansi = ["#101116","#ff0051","#00dc84","#faf945","#0271b6","#ca30c7","#00c5c7","#c7c7c7"]
|
|
brights = ["#686868","#ff6e67","#5ffa68","#fffc67","#6871ff","#bd35ec","#60fdff","#ffffff"]
|