Fork me on GitHub
#editors
<
2018-08-02
>
emak16:08:16

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 ?

emak16:08:34

ruby on the left and middle, clojure on the right

dominicm16:08:59

@emilien what's aggressive about it?

dominicm16:08:21

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

emak16:08:26

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 😄)

dominicm16:08:58

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

emak16:08:26

@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 😅

dominicm16:08:00

@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.

dottedmag19:08:13

@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.