evil: acertain cursor colors dynamically from face attributes
This commit is contained in:
parent
7b52ce1cab
commit
4f8fcb607a
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@
|
||||||
evil-replace-state-tag "R"
|
evil-replace-state-tag "R"
|
||||||
|
|
||||||
;; Color-coded state cursors
|
;; Color-coded state cursors
|
||||||
evil-default-cursor "orange"
|
evil-default-cursor (face-attribute 'minibuffer-prompt :foreground nil t)
|
||||||
evil-normal-state-cursor 'box
|
evil-normal-state-cursor 'box
|
||||||
evil-emacs-state-cursor '("cyan" box)
|
evil-emacs-state-cursor `(,(face-attribute 'highlight :foreground nil t) box)
|
||||||
evil-insert-state-cursor 'bar
|
evil-insert-state-cursor 'bar
|
||||||
evil-visual-state-cursor 'hollow
|
evil-visual-state-cursor 'hollow
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue