Fork me on GitHub
#leiningen
<
2017-04-21
>
jumar08:04:09

Has anybody been successful in changing the colorscheme for https://github.com/venantius/ultra plugin ?

jumar08:04:49

I added following configuration to my`profiles.clj` right under the :user key, but nothing has changed.

:ultra {:repl {:color-scheme {:function-symbol [:red]
                                       :class-delimiter [:red]}}}

jumar08:04:20

The thing is that in my REPL with black background the blue function-symbols are not very visible.

jfntn16:04:40

Does anyone have a good solution for automating a dev setup that requires linking forks to /checkouts? Right now we don’t have git submodules or subtrees, so it’s up to the developer to make sure to add those AND to have the right branch checked out in the other repos, which is error-prone