branch: elpa/monokai-theme
commit 73cc7b69b8f8b91644d1eff63e60895a99725214
Author: Simon Manning <[email protected]>
Commit: Simon Manning <[email protected]>
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))))