mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* themes/tango-dark-theme.el: Tweak background on low-color terminals.
This commit is contained in:
parent
50a4e25afa
commit
6b483b6643
@ -1,3 +1,8 @@
|
||||
2011-02-21 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* themes/tango-dark-theme.el: Tweak background on low-color
|
||||
terminals.
|
||||
|
||||
2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
|
||||
|
||||
* etc/images/icons/allout-widgets/dark-bg,
|
||||
|
@ -49,7 +49,13 @@ Semantic, and Ansi-Color faces are included.")
|
||||
|
||||
(custom-theme-set-faces
|
||||
'tango-dark
|
||||
`(default ((,class (:foreground ,alum-1 :background ,alum-6))))
|
||||
;; Ensure sufficient contrast on low-color terminals.
|
||||
`(default ((((class color) (min-colors 4096))
|
||||
(:foreground ,alum-1 :background ,alum-6))
|
||||
(((class color) (min-colors 256))
|
||||
(:foreground ,alum-1 :background "#222"))
|
||||
(,class
|
||||
(:foreground ,alum-1 :background "black"))))
|
||||
`(cursor ((,class (:foreground ,alum-6 :background ,butter-1))))
|
||||
;; Highlighting faces
|
||||
`(fringe ((,class (:background ,alum-7))))
|
||||
|
Loading…
Reference in New Issue
Block a user