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

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

[nongnu] elpa/gotham-theme 50e93ba738 039/214: Add smart-mode-line


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 50e93ba738 039/214: Add smart-mode-line
Date: Fri, 7 Jan 2022 17:58:39 -0500 (EST)

branch: elpa/gotham-theme
commit 50e93ba738e1b6592c97c5b8e916896fe8160845
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add smart-mode-line
---
 gotham-theme.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index f15799846c..a952500175 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -347,6 +347,18 @@ depending on DISPLAY for keys which are either :foreground 
or
    ;; smartparens
    (sp-show-pair-match-face :inherit show-paren-match)
    (sp-show-pair-mismatch-face :inherit show-paren-mismatch)
+
+   ;; smart-mode-line
+   (sml/charging :foreground green)
+   (sml/discharging :foreground red)
+   (sml/filename :foreground cyan :weight normal)
+   (sml/global :foreground base6)
+   (sml/line-number :foreground base5)
+   (sml/modes :foreground base4)
+   (sml/modified :foreground red :weight bold)
+   (sml/outside-modified :foreground base7 :background red)
+   (sml/prefix :foreground orange)
+   (sml/read-only :foreground yellow)
    ))
 
 ;;;###autoload



reply via email to

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