branch: elpa/ujelly-theme
commit 9fb7428180bcb9f0daaa5fb5618c0cf814509bf1
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    org level faces
---
 ujelly-theme.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 20f314e..72a08c5 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.5
+;; Version: 1.0.6
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -79,6 +79,9 @@
        `(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))))
        `(region ((,class (:background ,ujelly-purple-1))))
        `(smerge-markers ((,class (:foreground ,ujelly-yellow-0))))
        `(smerge-refined-change ((,class (:foreground ,ujelly-green-0))))

Reply via email to