commit c4db87e8d2972b8b8111565215e108dbb799e302
parent 3deb0eb5dc7af3831931d28cbc561abbceba4581
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 19 Mar 2015 09:02:02 +0100
Lighter smart mode line theme.
Defaulting to this, for now.
Diffstat:
1 file changed, 11 insertions(+), 19 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1630,25 +1630,17 @@ customize the resulting theme."
`(skewer-repl-log-face ((,class (:foreground ,violet))))
;;;;; smart-mode-line
;; use (setq sml/theme nil) to enable Solarized for sml
- `(sml/modes ((,class (:foreground ,base1 :weight bold))))
- `(sml/minor-modes ((,class (:foreground ,base00))))
- `(sml/filename ((,class (:foreground ,blue :weight bold))))
- `(sml/folder ((,class (:foreground ,base0))))
- `(sml/prefix ((,class (:foreground ,cyan))))
- `(sml/read-only ((,class (:foreground ,green))))
- `(sml/modified ((,class (:foreground ,red))))
- `(sml/outside-modified ((,class (:foreground ,magenta))))
- `(sml/line-number ((,class (:foreground ,base0 :weight bold))))
- `(sml/col-number ((,class (:foreground ,base0))))
- `(sml/position-percentage ((,class (:foreground ,base00))))
- `(sml/sudo ((,class (:foreground ,red :weight bold))))
- `(sml/git ((,class (:foreground ,cyan))))
- `(sml/process ((,class (:foreground ,magenta :weight bold))))
- `(sml/vc ((,class (:foreground ,yellow))))
- `(sml/vc-edited ((,class (:foreground ,orange))))
- `(sml/charging ((,class (:foreground ,green))))
- `(sml/discharging ((,class (:foreground ,red))))
- `(sml/time ((,class (:foreground ,base0))))
+ `(sml/filename ((,class (:foreground ,base1 :weight bold))))
+ `(sml/prefix ((,class (:foreground unspecified))))
+ `(sml/git ((,class (:foreground unspecified))))
+ `(sml/process ((,class (:weight bold))))
+ `(sml/sudo ((,class (:foreground ,orange :weight bold))))
+ `(sml/read-only ((,class (:foreground ,cyan))))
+ `(sml/outside-modified ((,class (:foreground , cyan))))
+ `(sml/modified ((,class (:foreground ,cyan))))
+ `(sml/vc-edited ((,class (:foreground ,green))))
+ `(sml/charging ((,class (:foreground ,base1))))
+ `(sml/discharging ((,class (:foreground ,base1 :weight bold))))
;;;;; smartparens
`(sp-pair-overlay-face ((,class (:background ,base02))))
`(sp-wrap-overlay-face ((,class (:background ,base02))))