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
Brackets are not highlighted and search highlights are totally black.
Solution (github.xml):
Change line 31 from
to
`
Change line 54 from
<style name="search-match" foreground="foreground" background="caret"/>
to
<style name="search-match" foreground="foreground" background="highlight"/>
The text was updated successfully, but these errors were encountered:
Brackets are not highlighted and search highlights are totally black.
Solution (github.xml):
Change line 31 from
to
`
Change line 54 from
<style name="search-match" foreground="foreground" background="caret"/>
to
<style name="search-match" foreground="foreground" background="highlight"/>
The text was updated successfully, but these errors were encountered: