CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
510 stars 78 forks source link

Set `scrollView` background color #113

Closed thecoolwinter closed 1 year ago

thecoolwinter commented 1 year ago

Description

Updates the scroll view's background color to the theme's background color to avoid ugly edges on scroll.

Before

https://user-images.githubusercontent.com/35942988/211999177-5a11f56b-3cfd-44d2-95f5-b866ae276e98.mov

After

https://user-images.githubusercontent.com/35942988/211999157-b3926ec5-0115-4545-9b4a-728f7f79771f.mov

Related Issues

N/A