diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-16 21:11:05 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-16 21:11:05 +0000 |
commit | d3c9ee1be95ee3a4115c24aad7ce6b6b47f268e1 (patch) | |
tree | e652771fa9d26e15b219f7b58b8eb8604ba9fd51 /.emacs.d/lisp | |
parent | 32e9001410af4fa2bd0165a1417c626186cc43cf (diff) | |
download | dotfiles-d3c9ee1be95ee3a4115c24aad7ce6b6b47f268e1.tar.gz |
Make cider debug overlay more visible
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-ui.el | 1 |
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)))) |