summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-01-08 18:11:52 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-01-08 18:11:52 +0100
commit8fd6f637d3e38690fda7ecd539c7aba92aa0404d (patch)
tree5e2ce87a8e54433773f016858ee8cf16defce448 /.emacs.d
parent3cb890ea1aec91cab131de3d1d9e03eed398aec6 (diff)
downloaddotfiles-8fd6f637d3e38690fda7ecd539c7aba92aa0404d.tar.xz
Add faces for compilation & grep
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/eighters-theme.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
index 137bbc2..29c380d 100644
--- 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))))