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

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

[nongnu] elpa/monokai-theme 73cc7b6 033/207: Added monky section and dif


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 73cc7b6 033/207: Added monky section and diff colour definitions.
Date: Thu, 21 Oct 2021 18:07:26 -0400 (EDT)

branch: elpa/monokai-theme
commit 73cc7b69b8f8b91644d1eff63e60895a99725214
Author: Simon Manning <simon@ecksdee.org>
Commit: Simon Manning <simon@ecksdee.org>

    Added monky section and diff colour definitions.
---
 monokai-theme.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 8a90314..1f22ee3 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2084,6 +2084,17 @@ Takes and optional `FRAME' as reference."
      `(magit-log-sha1
        ((,class (:foreground ,yellow))))
 
+     ;; monky
+     `(monky-section-title
+       ((,class (:foreground ,yellow
+                             :weight bold))))
+
+     `(monky-diff-add
+       ((,class (:foreground ,green))))
+
+     `(monky-diff-del
+       ((,class (:foreground ,red))))
+
      ;; markdown-mode
      `(markdown-header-face
        ((,class (:foreground ,green))))



reply via email to

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