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).
This commit is contained in:
Lars Ingebrigtsen 2019-08-03 16:10:31 +02:00
parent 18e163fd34
commit d70bf3a126

View file

@ -60,7 +60,7 @@ Semantic, and Ansi-Color faces are included.")
`(header-line ((,class (:background "#666"))))
;; Highlighting faces
`(fringe ((,class (:background ,alum-7))))
`(highlight ((,class (:foreground ,alum-6 :background ,butter-2))))
`(highlight ((,class (:foreground ,alum-6 :background "#c0c000"))))
`(region ((,class (:background ,alum-5))))
`(secondary-selection ((,class (:background ,blue-3))))
`(isearch ((,class (:foreground ,alum-1 :background ,orange-3))))