diff options
-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")))) |