1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/assets/colors/MaterialOcean.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
373 B
TOML

# MaterialOcean
[colors]
foreground = "#8f93a2"
background = "#0f111a"
cursor_bg = "#ffcc00"
cursor_border = "#ffcc00"
cursor_fg = "#0f111a"
selection_bg = "#1f2233"
selection_fg = "#8f93a2"
ansi = ["#546e7a","#ff5370","#c3e88d","#ffcb6b","#82aaff","#c792ea","#89ddff","#ffffff"]
brights = ["#546e7a","#ff5370","#c3e88d","#ffcb6b","#82aaff","#c792ea","#89ddff","#ffffff"]