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

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

[nongnu] elpa/gotham-theme e49c79170f 185/214: Update outline


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme e49c79170f 185/214: Update outline
Date: Fri, 7 Jan 2022 17:58:53 -0500 (EST)

branch: elpa/gotham-theme
commit e49c79170f4ce0fd01226bc5bbed248b1d826182
Author: Jonathan <jgrg@autistici.org>
Commit: Jonathan <jgrg@autistici.org>

    Update outline
    
    I think we should keep reds for warnings, todos, unsaved files, etc.
---
 gotham-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index ad0abd6e20..90072a6bac 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -348,13 +348,13 @@ depending on DISPLAY for keys which are either 
:foreground or
    (message-separator :foreground blue)
 
    ;; outline
-   (outline-1 :foreground red)
+   (outline-1 :foreground violet)
    (outline-2 :foreground cyan)
-   (outline-3 :foreground orange)
+   (outline-3 :foreground magenta)
    (outline-4 :foreground green)
-   (outline-5 :foreground red)
+   (outline-5 :foreground violet)
    (outline-6 :foreground cyan)
-   (outline-7 :foreground orange)
+   (outline-7 :foreground magenta)
    (outline-8 :foreground green)
 
    ;; pulse



reply via email to

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