venantius / ultra

A Leiningen plugin for a superior development environment
Eclipse Public License 1.0
1.24k stars 37 forks source link

Fix `source` to follow provided custom colorscheme #76

Open venantius opened 7 years ago

venantius commented 7 years ago

This is a follow-up from this issue on StackOverflow.

TL;DR -- right now the colorscheme for source is hard-coded to terminal-default https://github.com/venantius/ultra/blob/master/src/ultra/repl.clj#L21; it should instead use the configurable colorscheme that the rest of the plugin uses, as noted here: https://github.com/venantius/ultra/blob/7ccac0749220028cda4c3c1ab4d4d45503cce0cc/src/ultra/colorscheme.clj#L63