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

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

[nongnu] elpa/gotham-theme 7af24740c0 144/214: add debugs move, dired-as


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 7af24740c0 144/214: add debugs move, dired-async
Date: Fri, 7 Jan 2022 17:58:49 -0500 (EST)

branch: elpa/gotham-theme
commit 7af24740c080a05fd922bff6406d607efdfa1ab6
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    add debugs move, dired-async
---
 gotham-theme.el | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 36cb52a25c..3e8b6ac39a 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -189,10 +189,6 @@ depending on DISPLAY for keys which are either :foreground 
or
    (diff-refine-removed :weight bold)
    (diff-removed :foreground red)
 
-   ;; dired-async
-   (dired-async-message :foreground yellow)
-   (dired-async-mode-message :foreground orange)
-
    ;; erc
    (erc-current-nick-face :foreground base5)
    (erc-dangerous-host-face :foreground red)
@@ -517,11 +513,23 @@ depending on DISPLAY for keys which are either 
:foreground or
    (company-tooltip-mouse :foreground base7 :background base4)
    (company-tooltip-selection :foreground base7 :background base4)
 
+   ;; debbugs
+   (debbugs-gnu-done :foreground green)
+   (debbugs-gnu-handled :foreground yellow)
+   (debbugs-gnu-new :foreground red)
+   (debbugs-gnu-pending :foreground orange)
+   (debbugs-gnu-stale :foreground blue)
+   (debbugs-gnu-tagged :foreground red)
+
    ;; diff-hl
    (diff-hl-change :foreground cyan)
    (diff-hl-delete :foreground red)
    (diff-hl-insert :foreground green)
 
+   ;; dired-async
+   (dired-async-message :foreground yellow)
+   (dired-async-mode-message :foreground orange)
+
    ;; ecb
    (ecb-default-highlight-face :background violet)
    (ecb-method-non-semantic-face :foreground orange)



reply via email to

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