branch: elpa/ujelly-theme
commit e640bfa845cdbf1cc72a20ba4ce3ffbd529dcb71
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
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 <[email protected]>
;; 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))))