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

# Flat
[colors]
foreground = "#2cc55d"
background = "#002240"
cursor_bg = "#e5be0c"
cursor_border = "#e5be0c"
cursor_fg = "#ffffff"
selection_bg = "#792b9c"
selection_fg = "#ffffff"
ansi = ["#222d3f","#a82320","#32a548","#e58d11","#3167ac","#781aa0","#2c9370","#b0b6ba"]
brights = ["#212c3c","#d4312e","#2d9440","#e5be0c","#3c7dd2","#8230a7","#35b387","#e7eced"]