cider
cider copied to clipboard
add inverse faces for menu line in debug mode
Feature request
The top line in debug mode describing the possible actions, and key-bindings is blending into the code-blocks.
It would be preferable to have an inverse colour scheme used for these faces (black background, white text, and maybe red/orange underlined letters for key-bindings, so that it would be easier to visually differentiate it from the code block.
Versions used
OS: Debian 10 (Buster) Emacs: 27.1 Cider: 0.26.1 cider-nrepl: 0.25.3
I guess that depends on the theme you're using. Can you share some screenshot?
Apologies, not sure how it happened but it seems I have opened the same request twice: https://github.com/clojure-emacs/cider/issues/2905
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!
This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it.
Is this a theme related issue then?
Can you please suggest a theme where the debug actions are easier to be seen. (I have attached the screenshots on the other issue page)
Alternatively, what changes would you recommend to be made to monokai-theme, so that the debug actions are not that hard to see?
I guess I forgot about this ticket. I guess we can add some option to some inverse colours or something along those lines.
I've found that setting the cider-debug-prompt variable to minibuffer is a reasonable workaround.
That way the shortcuts only show up in the mini-buffer, which has clear separation from the code itself.
This way there is no need for a inverted background colour.