KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
746 stars 57 forks source link

return active colorscheme after `colorscheme!` #327

Closed MarcMush closed 4 days ago

MarcMush commented 1 year ago

this was the case before #304

it breaks my startup.jl, where I modified the colorscheme using the returned value

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 :tada:

Comparison is base (0d60955) 56.88% compared to head (fae9313) 56.92%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #327 +/- ## ========================================== + Coverage 56.88% 56.92% +0.03% ========================================== Files 15 15 Lines 1111 1112 +1 ========================================== + Hits 632 633 +1 Misses 479 479 ``` | [Impacted Files](https://app.codecov.io/gh/KristofferC/OhMyREPL.jl/pull/327?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson) | Coverage Δ | | |---|---|---| | [src/OhMyREPL.jl](https://app.codecov.io/gh/KristofferC/OhMyREPL.jl/pull/327?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL09oTXlSRVBMLmps) | `22.22% <100.00%> (+1.46%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

MarcMush commented 1 year ago

can this be merged?

Moelf commented 1 year ago

I don't have commit rights sorry