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

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

[nongnu] elpa/cyberpunk-theme bd4138c 109/132: Merge pull request #33 fr


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme bd4138c 109/132: Merge pull request #33 from tumashu/master
Date: Thu, 21 Oct 2021 18:03:59 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit bd4138c2c3d3ac016f07392908bebd8f5243c8cd
Merge: 88eff8a c0e8baa
Author: Nicholas M. Van Horn <nemo1211@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #33 from tumashu/master
    
    Change org-column and org-column-title's background
---
 cyberpunk-theme.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 07525cf..9097bc9 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -153,7 +153,7 @@
    ;; faces used by isearch
    `(isearch ((,class (:foreground ,cyberpunk-black :background 
,cyberpunk-pink-1))))
    `(isearch-fail ((,class (:background ,cyberpunk-red-1))))
-   
+
    `(lazy-highlight ((,class (:foreground ,cyberpunk-black :background 
,cyberpunk-yellow))))
    `(query-replace ((,class (:background ,cyberpunk-gray-5))))
    `(Highline-face ((,class (:background ,cyberpunk-green-1))))
@@ -180,7 +180,7 @@
    ;;; font lock
    `(font-lock-builtin-face ((,class (:foreground ,cyberpunk-blue-5))))
    `(font-lock-comment-face ((,class (:foreground ,cyberpunk-gray-2 :italic 
t))))
-   ;; `(font-lock-comment-delimiter-face ((,class (:foreground 
,cyberpunk-green)))) 
+   ;; `(font-lock-comment-delimiter-face ((,class (:foreground 
,cyberpunk-green))))
    `(font-lock-constant-face ((,class (:foreground ,cyberpunk-blue-6))))
    ;; `(font-lock-doc-face ((,class (:foreground ,cyberpunk-green+1))))
    `(font-lock-doc-face ((,class (:foreground ,cyberpunk-yellow-1))))
@@ -259,7 +259,7 @@
    `(company-scrollbar-bg ((,class (:background ,cyberpunk-gray-5))))
    `(company-preview ((,class (:foreground ,cyberpunk-gray :background 
,cyberpunk-pink-1))))
    `(company-preview-common ((,class (:foreground ,cyberpunk-gray :background 
,cyberpunk-pink-1))))
-   
+
    ;; diff
    `(diff-added ((,class (:foreground ,cyberpunk-green))))
    `(diff-changed ((,class (:foreground ,cyberpunk-yellow))))
@@ -530,7 +530,7 @@
    `(magit-reflog-cherry-pick  ((t (:foreground ,cyberpunk-green))))
    `(magit-reflog-remote       ((t (:foreground ,cyberpunk-cyan))))
    `(magit-reflog-other        ((t (:foreground ,cyberpunk-cyan))))
-   
+
    `(eval-sexp-fu-flash ((,class (:background ,cyberpunk-gray-8 :foreground 
,cyberpunk-pink-2))))
 
    ;; message-mode
@@ -620,13 +620,13 @@
    `(org-level-8 ((,class (:foreground ,cyberpunk-blue-1))))
    `(org-link ((,class (:foreground ,cyberpunk-blue-6 :underline t))))
    `(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-column ((,class (:background ,cyberpunk-gray-7 :foreground 
,cyberpunk-black))))
+   `(org-column-title ((,class (:background ,cyberpunk-gray-7 :underline t 
:weight bold))))
    `(org-block ((,class (:foreground ,cyberpunk-fg :background 
,cyberpunk-bg-05))))
-   `(org-block-begin-line 
+   `(org-block-begin-line
      ((,class (:foreground "#008ED1" :background ,cyberpunk-bg-1))))
    `(org-block-background ((,class (:background ,cyberpunk-bg-05))))
-   `(org-block-end-line 
+   `(org-block-end-line
      ((,class (:foreground "#008ED1" :background ,cyberpunk-bg-1))))
 
    ;; `(org-deadline-announce ((,class (:foreground ,cyberpunk-red-1))))



reply via email to

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