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

# jubi
[colors]
foreground = "#c3d3de"
background = "#262b33"
cursor_bg = "#c3d3de"
cursor_border = "#c3d3de"
cursor_fg = "#1e1b2e"
selection_bg = "#5b5184"
selection_fg = "#1e1b2e"
ansi = ["#3b3750","#cf7b98","#90a94b","#6ebfc0","#576ea6","#bc4f68","#75a7d2","#c3d3de"]
brights = ["#a874ce","#de90ab","#bcdd61","#87e9ea","#8c9fcd","#e16c87","#b7c9ef","#d5e5f1"]