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

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

[nongnu] elpa/gotham-theme 244d904d0f 026/214: Add markdown-mode


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 244d904d0f 026/214: Add markdown-mode
Date: Fri, 7 Jan 2022 17:58:37 -0500 (EST)

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

    Add markdown-mode
---
 gotham-theme.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index fba0243804..1b5eb59c62 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -231,6 +231,14 @@ depending on DISPLAY for keys which are either :foreground 
or
    (erm-syn-errline :foreground red)
    (erm-syn-warnline :foreground orange)
 
+   ;; markdown-mode
+   (markdown-header-face-1 :background base2)
+   (markdown-header-face-2 :background base3)
+   (markdown-header-face-3 :background base4)
+   (markdown-header-face-4 :background base2)
+   (markdown-header-face-5 :background base3)
+   (markdown-header-face-6 :background base4)
+
 
    ;; rainbow-delimiters
    (rainbow-delimiters-depth-1-face :foreground base6)



reply via email to

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