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

# Brogrammer
[colors]
foreground = "#d6dbe5"
background = "#131313"
cursor_bg = "#b9b9b9"
cursor_border = "#b9b9b9"
cursor_fg = "#101010"
selection_bg = "#1f1f1f"
selection_fg = "#d6dbe5"
ansi = ["#1f1f1f","#f81118","#2dc55e","#ecba0f","#2a84d2","#4e5ab7","#1081d6","#d6dbe5"]
brights = ["#d6dbe5","#de352e","#1dd361","#f3bd09","#1081d6","#5350b9","#0f7ddb","#ffffff"]