diff options
Diffstat (limited to 'etc/themes/dichromacy-theme.el')
-rw-r--r-- | etc/themes/dichromacy-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/dichromacy-theme.el b/etc/themes/dichromacy-theme.el index 3c260118b26..80215e564f5 100644 --- a/etc/themes/dichromacy-theme.el +++ b/etc/themes/dichromacy-theme.el @@ -42,7 +42,7 @@ Ansi-Color faces are included.") (custom-theme-set-faces 'dichromacy `(default ((,class (:foreground "black" :background "white")))) - `(cursor ((,class (:foreground "white" :background "black")))) + `(cursor ((,class (:background "black")))) ;; Highlighting faces `(fringe ((,class (:background "#f7f7f7")))) `(highlight ((,class (:foreground ,blue :background "#e5e5e5")))) |