summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/eighters-theme.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
index 6692c1e..e20f29c 100644
--- a/.emacs.d/eighters-theme.el
+++ b/.emacs.d/eighters-theme.el
@@ -164,6 +164,12 @@
'eighters
;;; Theme faces.
`(eighters-button ((t (:background ,bg-hl-dimmer :box (:color ,bg-hl :style released-button) :inherit eighters-ui))))
+ `(eighters-citation-1 ((t (:foreground ,fg-cyan-dim))))
+ `(eighters-citation-2 ((t (:foreground ,fg-green-dim))))
+ `(eighters-citation-3 ((t (:foreground ,fg-yellow-dim))))
+ `(eighters-citation-4 ((t (:foreground ,fg-red-dim))))
+ `(eighters-citation-5 ((t (:foreground ,fg-magenta-dim))))
+ `(eighters-citation-6 ((t (:foreground ,fg-blue-dim))))
`(eighters-date ((t (:foreground ,fg-magenta))))
`(eighters-identity ((t (:foreground ,fg-red))))
`(eighters-markup ((t (:foreground ,fg-dim))))
@@ -175,12 +181,6 @@
`(eighters-title-6 ((t (:foreground ,fg-blue-subtle :weight bold :inherit variable-pitch))))
`(eighters-title-7 ((t (:foreground ,fg-cyan-subtle :weight bold :inherit variable-pitch))))
`(eighters-title-8 ((t (:foreground ,fg-green-subtle :weight bold :inherit variable-pitch))))
- `(eighters-citation-1 ((t (:foreground ,fg-cyan-dim))))
- `(eighters-citation-2 ((t (:foreground ,fg-green-dim))))
- `(eighters-citation-3 ((t (:foreground ,fg-yellow-dim))))
- `(eighters-citation-4 ((t (:foreground ,fg-red-dim))))
- `(eighters-citation-5 ((t (:foreground ,fg-magenta-dim))))
- `(eighters-citation-6 ((t (:foreground ,fg-blue-dim))))
`(eighters-ui ((t (:inherit variable-pitch))))
;;; Standard faces.
`(ansi-color-black ((t (:foreground ,bg :background ,bg))))
@@ -463,8 +463,8 @@
`(git-commit-comment-heading ((t (:inherit eighters-title-2))))
`(git-commit-keyword ((t (:inherit font-lock-constant-face))))
`(git-commit-known-pseudo-header ((t (:inherit message-header-name))))
- `(git-commit-summary ((t (:inherit eighters-title-1))))
- `(git-commit-pseudo-header ((t (:inherit eighters-identity)))))
+ `(git-commit-pseudo-header ((t (:inherit eighters-identity))))
+ `(git-commit-summary ((t (:inherit eighters-title-1)))))
(custom-theme-set-variables
'eighters
'(compilation-enter-directory-face 'dired-directory)