projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e163f
)
Tweak tango-dark-theme hightlight face
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 3 Aug 2019 14:10:31 +0000
(16:10 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 3 Aug 2019 14:10:31 +0000
(16:10 +0200)
* etc/themes/tango-dark-theme.el (class): Make highlight a bit
less yellow to make the cursor visible on it (bug#19189).
etc/themes/tango-dark-theme.el
patch
|
blob
|
history
diff --git
a/etc/themes/tango-dark-theme.el
b/etc/themes/tango-dark-theme.el
index 87a5048634c800b3840132d485527b98b2f8617f..91256208a3f09c4f6bd05cd35d1f14e00d2fadb0 100644
(file)
--- 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.")
`(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))))