Skip to content

Commit

Permalink
return active colorscheme after colorscheme! (#327)
Browse files Browse the repository at this point in the history
this was the case before #304
  • Loading branch information
MarcMush committed Jun 29, 2024
1 parent 249d075 commit 2670a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OhMyREPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function colorscheme!(name::String)
Passes.SyntaxHighlighter.SYNTAX_HIGHLIGHTER_SETTINGS, name)
Passes.RainbowBrackets.updatebracketcolors!(
Passes.SyntaxHighlighter.SYNTAX_HIGHLIGHTER_SETTINGS.active)
return Passes.SyntaxHighlighter.SYNTAX_HIGHLIGHTER_SETTINGS.active
end

function colorschemes()
Expand Down

0 comments on commit 2670a0a

Please sign in to comment.