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

# Operator Mono Dark
[colors]
foreground = "#c3cac2"
background = "#191919"
cursor_bg = "#fcdc08"
cursor_border = "#fcdc08"
cursor_fg = "#161616"
selection_bg = "#19273b"
selection_fg = "#dde5dc"
ansi = ["#5a5a5a","#ca372d","#4d7b3a","#d4d697","#4387cf","#b86cb4","#72d5c6","#ced4cd"]
brights = ["#9a9b99","#c37d62","#83d0a2","#fdfdc5","#89d3f6","#ff2c7a","#82eada","#fdfdf6"]