branch: elpa/monokai-theme
commit 64b05ef480f4a4fafc35f33ac424848217e1a944
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Make org-blocks stand out more; Closes #50; also blue links...
---
monokai-theme.el | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 7b17ec7..838f1da 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -3972,13 +3972,25 @@ Also affects 'linum-mode' background."
:weight normal))))
`(org-block
- ((,class (:foreground ,monokai-comments))
- (,terminal-class (:foreground ,terminal-monokai-comments))))
+ ((,class (:foreground ,monokai-emph
+ :background ,monokai-gray))
+ (,terminal-class (:foreground ,terminal-monokai-emph
+ :background ,terminal-monokai-gray))))
`(org-block-begin-line
((,class (:foreground ,monokai-comments
+ :background ,monokai-gray-d
:slant italic))
- (,terminal-class (:foreground ,terminal-monokai-comments
+ (,terminal-class (:foreground ,terminal-monokai-emph
+ :background ,terminal-monokai-gray-d
+ :slant italic))))
+
+ `(org-block-end-line
+ ((,class (:foreground ,monokai-comments
+ :background ,monokai-gray-d
+ :slant italic))
+ (,terminal-class (:foreground ,terminal-monokai-emph
+ :background ,terminal-monokai-gray-d
:slant italic))))
`(org-checkbox
@@ -4078,9 +4090,9 @@ Also affects 'linum-mode' background."
:foreground ,terminal-monokai-blue))))
`(org-link
- ((,class (:foreground ,monokai-yellow
+ ((,class (:foreground ,monokai-blue
:underline t))
- (,terminal-class (:foreground ,terminal-monokai-yellow
+ (,terminal-class (:foreground ,terminal-monokai-blue
:underline t))))
`(org-sexp-date