mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
12 lines
342 B
TOML
12 lines
342 B
TOML
|
# Hivacruz
|
||
|
[colors]
|
||
|
foreground = "#ede4e4"
|
||
|
background = "#132638"
|
||
|
cursor_bg = "#979db4"
|
||
|
cursor_fg = "#202746"
|
||
|
selection_bg = "#5e6687"
|
||
|
selection_fg = "#979db4"
|
||
|
|
||
|
ansi = ["#202746","#c94922","#ac9739","#c08b30","#3d8fd1","#6679cc","#22a2c9","#979db4"]
|
||
|
brights = ["#6b7394","#c76b29","#73ad43","#5e6687","#898ea4","#dfe2f1","#9c637a","#f5f7ff"]
|