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

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

[nongnu] elpa/gotham-theme a3537c44e3 172/214: Merge pull request #50 fr


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme a3537c44e3 172/214: Merge pull request #50 from jagrg/emms
Date: Fri, 7 Jan 2022 17:58:52 -0500 (EST)

branch: elpa/gotham-theme
commit a3537c44e3c49344e07a28dce989306c7b08f9ea
Merge: aca1bdd189 e5adabe70f
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #50 from jagrg/emms
    
    Fix typo
---
 gotham-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 41d60ea587..954f53838f 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -628,7 +628,7 @@ depending on DISPLAY for keys which are either :foreground 
or
    (helm-buffer-size :foreground magenta)
    (helm-candidate-number :background base3)
    (helm-ff-directory :weight bold)
-   (helm-ff-executable :forground green)
+   (helm-ff-executable :foreground green)
    (helm-ff-invalid-symlink :foreground base2 :background red)
    (helm-ff-prefix :foreground base2 :background yellow)
    (helm-ff-symlink :foreground orange)
@@ -928,7 +928,7 @@ depending on DISPLAY for keys which are either :foreground 
or
 
    ;; smartparens
    (sp-show-pair-match-face :foreground base2 :background orange)
-   (sp-show-pair-mismatch-face :foreground base2 background red)
+   (sp-show-pair-mismatch-face :foreground base2 :background red)
 
    ;; smart-mode-line
    (sml/charging :foreground green)



reply via email to

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