Skip to content

Commit

Permalink
Set outline-* face colours explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed May 2, 2013
1 parent c3a3fe0 commit 6bd1f8f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions color-theme-sanityinc-solarized.el
Expand Up @@ -352,9 +352,6 @@ names to which it refers are bound."
(eshell-ls-unreadable ((,class (:foreground ,base00))))
(eshell-prompt ((,class (:foreground ,green :weight normal))))

;; Stop outline-3 from inheriting font-lock-keyword-face, which we've made bold
(outline-3 ((,class (:inherit nil :foreground ,green))))

(org-agenda-structure ((,class (:foreground ,violet))))
(org-agenda-date ((,class (:foreground ,blue :underline nil))))
(org-agenda-done ((,class (:foreground ,green))))
Expand Down Expand Up @@ -466,6 +463,17 @@ names to which it refers are bound."
(powerline-active1 ((t (:foreground ,normal :background ,contrast-background))))
(powerline-active2 ((t (:foreground ,normal :background ,alt-background))))

;; Outline
(outline-1 ((,class :inherit nil)))
(outline-2 ((,class (:inherit nil :foreground ,yellow))))
(outline-3 ((,class (:inherit nil :foreground ,violet))))
(outline-4 ((,class (:inherit nil :foreground ,cyan))))
(outline-5 ((,class (:inherit nil :foreground ,orange))))
(outline-6 ((,class (:inherit nil :foreground ,blue))))
(outline-7 ((,class (:inherit nil :foreground ,yellow))))
(outline-8 ((,class (:inherit nil :foreground ,violet))))
(outline-9 ((,class (:inherit nil :foreground ,cyan))))

;; Gnus
(gnus-cite-1 ((,class (:inherit outline-1 :foreground nil))))
(gnus-cite-2 ((,class (:inherit outline-2 :foreground nil))))
Expand Down

0 comments on commit 6bd1f8f

Please sign in to comment.