aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-08-03 16:10:31 +0200
committerLars Ingebrigtsen2019-08-03 16:10:31 +0200
commitd70bf3a1269281c8ae3315f2ae0684b945d5d680 (patch)
treec776bb79ffae4ebaa97ec159d75a387c6324a10b
parent18e163fd3455deaa30b1effd19f51a5094bc0885 (diff)
downloademacs-d70bf3a1269281c8ae3315f2ae0684b945d5d680.tar.gz
emacs-d70bf3a1269281c8ae3315f2ae0684b945d5d680.zip
Tweak tango-dark-theme hightlight face
* etc/themes/tango-dark-theme.el (class): Make highlight a bit less yellow to make the cursor visible on it (bug#19189).
-rw-r--r--etc/themes/tango-dark-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el
index 87a5048634c..91256208a3f 100644
--- a/etc/themes/tango-dark-theme.el
+++ b/etc/themes/tango-dark-theme.el
@@ -60,7 +60,7 @@ Semantic, and Ansi-Color faces are included.")
60 `(header-line ((,class (:background "#666")))) 60 `(header-line ((,class (:background "#666"))))
61 ;; Highlighting faces 61 ;; Highlighting faces
62 `(fringe ((,class (:background ,alum-7)))) 62 `(fringe ((,class (:background ,alum-7))))
63 `(highlight ((,class (:foreground ,alum-6 :background ,butter-2)))) 63 `(highlight ((,class (:foreground ,alum-6 :background "#c0c000"))))
64 `(region ((,class (:background ,alum-5)))) 64 `(region ((,class (:background ,alum-5))))
65 `(secondary-selection ((,class (:background ,blue-3)))) 65 `(secondary-selection ((,class (:background ,blue-3))))
66 `(isearch ((,class (:foreground ,alum-1 :background ,orange-3)))) 66 `(isearch ((,class (:foreground ,alum-1 :background ,orange-3))))