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

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

[elpa] master 9ed9678 1/3: Add/adjust some of the org-mode faces


From: Matthew Carter
Subject: [elpa] master 9ed9678 1/3: Add/adjust some of the org-mode faces
Date: Sun, 30 Aug 2015 20:51:28 +0000

branch: master
commit 9ed9678006b89d84468bbeebb905a2133f29592b
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>

    Add/adjust some of the org-mode faces
---
 ahungry-theme.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ahungry-theme.el b/ahungry-theme.el
index e083a14..0180ddc 100644
--- a/ahungry-theme.el
+++ b/ahungry-theme.el
@@ -165,7 +165,7 @@
    '(message-header-to ((t (:foreground "#ffffff"))))
    '(message-header-cc ((t (:foreground "#ffffff"))))
    '(mm-uu-extract ((t (:foreground "#0066ff"))))
-   '(org-hide ((t (:foreground "#009933"))))
+   '(org-hide ((t (:foreground "#222222"))))
    '(org-level-1 ((t (:bold t :foreground "#4477ff" :height 1.5))))
    '(org-level-2 ((t (:bold nil :foreground "#ffc800" :height 1.2))))
    '(org-level-3 ((t (:bold t :foreground "#00aa33" :height 1.0))))
@@ -178,6 +178,7 @@
    '(org-block ((t (:foreground "#999999"))))
    '(org-quote ((t (:inherit org-block :bold t :slant italic))))
    '(org-verse ((t (:inherit org-block :bold t :slant italic))))
+   '(org-table ((t (:foreground "#0055ff"))))
    '(org-todo ((t (:bold t :foreground "#ff0099"))))
    '(org-done ((t (:bold t :foreground "#00cc33"))))
    '(org-agenda-structure ((t (:weight bold :foreground "#f68585"))))
@@ -190,6 +191,7 @@
    '(org-block-end-line ((t (:foreground "#bbbbbb" :background "#333333"))))
    '(org-document-title ((t (:weight bold :foreground "#0077cc"))))
    '(org-document-info ((t (:weight normal :foreground "#0077cc"))))
+   '(org-document-info-keyword ((t (:weight normal :foreground "#aaaaaa"))))
    '(org-warning ((t (:weight normal :foreground "#ee0033"))))
    '(magit-hash ((t (:foreground "#6699aa"))))
    '(magit-branch-local ((t (:foreground "#0066ff"))))



reply via email to

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