branch: elpa/ujelly-theme
commit 03b1d53b93dbace08c56c08f541d80ecbefa4980
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
change org level faces
---
ujelly-theme.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index b007201..5dd6170 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.0.30
+;; Version: 1.0.31
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -101,9 +101,9 @@
`(org-checkbox ((,class (:foreground ,ujelly-green-0))))
`(org-date ((,class (:foreground ,ujelly-purple-0))))
`(org-done ((,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))))
+ `(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-special-keyword ((,class (:foreground ,ujelly-purple-0))))
`(org-todo ((,class (:foreground ,ujelly-yellow-0))))
`(region ((,class (:background ,ujelly-purple-1))))