branch: elpa/cyberpunk-theme
commit 2fd1a0d77af2ac14f2ef4635324a2576b7946b73
Author: n3mo <[email protected]>
Commit: n3mo <[email protected]>
Removed under/overlines on org code blocks
---
cyberpunk-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 4727b94..b6ff18a 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -507,10 +507,10 @@
`(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))))
+ ((,class (: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))))
+ ((,class (:foreground "#008ED1" :background ,cyberpunk-bg-1))))
;; `(org-deadline-announce ((,class (:foreground ,cyberpunk-red-1))))
;; `(org-scheduled ((,class (:foreground ,cyberpunk-green+4))))