This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-27
Channels
- # announcements (8)
- # babashka (11)
- # beginners (34)
- # clerk (11)
- # clj-http (2)
- # clojure (5)
- # clojure-europe (9)
- # clojure-gamedev (1)
- # clojure-nl (1)
- # clojure-norway (17)
- # clojure-poland (1)
- # clojure-sweden (5)
- # clojure-uk (9)
- # clojurescript (17)
- # core-typed (12)
- # cursive (4)
- # datahike (4)
- # datalevin (2)
- # datomic (7)
- # emacs (8)
- # events (8)
- # graphql (5)
- # gratitude (1)
- # hyperfiddle (19)
- # jobs-discuss (4)
- # leiningen (4)
- # lsp (21)
- # meander (2)
- # off-topic (9)
- # play-clj (1)
- # polylith (10)
- # releases (1)
- # sci (18)
- # vim (10)
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.
There is https://github.com/Fanael/rainbow-delimiters package that achieves that.
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.
1
💯 1
👀 1
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= .
👀 2
🙂 1
🙏 1
⭐ 1