1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00
wezterm/assets/colors/Monokai Soda.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
372 B
TOML

# Monokai Soda
[colors]
foreground = "#c4c5b5"
background = "#1a1a1a"
cursor_bg = "#f6f7ec"
cursor_border = "#f6f7ec"
cursor_fg = "#c4c5b5"
selection_bg = "#343434"
selection_fg = "#c4c5b5"
ansi = ["#1a1a1a","#f4005f","#98e024","#fa8419","#9d65ff","#f4005f","#58d1eb","#c4c5b5"]
brights = ["#625e4c","#f4005f","#98e024","#e0d561","#9d65ff","#f4005f","#58d1eb","#f6f6ef"]