diff --git a/.gitignore b/.gitignore index aeee732..5a64341 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules *.vsix +pat.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ae803..90e1319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/themes/Catppuccin Noctis-color-theme.json b/themes/Catppuccin Noctis-color-theme.json index f0fee45..1dbc706 100644 --- a/themes/Catppuccin Noctis-color-theme.json +++ b/themes/Catppuccin Noctis-color-theme.json @@ -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": [