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

# DimmedMonokai
[colors]
foreground = "#b9bcba"
background = "#1f1f1f"
cursor_bg = "#f83e19"
cursor_border = "#f83e19"
cursor_fg = "#171717"
selection_bg = "#2a2d32"
selection_fg = "#b9bcba"
ansi = ["#3a3d43","#be3f48","#879a3b","#c5a635","#4f76a1","#855c8d","#578fa4","#b9bcba"]
brights = ["#888987","#fb001f","#0f722f","#c47033","#186de3","#fb0067","#2e706d","#fdffb9"]