mode-line-duffer-id fg and bg were the same

This commit is contained in:
Gwenhael Le Moine 2011-04-24 13:58:21 +07:00
parent 8c1cdf399a
commit 3bac854be2
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 ,base01))))
`(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 ,base01))))
`(mode-line-inactive ((t (:background ,base2 :foreground ,base01))))
`(region ((t (:background ,base2 :foreground ,base01))))
`(secondary-selection ((t (:background ,base02))))