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

# PaulMillr
[colors]
foreground = "#f2f2f2"
background = "#000000"
cursor_bg = "#4d4d4d"
cursor_border = "#4d4d4d"
cursor_fg = "#ffffff"
selection_bg = "#414141"
selection_fg = "#ffffff"
ansi = ["#2a2a2a","#ff0000","#79ff0f","#e7bf00","#396bd7","#b449be","#66ccff","#bbbbbb"]
brights = ["#666666","#ff0080","#66ff66","#f3d64e","#709aed","#db67e6","#7adff2","#ffffff"]