1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00
wezterm/assets/colors/Material.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
368 B
TOML

# Material
[colors]
foreground = "#232322"
background = "#eaeaea"
cursor_bg = "#16afca"
cursor_border = "#16afca"
cursor_fg = "#2e2e2d"
selection_bg = "#c2c2c2"
selection_fg = "#4e4e4e"
ansi = ["#212121","#b7141f","#457b24","#f6981e","#134eb2","#560088","#0e717c","#efefef"]
brights = ["#424242","#e83b3f","#7aba3a","#ffea2e","#54a4f3","#aa4dbc","#26bbd1","#d9d9d9"]