From 6400b161d045dd4c6656318b0e3be6a097ffd9a2 Mon Sep 17 00:00:00 2001 From: Alex Dauenhauer Date: Sun, 13 Feb 2022 09:46:28 -0800 Subject: [PATCH 1/3] update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aeee732..5a64341 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules *.vsix +pat.txt From 8ce5eaffb1b84ce3595049eeae6f4cf4064c1e2f Mon Sep 17 00:00:00 2001 From: Alex Dauenhauer Date: Sun, 13 Feb 2022 09:56:20 -0800 Subject: [PATCH 2/3] update JSON keys --- themes/Catppuccin Noctis-color-theme.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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": [ From c04916be3f7ab1e2df620fe7ca484c714ede01df Mon Sep 17 00:00:00 2001 From: Alex Dauenhauer Date: Sun, 13 Feb 2022 09:57:32 -0800 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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