1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/AtelierSulphurpool.toml
Wez Furlong 5b9c86d836 colors: set cursor border to bg in the color schemes
This avoids having a green (by default) border around the cursor.
The dynamic color escape sequences have been updated to also
change the border color when the cursor background color is changed.
2020-10-27 09:17:20 -07:00

13 lines
378 B
TOML

# AtelierSulphurpool
[colors]
foreground = "#979db4"
background = "#202746"
cursor_bg = "#979db4"
cursor_border = "#979db4"
cursor_fg = "#202746"
selection_bg = "#5e6687"
selection_fg = "#979db4"
ansi = ["#202746","#c94922","#ac9739","#c08b30","#3d8fd1","#6679cc","#22a2c9","#979db4"]
brights = ["#6b7394","#c76b29","#293256","#5e6687","#898ea4","#dfe2f1","#9c637a","#f5f7ff"]