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

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

[nongnu] elpa/ujelly-theme e640bfa 102/137: update org-level customizati


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme e640bfa 102/137: update org-level customizations
Date: Thu, 21 Oct 2021 18:12:20 -0400 (EDT)

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

    update org-level customizations
---
 ujelly-theme.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 1a77738..267fcd4 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.1.19
+;; Version: 1.1.20
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -150,8 +150,9 @@
        `(org-date ((,class (:foreground ,ujelly-purple-0))))
        `(org-done ((,class (:foreground ,ujelly-green-0))))
        `(org-level-1 ((,class (:foreground ,ujelly-red-2))))
-       `(org-level-2 ((,class (:foreground ,ujelly-red-0))))
-       `(org-level-3 ((,class (:foreground ,ujelly-red-0))))
+       `(org-level-2 ((,class (:foreground ,ujelly-yellow-0))))
+       `(org-level-3 ((,class (:foreground ,ujelly-green-1))))
+       `(org-level-4 ((,class (:foreground ,ujelly-orange-0))))
        `(org-link ((,class (:foreground ,ujelly-blue-0))))
        `(org-special-keyword ((,class (:foreground ,ujelly-purple-0))))
        `(org-todo ((,class (:foreground ,ujelly-yellow-0))))



reply via email to

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