Skip to content

Commit

Permalink
modeline --> mode-line
Browse files Browse the repository at this point in the history
  • Loading branch information
winfred-lu committed Sep 7, 2013
1 parent 5441171 commit d6ced6e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions winfred-color-theme.el
Expand Up @@ -91,9 +91,10 @@

(match ((t (:background "#b0b050" :foreground "#101010"))))
(menu ((t (:background "#304020" :foreground "navajo white"))))
(modeline ((t (:background "#302060" :foreground "#c0c0d0"))))
(modeline-mousable ((t (:background "light goldenrod" :foreground "dim gray"))))
(modeline-mousable-minor-mode ((t (:background "dim gray" :foreground "light goldenrod"))))
(mode-line ((t (:background "MediumPurple4" :foreground "#c0c0d0"))))
(mode-line-buffer-id ((t (:foreground "RosyBrown2"))))
(mode-line-mousable ((t (:background "light goldenrod" :foreground "dim gray"))))
(mode-line-mousable-minor-mode ((t (:background "dim gray" :foreground "light goldenrod"))))

(org-date ((t (:underline t :foreground "#80a0b0"))))
(org-hide ((t (:foreground "black"))))
Expand Down Expand Up @@ -232,10 +233,10 @@
(message-header-xheader-face ((t (:foreground "blue"))))
(message-mml-face ((t (:foreground "ForestGreen"))))
(message-separator-face ((t (:foreground "brown"))))
(modeline ((t (:background "plum" :foreground "black"))))
(modeline-buffer-id ((t (:background "plum" :foreground "black"))))
(modeline-mousable ((t (:background "plum" :foreground "black"))))
(modeline-mousable-minor-mode ((t (:background "plum" :foreground "black"))))
(mode-line ((t (:background "plum" :foreground "black"))))
(mode-line-buffer-id ((t (:background "plum" :foreground "black"))))
(mode-line-mousable ((t (:background "plum" :foreground "black"))))
(mode-line-mousable-minor-mode ((t (:background "plum" :foreground "black"))))
(region ((t (:background "plum"))))
(secondary-selection ((t (:background "palegreen"))))
(show-paren-match-face ((t (:background "plum"))))
Expand Down

0 comments on commit d6ced6e

Please sign in to comment.