Skip to content

Commit

Permalink
Merge pull request #2 from alexdauenhauer/configure-text
Browse files Browse the repository at this point in the history
update JSON keys to lavender
  • Loading branch information
Alex Dauenhauer authored Feb 13, 2022
2 parents 931c90d + c04916b commit 9dc443e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
*.vsix
pat.txt
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the "catppuccin-noctis" extension will be documented in t

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 0.4.1

- update JSON keys to lavender

## 0.4.0

- add bracket pair colorization
Expand Down
10 changes: 10 additions & 0 deletions themes/Catppuccin Noctis-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,16 @@
"foreground": "#D9E0EE"
}
},
{
"name": "JSON KEYS",
"scope": [
"support.type.property-name.json.comments",
"punctuation.support.type.property-name"
],
"settings": {
"foreground": "#C9CBFF"
}
},
{
"name": "KEYWORD",
"scope": [
Expand Down

0 comments on commit 9dc443e

Please # to comment.