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

# Batman
[colors]
foreground = "#6f6f6f"
background = "#1b1d1e"
cursor_bg = "#fcef0c"
cursor_border = "#fcef0c"
cursor_fg = "#000000"
selection_bg = "#4d504c"
selection_fg = "#f0e04a"
ansi = ["#1b1d1e","#e6dc44","#c8be46","#f4fd22","#737174","#747271","#62605f","#c6c5bf"]
brights = ["#505354","#fff78e","#fff27d","#feed6c","#919495","#9a9a9d","#a3a3a6","#dadbd6"]