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

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

[nongnu] elpa/gotham-theme c7ce4ea356 195/214: Move flx to external sect


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme c7ce4ea356 195/214: Move flx to external section
Date: Fri, 7 Jan 2022 17:58:54 -0500 (EST)

branch: elpa/gotham-theme
commit c7ce4ea356ecb0e867f98bc9c8e8fdb0c612f1f3
Author: Vasilij Schneidermann <mail@vasilij.de>
Commit: Vasilij Schneidermann <mail@vasilij.de>

    Move flx to external section
---
 gotham-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 371a3dba20..1af34b5982 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -243,9 +243,6 @@ depending on DISPLAY for keys which are either :foreground 
or
    (eshell-ls-symlink :foreground blue :weight bold)
    (eshell-ls-unreadable :foreground red)
 
-   ;; flx
-   (flx-highlight-face :foreground yellow)
-
    ;; flymake
    (flymake-errline :underline (:style wave :color red))
    (flymake-warnline :underline (:style wave :color orange))
@@ -662,6 +659,9 @@ depending on DISPLAY for keys which are either :foreground 
or
    (erm-syn-errline :foreground red)
    (erm-syn-warnline :foreground orange)
 
+   ;; flx
+   (flx-highlight-face :foreground yellow)
+
    ;; flycheck
    (flycheck-error :underline (:style wave :color red))
    (flycheck-info :underline (:style wave :color green))



reply via email to

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