Merge branch 'master' of https://github.com/cycojesus/emacs-color-theme-solarized into cycojesus-master

This commit is contained in:
Greg Pfeil 2011-04-24 06:09:46 -04:00
commit a312eb93f1
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
`(minibuffer-prompt
((t (:background ,base3 :foreground ,blue :weight bold))))
`(mode-line ((t (:background ,base1 :foreground ,base02))))
`(mode-line-buffer-id ((t (:foreground ,base1))))
`(mode-line-buffer-id ((t (:foreground ,base03 :weight bold))))
`(mode-line-inactive ((t (:background ,base2 :foreground ,base01))))
`(region ((t (:background ,base2 :foreground ,base01))))
`(secondary-selection ((t (:background ,base02))))

View File

@ -58,7 +58,7 @@
`(minibuffer-prompt
((t (:background ,base3 :foreground ,blue :weight bold))))
`(mode-line ((t (:background ,base1 :foreground ,base02))))
`(mode-line-buffer-id ((t (:foreground ,base1))))
`(mode-line-buffer-id ((t (:foreground ,base03 :weight bold))))
`(mode-line-inactive ((t (:background ,base2 :foreground ,base01))))
`(region ((t (:background ,base2 :foreground ,base01))))
`(secondary-selection ((t (:background ,base02))))