branch: elpa/monokai-theme
commit 125338c64501242e933efd1d8152dc41dd8eacef
Merge: 0de9de5 73cc7b6
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Merge pull request #23 from stafu/master
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))))