summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-02-08 23:13:33 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-02-12 10:26:12 +0100
commit47094a891aeb0e740d1176d610eb0e0dd8629757 (patch)
treeac8c74c69d599a2f8e883e6dd46b83bc9053ad44 /.emacs.d
parent2fbc51551087f24ff3d3425cb63549848ae032ef (diff)
downloaddotfiles-47094a891aeb0e740d1176d610eb0e0dd8629757.tar.xz
Make links highlighted by textsec.el more readable
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/eighters-theme.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
index 9da1beb..8badbd8 100644
--- a/.emacs.d/eighters-theme.el
+++ b/.emacs.d/eighters-theme.el
@@ -365,6 +365,7 @@
`(tab-line ((t (:inherit tab-bar :height 0.9))))
`(tab-line-tab-current ((t (:inherit (tab-line-tab tab-bar-tab)))))
`(tab-line-tab-inactive ((t (:inherit (tab-line-tab tab-bar-tab-inactive)))))
+ `(textsec-suspicious ((t (:background ,bg-red))))
`(trailing-whitespace ((t (:background ,bg-red))))
`(transient-argument ((t :weight bold :inherit font-lock-string-face)))
`(transient-key ((t :inherit help-key-binding)))