Skip to content

Commit

Permalink
Make the mode-line look a bit better.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Lloyd committed Dec 30, 2009
1 parent b05dc7c commit 1a121bc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions color-theme-molokai.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
(region ((t (:background "#403D3D"))))
(underline ((t (:underline t))))
(minibuffer-prompt ((t (:foreground "#66D9EF"))))
(mode-line ((t (:foreground "#BCBCBC" :background "#232526"))))
(mode-line-buffer-id ((t (:foreground "#BCBCBC" :background "#232526"))))
(mode-line-inactive ((t (:foreground "#BCBCBC" :background "#232526"))))
(mode-line-mousable ((t (:foreground "#BCBCBC" :background "#232526"))))
(mode-line-mousable-minor-mode ((t (:foreground "#BCBCBC" :background "#232526"))))
(mode-line ((t (:foreground "#BCBCBC" :background "#000000"
:box (:line-width 1 :color "#000000" :style released-button)))))
(mode-line-buffer-id ((t (:foreground "#BCBCBC" :background "#000000" :weight semi-bold))))
(mode-line-inactive ((t (:foreground "#BCBCBC" :background "#000000"
:box (:line-width 1 :color "#232526")))))
(mode-line-mousable ((t (:foreground "#BCBCBC" :background "#000000"))))
(mode-line-mousable-minor-mode ((t (:foreground "#BCBCBC" :background "#000000"))))
(font-lock-builtin-face ((t (:foreground "#A6E22E"))))
(font-lock-comment-face ((t (:foreground "#465457" :slant italic))))
(font-lock-comment-delimiter-face ((t (:foreground "#465457" :slant italic))))
Expand Down

0 comments on commit 1a121bc

Please sign in to comment.