Skip to content

Commit d6f327f

Browse files
committed
evil cursor theming
1 parent da94f01 commit d6f327f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

starlit-theme.el

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,12 @@ in the theme."
414414
(340 . ,.yellow)
415415
(360 . ,.green)))
416416
`(ansi-color-names-vector (vector ,.foreground ,.red ,.green ,.yellow ,.blue ,.purple ,.aqua ,.background))
417-
'(ansi-color-faces-vector [default bold shadow italic underline bold bold-italic bold])))))
417+
'(ansi-color-faces-vector [default bold shadow italic underline bold bold-italic bold])
418+
`(evil-emacs-state-cursor '(,.greenlight bar))
419+
`(evil-normal-state-cursor '(,.gold box))
420+
`(evil-insert-state-cursor '(,.bluelight bar))
421+
`(evil-replace-state-cursor '(,.softred hbar))
422+
`(evil-visual-state-cursor '(,.orange hollow))))))
418423

419424

420425
;;;###autoload

0 commit comments

Comments
 (0)