From 99c55ae7e1129a352d6d4db1a36f1c6eba3300f9 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 9 Dec 2016 22:08:07 -0500 Subject: Color cursor to stand out more --- lisp/km-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/km-theme.el b/lisp/km-theme.el index ab59915..0e9634b 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -109,6 +109,7 @@ '(term-color-yellow ((t (:inherit font-lock-doc-face))))) (custom-set-faces + '(cursor ((t (:background "#f08080")))) '(dired-subtree-depth-1-face ((t (:background "gray80")))) '(dired-subtree-depth-2-face ((t (:background "gray90")))) '(dired-subtree-depth-3-face ((t (:background "gray95")))) -- cgit v1.2.3