mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Extend support for Viper to cover cursor colours
Thanks to ZharMeny for the feedback in issue 115: <https://github.com/protesilaos/modus-themes/issues/115>.
This commit is contained in:
parent
243fc35181
commit
bff0673d86
|
|
@ -4137,6 +4137,10 @@ FG and BG are the main colors."
|
|||
,fg-term-magenta
|
||||
,fg-term-cyan
|
||||
,fg-term-white])
|
||||
;;;; viper
|
||||
`(viper-replace-overlay-cursor-color ,err)
|
||||
`(viper-insert-state-cursor-color ,info)
|
||||
`(viper-emacs-state-cursor-color ,fg-main)
|
||||
;;;; xterm-color
|
||||
`(xterm-color-names
|
||||
[,fg-term-black
|
||||
|
|
|
|||
Loading…
Reference in a new issue