Make cider debug overlay more visible

This commit is contained in:
David Morgan 2022-11-16 21:11:05 +00:00
parent 32e9001410
commit d3c9ee1be9
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
`(flycheck-fringe-warning ((t :foreground "white" :background "gold3")))
`(flycheck-fringe-error ((t :foreground "white" :background "red2")))
`(flycheck-fringe-info ((t :foreground "white" :background "RoyalBlue3")))
`(cider-debug-code-overlay-face ((t :background "gray45")))
`(alt-font-lock-keyword-face ((t :foreground "LightSkyBlue" :weight bold)))
`(alt-hl-line-face ((t :underline "gray50" :weight bold))))