From a70b4efdb01620d4fbfafb1f36e01e083343f690 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sun, 23 Feb 2025 14:16:03 -0800 Subject: [PATCH] fix: lighten colour for comments --- themes/ocean-breeze.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ocean-breeze.json b/themes/ocean-breeze.json index 6430b28..c7f2b64 100644 --- a/themes/ocean-breeze.json +++ b/themes/ocean-breeze.json @@ -64,7 +64,7 @@ { "scope": ["comment", "punctuation.definition.comment"], "settings": { - "foreground": "#113c33", + "foreground": "#35675c", "fontStyle": "italic" } },