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

✨ Current line number should be more prominent #129

Closed austincondiff closed 1 year ago

austincondiff commented 1 year ago

The current line number in the ruler should be more prominent by changing it's foreground color.

image

Left: Xcode | Right: CodeEdit

This may or may not require #127.