diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-02-05 18:24:04 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-02-12 10:26:12 +0100 |
| commit | dc1d8aa02fd80276a80060472e8613c8c05d19c5 (patch) | |
| tree | c337b12ec0a30ae75bf7695376091156ce6d10a3 | |
| parent | f32f8ca03b9ffe9f12e49f28d647e666bacb8553 (diff) | |
| download | dotfiles-dc1d8aa02fd80276a80060472e8613c8c05d19c5.tar.xz | |
Sort faces
It's going to keep bothering me otherwise.
| -rw-r--r-- | .emacs.d/eighters-theme.el | 16 |
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) |
