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

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

[nongnu] elpa/gotham-theme 1daa583e87 025/214: Add outline


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 1daa583e87 025/214: Add outline
Date: Fri, 7 Jan 2022 17:58:37 -0500 (EST)

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

    Add outline
---
 gotham-theme.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 3fa05eecb0..fba0243804 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -180,6 +180,16 @@ depending on DISPLAY for keys which are either :foreground 
or
    ;; makefile
    (makefile-space :background magenta)
 
+   ;; outline
+   (outline-1 :foreground red)
+   (outline-2 :foreground cyan)
+   (outline-3 :foreground orange)
+   (outline-4 :foreground green)
+   (outline-5 :foreground red)
+   (outline-6 :foreground cyan)
+   (outline-7 :foreground orange)
+   (outline-8 :foreground green)
+
    ;; show-paren-mode
    (show-paren-match :foreground base2 :background orange :weight normal 
:inverse-video unspecified)
    (show-paren-mismatch :foreground base2 :background red :weight normal 
:inverse-video unspecified)



reply via email to

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