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

# Night Owlish Light
[colors]
foreground = "#403f53"
background = "#ffffff"
cursor_bg = "#403f53"
cursor_border = "#403f53"
cursor_fg = "#fbfbfb"
selection_bg = "#f2f2f2"
selection_fg = "#403f53"
ansi = ["#011627","#d3423e","#2aa298","#daaa01","#4876d6","#403f53","#08916a","#7a8181"]
brights = ["#7a8181","#f76e6e","#49d0c5","#dac26b","#5ca7e4","#697098","#00c990","#989fb1"]