summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorVincent Geddes <vincent@praekeltconsulting.com>2013-12-19 01:05:17 +0200
committerVincent Geddes <vincent@praekeltconsulting.com>2013-12-19 01:05:17 +0200
commitd3eea536c8b24c42941234358c50fb2531b93ed0 (patch)
tree5d203916b4bcbf03285b3d7678ed0c92768a7f0f /zenburn-theme.el
parentdd103665278bcb6419b54b8c894c987ffb35155b (diff)
Move ledger-mode faces to their correct alphabetical position
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el36
1 files changed, 18 insertions, 18 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 9a9a441..0c52e6a 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -519,6 +519,24 @@ Also bind `class' to ((class color) (min-colors 89))."
`(jabber-title-small ((t (:height 1.1 :weight bold))))
`(jabber-title-medium ((t (:height 1.2 :weight bold))))
`(jabber-title-large ((t (:height 1.3 :weight bold))))
+;;;;; ledger-mode
+ `(ledger-font-payee-uncleared-face ((t (:foreground ,zenburn-red-1 :weight bold))))
+ `(ledger-font-payee-cleared-face ((t (:foreground ,zenburn-fg :weight normal))))
+ `(ledger-font-xact-highlight-face ((t (:background ,zenburn-bg+1))))
+ `(ledger-font-pending-face ((t (:foreground ,zenburn-orange weight: normal))))
+ `(ledger-font-other-face ((t (:foreground ,zenburn-fg))))
+ `(ledger-font-posting-account-face ((t (:foreground ,zenburn-blue-1))))
+ `(ledger-font-posting-account-cleared-face ((t (:foreground ,zenburn-fg))))
+ `(ledger-font-posting-account-pending-face ((t (:foreground ,zenburn-orange))))
+ `(ledger-font-posting-amount-face ((t (:foreground ,zenburn-orange))))
+ `(ledger-font-posting-account-pending-face ((t (:foreground ,zenburn-orange))))
+ `(ledger-occur-narrowed-face ((t (:foreground ,zenburn-fg-1 :invisible t))))
+ `(ledger-occur-xact-face ((t (:background ,zenburn-bg+1))))
+ `(ledger-font-comment-face ((t (:foreground ,zenburn-green))))
+ `(ledger-font-reconciler-uncleared-face ((t (:foreground ,zenburn-red-1 :weight bold))))
+ `(ledger-font-reconciler-cleared-face ((t (:foreground ,zenburn-fg :weight normal))))
+ `(ledger-font-reconciler-pending-face ((t (:foreground ,zenburn-orange :weight normal))))
+ `(ledger-font-report-clickable-face ((t (:foreground ,zenburn-orange :weight normal))))
;;;;; linum-mode
`(linum ((t (:foreground ,zenburn-green+2 :background ,zenburn-bg))))
;;;;; macrostep
@@ -916,24 +934,6 @@ Also bind `class' to ((class color) (min-colors 89))."
;;;;; yascroll
`(yascroll:thumb-text-area ((t (:background ,zenburn-bg-1))))
`(yascroll:thumb-fringe ((t (:background ,zenburn-bg-1 :foreground ,zenburn-bg-1))))
-;;;;; ledger-mode
- `(ledger-font-payee-uncleared-face ((t (:foreground ,zenburn-red-1 :weight bold))))
- `(ledger-font-payee-cleared-face ((t (:foreground ,zenburn-fg :weight normal))))
- `(ledger-font-xact-highlight-face ((t (:background ,zenburn-bg+1))))
- `(ledger-font-pending-face ((t (:foreground ,zenburn-orange weight: normal))))
- `(ledger-font-other-face ((t (:foreground ,zenburn-fg))))
- `(ledger-font-posting-account-face ((t (:foreground ,zenburn-blue-1))))
- `(ledger-font-posting-account-cleared-face ((t (:foreground ,zenburn-fg))))
- `(ledger-font-posting-account-pending-face ((t (:foreground ,zenburn-orange))))
- `(ledger-font-posting-amount-face ((t (:foreground ,zenburn-orange))))
- `(ledger-font-posting-account-pending-face ((t (:foreground ,zenburn-orange))))
- `(ledger-occur-narrowed-face ((t (:foreground ,zenburn-fg-1 :invisible t))))
- `(ledger-occur-xact-face ((t (:background ,zenburn-bg+1))))
- `(ledger-font-comment-face ((t (:foreground ,zenburn-green))))
- `(ledger-font-reconciler-uncleared-face ((t (:foreground ,zenburn-red-1 :weight bold))))
- `(ledger-font-reconciler-cleared-face ((t (:foreground ,zenburn-fg :weight normal))))
- `(ledger-font-reconciler-pending-face ((t (:foreground ,zenburn-orange :weight normal))))
- `(ledger-font-report-clickable-face ((t (:foreground ,zenburn-orange :weight normal))))
))
;;; Theme Variables