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
342 B
TOML
12 lines
342 B
TOML
# Argonaut
|
|
[colors]
|
|
foreground = "#fffaf4"
|
|
background = "#0e1019"
|
|
cursor_bg = "#ff0018"
|
|
cursor_fg = "#ff0018"
|
|
selection_bg = "#002a3b"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#232323","#ff000f","#8ce10b","#ffb900","#008df8","#6d43a6","#00d8eb","#ffffff"]
|
|
brights = ["#444444","#ff2740","#abe15b","#ffd242","#0092ff","#9a5feb","#67fff0","#ffffff"]
|