branch: externals/doric-themes commit 2d086a1f65f3cba0af65de8121a91c4d7a4af8ef Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Move the Dired faces a bit further up in the macro --- doric-themes.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index 18d25e86be..5fcad9bac9 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -938,6 +938,10 @@ `(ansi-color-bright-cyan ((t :background ,fg-faint-cyan :foreground ,fg-faint-cyan))) `(ansi-color-cyan ((t :background ,fg-faint-cyan :foreground ,fg-faint-cyan))) + `(dired-broken-symlink ((t :inherit (underline error)))) + `(dired-marked ((t :inherit bold-italic :background ,bg-accent :foreground ,fg-main))) + `(dired-flagged ((t :inherit bold-italic :background ,bg-shadow-intense :foreground ,fg-main))) + ,@(doric-themes-prepare-faces doric-themes-intense-shadow-faces :background 'bg-shadow-intense :foreground 'fg-shadow-intense) ,@(doric-themes-prepare-faces doric-themes-subtle-shadow-faces :background 'bg-shadow-subtle :foreground 'fg-shadow-subtle) ,@(doric-themes-prepare-faces doric-themes-intense-shadow-foreground-only-faces :foreground 'fg-shadow-intense) @@ -960,10 +964,6 @@ ,@(doric-themes-prepare-faces doric-themes-diff-removed-faces :foreground 'fg-faint-red) ,@(doric-themes-prepare-faces doric-themes-diff-removed-refine-faces :inherit ''bold :foreground 'fg-faint-red) - `(dired-broken-symlink ((t :inherit (underline error)))) - `(dired-marked ((t :inherit bold-italic :background ,bg-accent :foreground ,fg-main))) - `(dired-flagged ((t :inherit bold-italic :background ,bg-shadow-intense :foreground ,fg-main))) - `(font-lock-comment-delimiter-face ((t :inherit italic :foreground ,fg-accent))) `(font-lock-comment-face ((t :inherit italic :foreground ,fg-accent))) `(font-lock-warning-face ((t :inherit warning)))