Skip to content

Commit

Permalink
fix: magenta for {punctuation,string}_special
Browse files Browse the repository at this point in the history
  • Loading branch information
m15a committed Feb 8, 2024
1 parent 67c7036 commit fbb5a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixed

- `string_special`, `punctuation_special` are now colorized with magenta.

## [2.0.0][v2.0.0] (2024-02-08)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions lua/srcerite/inputs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ return {
-- punctuation = , --> text_contrast_bg_high
-- punctuation_bracket = , --> punctuation
-- punctuation_delimiter = , --> punctuation
-- punctuation_special = , --> string_special
punctuation_special = srcery.magenta, --> string_special
search = srcery.xgray5,
select = srcery.xgray2, --> bg_contrast_low
special = srcery.orange,
Expand All @@ -74,7 +74,7 @@ return {
string = srcery.bright_green,
-- string_escape = , --> character
-- string_regex = , --> string
-- string_special = , --> identifier
string_special = srcery.magenta, --> identifier
structure = srcery.cyan,
-- syntax_error = , --> error
-- tag = , --> structure
Expand Down

0 comments on commit fbb5a57

Please sign in to comment.