fine-tune mode-line-buffer-id

This commit is contained in:
Gwenhael Le Moine 2011-04-24 14:07:44 +07:00
parent 3bac854be2
commit 56a0a4d875
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 ,base01))))
`(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 ,base01))))
`(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))))