Fork me on GitHub
#emacs
<
2024-05-27
>
jf15:05:16

does anybody have any theme recommendations for Clojure? I am specifically looking for something where consecutive brackets/braces are specifically given different colours to distinguish them more easily.

oyakushev15:05:58

Howerer, I find it too distracting when it colorizes all parens in a buffer, so I use https://sr.ht/~tsdh/highlight-parentheses.el/ instead. That one only colors parens surrounding your cursor.

nice 1
💯 1
👀 1
mpenet15:05:20

+1 for rainbow-delimiters, most themes support it (I personally use doom-nord)

jakemcc23:05:18

If you find yourself bothered by all of the colored parens, rainbow parens + only http://timothypratley.blogspot.com/2015/07/seven-specialty-emacs-settings-with-big.html= chef_kiss .

👀 2
🙂 1
🙏 1
1
Benjamin15:05:55

rainbow-delimiters + the builldin show-paren-mode

jf13:06:54

I just actually got rainbow-delimiters installed, and am trying it out right now... and I have to say that I'm not liking the standard colours. Does anybody care to share or point me to some colour settings that would maybe make the different delimiters easier to distinguish?