summaryrefslogtreecommitdiff
path: root/lisp/km-theme.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-12-09 22:08:07 -0500
committerKyle Meyer <kyle@kyleam.com>2016-12-09 22:08:07 -0500
commit99c55ae7e1129a352d6d4db1a36f1c6eba3300f9 (patch)
treeae99e6d6bdc829b34f9c83e4f5198dc1cbf44a0f /lisp/km-theme.el
parentd400628bc56b989334234ce8cca57996464cdcea (diff)
downloademacs.d-99c55ae7e1129a352d6d4db1a36f1c6eba3300f9.tar.gz
Color cursor to stand out more
Diffstat (limited to 'lisp/km-theme.el')
-rw-r--r--lisp/km-theme.el1
1 files changed, 1 insertions, 0 deletions
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"))))