branch: elpa/cyberpunk-theme
commit a2f94044aca2e9f43020423205899626e89db02d
Author: Nick Van Horn <[email protected]>
Commit: Nick Van Horn <[email protected]>
Added code block highlighting for org buffers
---
cyberpunk-theme.el | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index a383d42..9a079c2 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -4,7 +4,7 @@
;; Author: Nick Van Horn <[email protected]>
;; Keywords: color theme cyberpunk
-;; Version: 1.0
+;; Version: 1.1
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -505,6 +505,13 @@
`(org-tag ((,class (:bold t :weight bold))))
`(org-column ((,class (:background ,cyberpunk-yellow-3 :foreground
,cyberpunk-black))))
`(org-column-title ((,class (:background ,cyberpunk-bg-1 :underline t
:weight bold))))
+ `(org-block ((,class (:foreground ,cyberpunk-fg :background
,cyberpunk-bg-05))))
+ `(org-block-begin-line
+ ((,class (:underline "#A7A6AA" :foreground "#008ED1" :background
,cyberpunk-bg-1))))
+ `(org-block-background ((,class (:background ,cyberpunk-bg-05))))
+ `(org-block-end-line
+ ((,class (:overline "#A7A6AA" :foreground "#008ED1" :background
,cyberpunk-bg-1))))
+
;; `(org-deadline-announce ((,class (:foreground ,cyberpunk-red-1))))
;; `(org-scheduled ((,class (:foreground ,cyberpunk-green+4))))
;; `(org-scheduled-previously ((,class (:foreground ,cyberpunk-red-4))))