mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 05:42:03 +03:00
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"]
|