1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
wezterm/assets/colors/nord.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
364 B
TOML

# nord
[colors]
foreground = "#d8dee9"
background = "#2e3440"
cursor_bg = "#eceff4"
cursor_border = "#eceff4"
cursor_fg = "#282828"
selection_bg = "#eceff4"
selection_fg = "#4c566a"
ansi = ["#3b4252","#bf616a","#a3be8c","#ebcb8b","#81a1c1","#b48ead","#88c0d0","#e5e9f0"]
brights = ["#4c566a","#bf616a","#a3be8c","#ebcb8b","#81a1c1","#b48ead","#8fbcbb","#eceff4"]