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

# PencilLight
[colors]
foreground = "#424242"
background = "#f1f1f1"
cursor_bg = "#20bbfc"
cursor_border = "#20bbfc"
cursor_fg = "#424242"
selection_bg = "#b6d6fd"
selection_fg = "#424242"
ansi = ["#212121","#c30771","#10a778","#a89c14","#008ec4","#523c79","#20a5ba","#d9d9d9"]
brights = ["#424242","#fb007a","#5fd7af","#f3e430","#20bbfc","#6855de","#4fb8cc","#f1f1f1"]