CodeEditApp / CodeEditSourceEditor

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

🐞 Line Number default color too prominent #166

Closed austincondiff closed 1 year ago

austincondiff commented 1 year ago

Description

The default line number color is too prominent compared to Xcode.

Screenshots

Left: Xcode | Right: CodeEdit

Default Dark

image

Midnight

image

Additional considerations

This seems to be more pronounced in dark mode. Check to make sure the fix is correct in both light and dark mode.

Related issues