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

# Unikitty
[colors]
foreground = "#0b0b0b"
background = "#ff8cd9"
cursor_bg = "#bafc8b"
cursor_border = "#bafc8b"
cursor_fg = "#202020"
selection_bg = "#3ea9fe"
selection_fg = "#ffffff"
ansi = ["#0c0c0c","#a80f20","#bafc8b","#eedf4b","#145fcd","#ff36a2","#6bd1bc","#e2d7e1"]
brights = ["#434343","#d91329","#d3ffaf","#ffef50","#0075ea","#fdd5e5","#79ecd5","#fff3fe"]