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

Theme background #123

Closed neil-and-void closed 1 year ago

neil-and-void commented 1 year ago

Description

Adds useThemeBackground to CodeEditTextView which dictates whether the background of CodeEditTextView is clear or uses the given theme background color

Related