You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the syntax highlighting of markdown code blocks. Only the red “julia> ” prompt really irritates me every time. Could the prompt rather be colored in green or like the currently configured prompt?
Perhaps alternatively fetch the appropriate prefix from Base.active_repl.interface.modes[1].prompt_prefix and maybe also change "julia> " into the current prompt?
The text was updated successfully, but these errors were encountered:
Thanks for your swift reply. I created a small PR to allow configuration independently of the normal input prompt. I would be happy, if you could look at that @KristofferC.
I really like the syntax highlighting of markdown code blocks. Only the red “julia> ” prompt really irritates me every time. Could the prompt rather be colored in green or like the currently configured prompt?
Currently
:red
is hard coded inOhMyREPL.jl/src/MarkdownHighlighter.jl
Line 46 in aa1d7e2
Could we change that into
or something alike?
Perhaps alternatively fetch the appropriate prefix from
Base.active_repl.interface.modes[1].prompt_prefix
and maybe also change"julia> "
into the current prompt?The text was updated successfully, but these errors were encountered: