1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 19:01:36 +03:00
wezterm/assets/colors/Japanesque.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
370 B
TOML

# Japanesque
[colors]
foreground = "#f7f6ec"
background = "#1e1e1e"
cursor_bg = "#edcf4f"
cursor_border = "#edcf4f"
cursor_fg = "#343935"
selection_bg = "#175877"
selection_fg = "#f7f6ec"
ansi = ["#343935","#cf3f61","#7bb75b","#e9b32a","#4c9ad4","#a57fc4","#389aad","#fafaf6"]
brights = ["#595b59","#d18fa6","#767f2c","#78592f","#135979","#604291","#76bbca","#b2b5ae"]