diff options
| author | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2023-01-11 23:43:51 +0100 |
|---|---|---|
| committer | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2023-01-11 23:44:05 +0100 |
| commit | 14f6b62603fc1792619627b133dafb2d3b32be60 (patch) | |
| tree | c6f64104f1efc0e4a7fe12f3cd8ffd18aa35b057 /.emacs.d | |
| parent | d92142e407252762010b1644b32ff8b55e42ade4 (diff) | |
| download | dotfiles-14f6b62603fc1792619627b133dafb2d3b32be60.tar.xz | |
Tweak a couple of faces
:inverse-video round ๐
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/eighters-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 58af140..e6e3279 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -178,6 +178,7 @@ `(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)))) + `(calendar-today ((t (:inverse-video t)))) `(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)))) @@ -258,7 +259,7 @@ `(isearch-fail ((t (:background ,bg-red :weight bold)))) `(isearch-group-1 ((t (:background ,bg-red :foreground ,fg-blue :inverse-video t)))) `(isearch-group-2 ((t (:background ,bg-red :foreground ,fg-cyan :inverse-video t)))) - `(lazy-highlight ((t (:background ,bg-cyan :foreground ,fg-cyan-subtle)))) + `(lazy-highlight ((t (:background ,bg-cyan :foreground ,fg-cyan-subtle :inverse-video t)))) `(link ((t (:foreground ,fg-blue :underline t)))) `(link-visited ((t (:foreground ,fg-magenta-dim :underline t)))) `(Man-overstrike ((t (:foreground ,fg-cyan :inherit bold)))) |
