diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-12-09 22:08:07 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-12-09 22:08:07 -0500 |
commit | 99c55ae7e1129a352d6d4db1a36f1c6eba3300f9 (patch) | |
tree | ae99e6d6bdc829b34f9c83e4f5198dc1cbf44a0f /lisp | |
parent | d400628bc56b989334234ce8cca57996464cdcea (diff) | |
download | emacs.d-99c55ae7e1129a352d6d4db1a36f1c6eba3300f9.tar.gz |
Color cursor to stand out more
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-theme.el | 1 |
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")))) |