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 color fixes #169

Closed luah5 closed 1 year ago

luah5 commented 1 year ago

Description

this PR slightly changes the color of the line numbers, making it slightly darker

Related Issues

Checklist

Screenshots

shot 2 shot 3

luah5 commented 1 year ago

This approach is overlay verbose. All that is necessary is .labelColor for the current line number and .secondaryLabelColor for all of other line numbers.

silly me, it was a very quick fix that didn't need that extra code