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

# BirdsOfParadise
[colors]
foreground = "#e0dbb7"
background = "#2a1f1d"
cursor_bg = "#573d26"
cursor_border = "#573d26"
cursor_fg = "#573d26"
selection_bg = "#563c27"
selection_fg = "#e0dbbb"
ansi = ["#573d26","#be2d26","#6ba18a","#e99d2a","#5a86ad","#ac80a6","#74a6ad","#e0dbb7"]
brights = ["#9b6c4a","#e84627","#95d8ba","#d0d150","#b8d3ed","#d19ecb","#93cfd7","#fff9d5"]