summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 6a91e19..959b9d0 100644
--- a/init.el
+++ b/init.el
@@ -328,7 +328,8 @@ https://yannherklotz.com"))
`(proof-queue-face ((,c :background ,bg-magenta-nuanced :extend t)))
`(proof-warning-face ((,c :inherit modus-themes-subtle-yellow)))
`(coq-solve-tactics-face ((,c :inherit modus-themes-fg-red)))
- `(coq-cheat-face ((,c :inherit modus-themes-intense-red))))))
+ `(coq-cheat-face ((,c :inherit modus-themes-intense-red
+ :box (:line-width -1 :color ,bg-red-intense :style nil)))))))
(add-hook 'modus-themes-after-load-theme-hook #'ymh/modus-themes-coq-custom-faces)
(load-theme 'modus-vivendi-tinted 'no-confirm))