emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/anti-zenburn-theme 3c6ec1e 124/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 3c6ec1e 124/151: From zenburn-emacs: add faces for smart-mode-line.
Date: Thu, 21 Oct 2021 18:01:37 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 3c6ec1ef185b11e27486ed1590bfa60c7b6d6802
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: add faces for smart-mode-line.
---
 anti-zenburn-theme.el | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 847f6c5..ebbdfeb 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -954,6 +954,26 @@
    `(show-paren-mismatch ((t (:foreground ,azenburn-blue+1 :background 
,azenburn-bg+3 :weight bold))))
    `(show-paren-match ((t (:background ,azenburn-bg+3 :weight bold))))
 
+;;; smart-mode-line
+   ;; use (setq sml/theme nil) to enable anti-zenburn for sml
+   `(sml/global ((,class (:foreground ,azenburn-fg :weight bold))))
+   `(sml/modes ((,class (:foreground ,azenburn-dark-blue :weight bold))))
+   `(sml/minor-modes ((,class (:foreground ,azenburn-fg-1 :weight bold))))
+   `(sml/filename ((,class (:foreground ,azenburn-dark-blue :weight bold))))
+   `(sml/line-number ((,class (:foreground ,azenburn-beige :weight bold))))
+   `(sml/col-number ((,class (:foreground ,azenburn-beige+1 :weight bold))))
+   `(sml/position-percentage ((,class (:foreground ,azenburn-beige-1 :weight 
bold))))
+   `(sml/prefix ((,class (:foreground ,azenburn-light-blue))))
+   `(sml/git ((,class (:foreground ,azenburn-violet+3))))
+   `(sml/process ((,class (:weight bold))))
+   `(sml/sudo ((,class  (:foreground ,azenburn-light-blue :weight bold))))
+   `(sml/read-only ((,class (:foreground ,azenburn-blue-2))))
+   `(sml/outside-modified ((,class (:foreground ,azenburn-light-blue))))
+   `(sml/modified ((,class (:foreground ,azenburn-blue))))
+   `(sml/vc-edited ((,class (:foreground ,azenburn-violet+2))))
+   `(sml/charging ((,class (:foreground ,azenburn-violet+4))))
+   `(sml/discharging ((,class (:foreground ,azenburn-blue+1))))
+
 ;;; smartparens
    `(sp-show-pair-mismatch-face ((t (:background ,azenburn-bg+3 :foreground 
,azenburn-blue+1 :weight bold))))
    `(sp-show-pair-match-face ((t (:background ,azenburn-bg+3 :weight bold))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]