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

# Arthur
[colors]
foreground = "#ddeedd"
background = "#1c1c1c"
cursor_bg = "#e2bbef"
cursor_border = "#e2bbef"
cursor_fg = "#000000"
selection_bg = "#4d4d4d"
selection_fg = "#ffffff"
ansi = ["#3d352a","#cd5c5c","#86af80","#e8ae5b","#6495ed","#deb887","#b0c4de","#bbaa99"]
brights = ["#554444","#cc5533","#88aa22","#ffa75d","#87ceeb","#996600","#b0c4de","#ddccbb"]