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

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

[nongnu] elpa/ujelly-theme 5330fe8 044/137: change org faces


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 5330fe8 044/137: change org faces
Date: Thu, 21 Oct 2021 18:12:07 -0400 (EDT)

branch: elpa/ujelly-theme
commit 5330fe824c4be174ca0d822840eb0efb7f075cb3
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    change org faces
---
 ujelly-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 3a62149..e7fd663 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Mark Tran <mark.tran@gmail.com>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.0.28
+;; Version: 1.0.29
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -98,10 +98,10 @@
        `(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))
        `(mode-line ((,class (:foreground ,ujelly-fg :background nil))))
        `(mode-line-inactive ((,class (:foreground ,ujelly-grey-2 :background 
nil))))
-       `(org-checkbox ((,class (:foreground ,ujelly-orange-0))))
-       `(org-level-1 ((,class (:foreground ,ujelly-blue-0))))
-       `(org-level-2 ((,class (:foreground ,ujelly-yellow-0))))
-       `(org-level-3 ((,class (:foreground ,ujelly-purple-0))))
+       `(org-checkbox ((,class (:foreground ,ujelly-green-0))))
+       `(org-level-1 ((,class (:foreground ,ujelly-red-1))))
+       `(org-level-2 ((,class (:foreground ,ujelly-yellow-1))))
+       `(org-level-3 ((,class (:foreground ,ujelly-yellow-1))))
        `(region ((,class (:background ,ujelly-purple-1))))
        `(smerge-markers ((,class (:foreground ,ujelly-yellow-0 :background 
,ujelly-grey-2))))
        `(smerge-refined-change ((,class (:foreground ,ujelly-green-0))))



reply via email to

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