about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-16 21:11:05 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-16 21:11:05 +0000
commitd3c9ee1be95ee3a4115c24aad7ce6b6b47f268e1 (patch)
treee652771fa9d26e15b219f7b58b8eb8604ba9fd51
parent32e9001410af4fa2bd0165a1417c626186cc43cf (diff)
downloaddotfiles-d3c9ee1be95ee3a4115c24aad7ce6b6b47f268e1.tar.gz
Make cider debug overlay more visible
-rw-r--r--.emacs.d/lisp/init-ui.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index fac5609..73bb74d 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -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))))