Open venantius opened 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
source
terminal-default
This is a follow-up from this issue on StackOverflow.
TL;DR -- right now the colorscheme for
source
is hard-coded toterminal-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