Skip to content

Commit

Permalink
fix: highlight search results beside scrollbar (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Nov 13, 2024
1 parent 8315eb9 commit e057003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

- (UI): Removed macOS scrollbar turning yellow on hover. I'm sorry to anyone who liked this behaviour, but it was not
supposed to exist in the first place.
- (Editor): Search results now show up beside the scrollbar as `blue`.

### Security

Expand Down
1 change: 1 addition & 0 deletions generateFlavours/editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2890,6 +2890,7 @@
<value>
<option name="FOREGROUND" value="{{text}}"/>
<option name="BACKGROUND" value="{{opacity blue 0.3}}"/>
<option name="ERROR_STRIPE_COLOR" value="{{blue}}"/>
</value>
</option>
<option name="TODO_DEFAULT_ATTRIBUTES">
Expand Down

0 comments on commit e057003

Please sign in to comment.