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

    add org-document- customizations
---
 ujelly-theme.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index f9a96b4..790ce78 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.2.5
+;; Version: 1.2.6
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -176,6 +176,8 @@
        `(mode-line-inactive ((,class (:foreground ,ujelly-grey-4 :background 
nil))))
        `(org-checkbox ((,class (:foreground ,ujelly-green-0))))
        `(org-date ((,class (:foreground ,ujelly-grey-0))))
+       `(org-document-info-keyword ((,class (:foreground ,ujelly-yellow-0))))
+       `(org-document-title ((,class (:foreground ,ujelly-yellow-0))))
        `(org-done ((,class (:foreground ,ujelly-green-2))))
        `(org-level-1 ((,class (:foreground ,ujelly-red-2))))
        `(org-level-2 ((,class (:foreground ,ujelly-yellow-0))))

Reply via email to