config: move cursor.color to colors.cursor

This commit is contained in:
Daniel Eklöf 2025-04-20 07:16:18 +02:00
parent a7276d9dff
commit 624c383a1f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 69 additions and 31 deletions

View file

@ -64,7 +64,15 @@
## Unreleased
### Added
### Changed
* `cursor.color` moved to `colors.cursor`.
### Deprecated
* `cursor.color` config option; use `colors.cursor` instead.
### Removed
### Fixed
### Security