editors

Discussion about all editors used for Clojure/ClojureScript
emak 2018-08-02T16:10:16.000274Z

Here might be the right place for my question: I wonder if you have recomendations of good color scheme for clojure. Coming from ruby I like to use this theme https://github.com/junegunn/seoul256.vim but with clojure I find it a bit aggressive ðŸĪŠ As it seems there is less features to differenciate in clojure syntax there might be some well balanced color scheme that take advantage of this out there ?

emak 2018-08-02T16:11:34.000395Z

ruby on the left and middle, clojure on the right

dominicm 2018-08-02T16:12:59.000098Z

@emilien what's aggressive about it?

dominicm 2018-08-02T16:13:21.000497Z

(just checking that we see the same problems :D)

emak 2018-08-02T16:13:26.000040Z

the heavy pink, and the fact that keywords are too predominant. There are lot of them in clojure (at least in the projects I work on 😄)

dominicm 2018-08-02T16:17:58.000482Z

@emilien tweaking the highlighting of keyword is quite simple in this case. What would you want it to look like?

emak 2018-08-02T16:24:26.000035Z

@dominicm i would like keywords to be more neutral, and have function name to pop out a bit more. Yeah I can also tweak it myself, but I doubt about the final harmony 😅

dominicm 2018-08-02T16:27:00.000325Z

@emilien I imagine in this case that it's an oversight and keywords are ended up as strings or something somehow. Or the word keyword is being lost in translation between vim and clojure.

dottedmag 2018-08-02T19:34:13.000558Z

@emilien Clojure has got so little syntax: https://cdn-images-1.medium.com/max/2000/1*D1AFTkwdK3KElSLTRB0fog.png — this is default Emacs + current sexp highlighted by bold + rainbow delimiters.