1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/assets/colors/OceanicMaterial.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
375 B
TOML

# OceanicMaterial
[colors]
foreground = "#c2c8d7"
background = "#1c262b"
cursor_bg = "#b3b8c3"
cursor_border = "#b3b8c3"
cursor_fg = "#ffffff"
selection_bg = "#6dc2b8"
selection_fg = "#c2c8d7"
ansi = ["#000000","#ee2b2a","#40a33f","#ffea2e","#1e80f0","#8800a0","#16afca","#a4a4a4"]
brights = ["#777777","#dc5c60","#70be71","#fff163","#54a4f3","#aa4dbc","#42c7da","#ffffff"]