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

# Builtin Solarized Dark
[colors]
foreground = "#839496"
background = "#002b36"
cursor_bg = "#839496"
cursor_border = "#839496"
cursor_fg = "#073642"
selection_bg = "#073642"
selection_fg = "#93a1a1"
ansi = ["#073642","#dc322f","#859900","#b58900","#268bd2","#d33682","#2aa198","#eee8d5"]
brights = ["#002b36","#cb4b16","#586e75","#657b83","#839496","#6c71c4","#93a1a1","#fdf6e3"]