branch: externals/ef-themes commit 394154a779349923c1c01fe4fb6f8ab9fec4946c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Sort and organise all basic faces --- ef-themes.el | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 4dcf4ce758..31f738acc6 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -524,40 +524,42 @@ Helper function for `ef-themes-preview-colors'." `(ef-themes-key-binding ((,c :inherit (bold ef-themes-fixed-pitch) :foreground ,keybind))) `(ef-themes-ui-variable-pitch ((,c ,@(ef-themes--variable-pitch-ui)))) ;;;; all basic faces - `(default ((,c :background ,bg-main :foreground ,fg-main))) - `(cursor ((,c :background ,cursor))) - `(vertical-border ((,c :foreground ,border))) +;;;;; absolute essentials `(bold ((,c :weight bold))) - `(italic ((,c :slant italic))) `(bold-italic ((,c :inherit (bold italic)))) + `(cursor ((,c :background ,cursor))) + `(default ((,c :background ,bg-main :foreground ,fg-main))) + `(italic ((,c :slant italic))) `(region ((,c :background ,bg-region))) + `(vertical-border ((,c :foreground ,border))) +;;;;; all other basic faces + `(button ((,c :foreground ,link :underline ,border))) `(comint-highlight-input ((,c :inherit bold))) `(comint-highlight-prompt ((,c :foreground ,accent-2))) - `(minibuffer-prompt ((,c :foreground ,accent-2))) `(edmacro-label ((,c :inherit bold))) `(elisp-shorthand-font-lock-face ((,c :inherit italic))) - `(escape-glyph ((,c :foreground ,warning))) `(error ((,c :inherit bold :foreground ,err))) - `(icon-button ((,c :box ,fg-dim :background ,bg-active :foreground ,fg-intense))) ; same as `custom-button' - `(success ((,c :inherit bold :foreground ,info))) - `(warning ((,c :inherit bold :foreground ,warning))) + `(escape-glyph ((,c :foreground ,warning))) `(fringe ((,c :background unspecified))) `(header-line ((,c :inherit ef-themes-ui-variable-pitch :background ,bg-dim))) `(header-line-highlight ((,c :inherit highlight))) `(help-argument-name ((,c :foreground ,accent-0))) `(help-key-binding ((,c :inherit bold :foreground ,keybind))) `(highlight ((,c :background ,bg-hover :foreground ,fg-intense))) - `(read-multiple-choice-face ((,c :inherit warning :background ,bg-warning))) - `(secondary-selection ((,c :background ,bg-hover-alt :foreground ,fg-intense))) `(hl-line ((,c :background ,bg-hl-line))) - `(button ((,c :foreground ,link :underline ,border))) + `(icon-button ((,c :box ,fg-dim :background ,bg-active :foreground ,fg-intense))) ; same as `custom-button' `(link ((,c :foreground ,link :underline ,border))) `(link-visited ((,c :foreground ,link-alt :underline ,border))) + `(minibuffer-prompt ((,c :foreground ,accent-2))) `(pgtk-im-0 ((,c :inherit secondary-selection))) + `(read-multiple-choice-face ((,c :inherit warning :background ,bg-warning))) `(rectangle-preview ((,c :inherit secondary-selection))) + `(secondary-selection ((,c :background ,bg-hover-alt :foreground ,fg-intense))) `(shadow ((,c :foreground ,fg-dim))) - `(trailing-whitespace ((,c :background ,bg-red :foreground ,fg-intense))) + `(success ((,c :inherit bold :foreground ,info))) `(tooltip ((,c :background ,bg-alt :foreground ,fg-intense))) + `(trailing-whitespace ((,c :background ,bg-red :foreground ,fg-intense))) + `(warning ((,c :inherit bold :foreground ,warning))) ;;;; all-the-icons `(all-the-icons-blue ((,c :foreground ,blue-cooler))) `(all-the-icons-blue-alt ((,c :foreground ,blue-warmer)))