emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cyberpunk-theme a2f9404 024/132: Added code block highligh


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme a2f9404 024/132: Added code block highlighting for org buffers
Date: Thu, 21 Oct 2021 18:03:42 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit a2f94044aca2e9f43020423205899626e89db02d
Author: Nick Van Horn <nemo1211@gmail.com>
Commit: Nick Van Horn <nemo1211@gmail.com>

    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 <nemo1211@gmail.com>
 ;; 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]