dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 8fd6f637d3e38690fda7ecd539c7aba92aa0404d
parent 3cb890ea1aec91cab131de3d1d9e03eed398aec6
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun,  8 Jan 2023 18:11:52 +0100

Add faces for compilation & grep

Diffstat:
M.emacs.d/eighters-theme.el | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el @@ -122,6 +122,11 @@ `(ansi-color-bright-cyan ((t (:foreground ,fg-cyan-subtle :background ,bg-cyan)))) `(ansi-color-bright-white ((t (:foreground ,fg :background ,fg)))) `(button ((t (:inherit eighters-button)))) + `(compilation-column-number ((t (:inherit font-lock-constant-face)))) + `(compilation-line-number ((t (:inherit font-lock-constant-face)))) + `(compilation-mode-line-exit ((t (:inherit compilation-info)))) + `(compilation-mode-line-fail ((t (:inherit compilation-error)))) + `(compilation-mode-line-run ((t (:inherit compilation-warning)))) `(completions-common-part ((t (:foreground ,fg-dimmer)))) `(completions-first-difference ((t (:foreground ,fg-magenta :weight bold)))) `(custom-button ((t (:inherit eighters-button)))) @@ -163,6 +168,7 @@ `(link ((t (:foreground ,fg-blue :underline t)))) `(link-visited ((t (:foreground ,fg-magenta-dim :underline t)))) `(Man-overstrike ((t (:foreground ,fg-cyan :inherit bold)))) + `(match ((t (:background ,bg-blue)))) `(minibuffer-prompt ((t (:foreground ,fg-blue :weight bold)))) `(mode-line ((t (:background ,bg-hl :box (:color ,fg) :inherit eighters-ui)))) `(mode-line-inactive ((t (:background ,bg-hl-dimmer :foreground ,fg-dimmer :box (:color ,bg-hl-dimmer) :inherit eighters-ui)))) @@ -176,6 +182,7 @@ `(separator-line ((t (:background ,bg-hl :height 0.1)))) `(shadow ((t (:foreground ,fg-dimmer)))) `(show-paren-match ((t (:foreground ,fg-cyan :inverse-video t)))) + `(success ((t (:foreground ,fg-blue :weight bold)))) `(tab-bar ((t (:background ,bg-hl-dimmer :inherit eighters-ui)))) `(tab-bar-tab ((t (:weight bold :box (:style released-button) :inherit tab-bar)))) `(tab-bar-tab-inactive ((t (:foreground ,fg-dimmer :weight normal :box (:style pressed-button) :inherit tab-bar-tab))))