1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets/colors/DoomOne.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
367 B
TOML

# DoomOne
[colors]
foreground = "#bbc2cf"
background = "#282c34"
cursor_bg = "#51afef"
cursor_border = "#51afef"
cursor_fg = "#1b1b1b"
selection_bg = "#42444b"
selection_fg = "#bbc2cf"
ansi = ["#000000","#ff6c6b","#98be65","#ecbe7b","#a9a1e1","#c678dd","#51afef","#bbc2cf"]
brights = ["#000000","#ff6655","#99bb66","#ecbe7b","#a9a1e1","#c678dd","#51afef","#bfbfbf"]