From c8cf12a340d329cbfbda87e5d3b6e8863d9a41ac Mon Sep 17 00:00:00 2001 From: Nari Lee Date: Tue, 19 Sep 2023 15:15:06 +0900 Subject: [PATCH] remove semantic token colors for functions and methods to enable differentiation based on their types When semantic highlighting is enabled, the semantic token color for functions overrides the color of the entity.name.function.tagged-template token, which is #bcbec3. --- themes/new_darcula.json | 6 ------ themes/new_dark.json | 6 ------ 2 files changed, 12 deletions(-) diff --git a/themes/new_darcula.json b/themes/new_darcula.json index 74a3d15..06d466c 100644 --- a/themes/new_darcula.json +++ b/themes/new_darcula.json @@ -252,12 +252,6 @@ "foreground": "#c77dbb", "fontStyle": "italic bold" }, - "function": { - "foreground": "#57a8f5" - }, - "method": { - "foreground": "#57a8f5" - }, "property": { "foreground": "#c77dbb" }, diff --git a/themes/new_dark.json b/themes/new_dark.json index 81a385c..dd403bd 100644 --- a/themes/new_dark.json +++ b/themes/new_dark.json @@ -260,12 +260,6 @@ "foreground": "#c77dbb", "fontStyle": "italic bold" }, - "function": { - "foreground": "#57a8f5" - }, - "method": { - "foreground": "#57a8f5" - }, "property": { "foreground": "#c77dbb" },