1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00
wezterm/assets/colors/AdventureTime.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

# AdventureTime
[colors]
foreground = "#f8dcc0"
background = "#1f1d45"
cursor_bg = "#efbf38"
cursor_border = "#efbf38"
cursor_fg = "#08080a"
selection_bg = "#706b4e"
selection_fg = "#f3d9c4"
ansi = ["#050404","#bd0013","#4ab118","#e7741e","#0f4ac6","#665993","#70a598","#f8dcc0"]
brights = ["#4e7cbf","#fc5f5a","#9eff6e","#efc11a","#1997c6","#9b5953","#c8faf4","#f6f5fb"]