We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source
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:
terminal-default
ultra/src/ultra/colorscheme.clj
Line 63 in 7ccac07
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:ultra/src/ultra/colorscheme.clj
Line 63 in 7ccac07
The text was updated successfully, but these errors were encountered: