feat: add primary and secondary cursor styles

This commit is contained in:
CJ van den Berg 2024-12-17 21:06:09 +01:00
parent 5f1ca2fd3c
commit 0c2a187c60
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 59 additions and 0 deletions

View file

@ -5,6 +5,8 @@ tokens: Tokens,
editor: Style,
editor_cursor: Style,
editor_cursor_primary: Style,
editor_cursor_secondary: Style,
editor_line_highlight: Style,
editor_error: Style,
editor_warning: Style,