From be87acfe7d3ded0b330bda14b652d9b9e8c3073f Mon Sep 17 00:00:00 2001 From: Hikari Date: Tue, 3 Mar 2026 17:33:54 -0800 Subject: [PATCH] style: update code themes to witchy palette Replaces the old sakura pink theme with a witch-palette theme for both light and dark modes, using the same colour variables as the site's CSS for consistency. --- src/styles/theme-dark.json | 261 +++++++++++++++++++++++------------ src/styles/theme.json | 269 +++++++++++++++++++++++++------------ 2 files changed, 355 insertions(+), 175 deletions(-) diff --git a/src/styles/theme-dark.json b/src/styles/theme-dark.json index 1e6746d..0738325 100644 --- a/src/styles/theme-dark.json +++ b/src/styles/theme-dark.json @@ -2,62 +2,61 @@ "$schema": "vscode://schemas/color-theme", "type": "dark", "colors": { - "activityBar.background": "#3a0d22", - "activityBar.foreground": "#ffb6c1", - "activityBarBadge.background": "#ff69b4", - "activityBarBadge.foreground": "#000000", - "button.background": "#ff69b4", - "button.foreground": "#000000", - "dropdown.background": "#4a112a", - "dropdown.foreground": "#ffb6c1", - "editor.background": "#2a0a18", - "editor.foreground": "#ffb6c1", - "editor.lineHighlightBackground": "#1073cf2d", - "editor.lineHighlightBorder": "#9fced11f", - "editor.selectionBackground": "#e35a8f", - "editor.selectionHighlightBackground": "#e35a8f80", - "editor.wordHighlightBackground": "#e35a8f80", - "editorCursor.foreground": "#ff69b4", - "editorGroupHeader.tabsBackground": "#3a0d22", - "editorWhitespace.foreground": "#4a112a", - "focusBorder": "#ff69b4", - "input.background": "#3a0d22", - "input.foreground": "#ffb6c1", - "input.placeholderForeground": "#e35a8f", - "list.activeSelectionBackground": "#4a112a", - "list.activeSelectionForeground": "#ffb6c1", - "list.hoverBackground": "#3a0d22", - "list.hoverForeground": "#ffb6c1", - "sideBar.background": "#3a0d22", - "sideBar.foreground": "#ffb6c1", - "sideBarTitle.foreground": "#ff69b4", - "statusBar.background": "#4a112a", - "statusBar.foreground": "#ffb6c1", - "statusBar.noFolderBackground": "#2a0a18", - "tab.activeBackground": "#3a0d22", - "tab.activeForeground": "#ffb6c1", - "tab.inactiveBackground": "#4a112a", - "tab.inactiveForeground": "#e35a8f", - "terminal.ansiBlack": "#4a112a", - "terminal.ansiBlue": "#c96385", - "terminal.ansiBrightBlack": "#3a0d22", - "terminal.ansiBrightBlue": "#d87093", - "terminal.ansiBrightCyan": "#ffafc5", - "terminal.ansiBrightGreen": "#ff77a8", - "terminal.ansiBrightMagenta": "#ff85a2", - "terminal.ansiBrightRed": "#ff1493", - "terminal.ansiBrightWhite": "#fff5f7", - "terminal.ansiBrightYellow": "#ffb6c1", - "terminal.ansiCyan": "#ff9aac", - "terminal.ansiGreen": "#e35a8f", - "terminal.ansiMagenta": "#e35a8f", - "terminal.ansiRed": "#ff69b4", - "terminal.ansiWhite": "#ffd1dc", - "terminal.ansiYellow": "#d45a88", - "terminal.background": "#2a0a18", - "terminal.foreground": "#ffb6c1", - "titleBar.activeBackground": "#4a112a", - "titleBar.activeForeground": "#ffb6c1" + "activityBar.background": "#150a1e", + "activityBar.foreground": "#e8d5e8", + "activityBarBadge.background": "#a8577e", + "activityBarBadge.foreground": "#f5f5f5", + "button.background": "#44275a", + "button.foreground": "#e8d5e8", + "dropdown.background": "#2b1b3d", + "dropdown.foreground": "#e8d5e8", + "editor.background": "#0a0009", + "editor.foreground": "#e8d5e8", + "editor.lineHighlightBackground": "#2b1b3d", + "editor.selectionBackground": "#a8577e", + "editor.selectionHighlightBackground": "#a8577e50", + "editor.wordHighlightBackground": "#a8577e40", + "editorCursor.foreground": "#a8577e", + "editorGroupHeader.tabsBackground": "#150a1e", + "editorWhitespace.foreground": "#44275a", + "focusBorder": "#a8577e", + "input.background": "#150a1e", + "input.foreground": "#e8d5e8", + "input.placeholderForeground": "#d4a5c7", + "list.activeSelectionBackground": "#44275a", + "list.activeSelectionForeground": "#e8d5e8", + "list.hoverBackground": "#2b1b3d", + "list.hoverForeground": "#e8d5e8", + "sideBar.background": "#150a1e", + "sideBar.foreground": "#e8d5e8", + "sideBarTitle.foreground": "#d4a5c7", + "statusBar.background": "#44275a", + "statusBar.foreground": "#e8d5e8", + "statusBar.noFolderBackground": "#0a0009", + "tab.activeBackground": "#2b1b3d", + "tab.activeForeground": "#e8d5e8", + "tab.inactiveBackground": "#150a1e", + "tab.inactiveForeground": "#d4a5c7", + "terminal.ansiBlack": "#2b1b3d", + "terminal.ansiBlue": "#7b5ea8", + "terminal.ansiBrightBlack": "#44275a", + "terminal.ansiBrightBlue": "#9b7ec8", + "terminal.ansiBrightCyan": "#d0b8e8", + "terminal.ansiBrightGreen": "#a898c0", + "terminal.ansiBrightMagenta": "#d4a5c7", + "terminal.ansiBrightRed": "#c96b8e", + "terminal.ansiBrightWhite": "#f5f5f5", + "terminal.ansiBrightYellow": "#e8d5e8", + "terminal.ansiCyan": "#b8a0d0", + "terminal.ansiGreen": "#8a7a9e", + "terminal.ansiMagenta": "#a8577e", + "terminal.ansiRed": "#a8577e", + "terminal.ansiWhite": "#d4a5c7", + "terminal.ansiYellow": "#d4a5c7", + "terminal.background": "#0a0009", + "terminal.foreground": "#e8d5e8", + "titleBar.activeBackground": "#2b1b3d", + "titleBar.activeForeground": "#e8d5e8" }, "tokenColors": [ { @@ -66,7 +65,7 @@ "punctuation.definition.comment" ], "settings": { - "foreground": "#E5A3B5", + "foreground": "#7A5A8A", "fontStyle": "italic" } }, @@ -81,7 +80,7 @@ "constant.other.symbol" ], "settings": { - "foreground": "#FF69B4" + "foreground": "#D4A5C7" } }, { @@ -93,7 +92,7 @@ "support.constant" ], "settings": { - "foreground": "#C96385" + "foreground": "#C88FA8" } }, { @@ -105,7 +104,7 @@ "variable.object.property" ], "settings": { - "foreground": "#D87093" + "foreground": "#E8D5E8" } }, { @@ -119,7 +118,7 @@ "punctuation.decorator" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -132,7 +131,7 @@ "meta.function.dart" ], "settings": { - "foreground": "#D45A88" + "foreground": "#C070A0" } }, { @@ -149,7 +148,7 @@ "meta.return-type" ], "settings": { - "foreground": "#FF77A8", + "foreground": "#D4A5C7", "fontStyle": "bold" } }, @@ -160,7 +159,7 @@ "punctuation.definition.annotation" ], "settings": { - "foreground": "#C96385" + "foreground": "#9B5878" } }, { @@ -169,7 +168,7 @@ "punctuation.definition.tag" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -181,7 +180,7 @@ "entity.other.attribute-name.class" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#D4A5C7" } }, { @@ -194,7 +193,7 @@ "support.type.primitive.dart" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#D4A5C7" } }, { @@ -203,7 +202,7 @@ "constant.character.escape.regex" ], "settings": { - "foreground": "#FF69B4" + "foreground": "#D4A5C7" } }, { @@ -212,7 +211,7 @@ "entity.name.section" ], "settings": { - "foreground": "#D45A88", + "foreground": "#A8577E", "fontStyle": "bold" } }, @@ -239,7 +238,7 @@ "markup.raw" ], "settings": { - "foreground": "#FF69B4" + "foreground": "#D4A5C7" } }, { @@ -248,7 +247,7 @@ "support.type.property-name.jsonc" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#D4A5C7" } }, { @@ -262,7 +261,7 @@ "keyword.operator.logical" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#CF8FAE" } }, { @@ -272,7 +271,7 @@ "meta.template.expression" ], "settings": { - "foreground": "#D87093" + "foreground": "#E8D5E8" } }, { @@ -283,7 +282,7 @@ "variable.other.object.property" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#D4A5C7" } }, { @@ -293,7 +292,7 @@ "support.variable.object.node" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#D4A5C7" } }, { @@ -303,7 +302,7 @@ "source.rust entity.name.type.struct.rust" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#D4A5C7" } }, { @@ -313,7 +312,7 @@ "source.rust keyword.operator.logical" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#CF8FAE" } }, { @@ -322,7 +321,7 @@ "source.python support.function.builtin.python" ], "settings": { - "foreground": "#D45A88" + "foreground": "#C070A0" } }, { @@ -331,7 +330,7 @@ "source.cs storage.type.cs" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#D4A5C7" } }, { @@ -340,7 +339,7 @@ "source.dart support.type.dart" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#D4A5C7" } }, { @@ -350,7 +349,7 @@ "source.prisma keyword.type" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -359,7 +358,7 @@ "source.graphql constant.character" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#D4A5C7" } }, { @@ -368,7 +367,7 @@ "source.sql storage.type" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -378,7 +377,7 @@ "meta.embedded.block.jsx" ], "settings": { - "foreground": "#D87093" + "foreground": "#E8D5E8" } }, { @@ -388,13 +387,101 @@ "meta.decorator.angular" ], "settings": { - "foreground": "#C96385" + "foreground": "#9B5878" } }, { - "scope": "ref.matchtext", + "scope": [ + "entity.name.tag.yaml", + "string.unquoted.plain.out.yaml" + ], "settings": { - "foreground": "#FFFFFF" + "foreground": "#D4A5C7" + } + }, + { + "scope": [ + "support.type.property-name.toml", + "entity.name.tag.toml" + ], + "settings": { + "foreground": "#D4A5C7" + } + }, + { + "scope": [ + "markup.underline.link", + "string.other.link.title.markdown", + "meta.link.inline.markdown" + ], + "settings": { + "foreground": "#A8577E" + } + }, + { + "scope": [ + "markup.quote" + ], + "settings": { + "foreground": "#7A5A8A", + "fontStyle": "italic" + } + }, + { + "scope": [ + "punctuation.definition.list.begin.markdown", + "beginning.punctuation.definition.list.markdown" + ], + "settings": { + "foreground": "#A8577E" + } + }, + { + "scope": [ + "variable.css", + "variable.other.custom-property.css", + "support.type.custom-property.css" + ], + "settings": { + "foreground": "#CF8FAE" + } + }, + { + "scope": [ + "support.macro.rust", + "entity.name.function.macro.rust", + "meta.macro.rust entity.name.function.rust" + ], + "settings": { + "foreground": "#C070A0" + } + }, + { + "scope": [ + "storage.modifier.lifetime.rust", + "entity.name.lifetime.rust", + "punctuation.definition.lifetime.rust" + ], + "settings": { + "foreground": "#9B5878" + } + }, + { + "scope": [ + "entity.name.package.go" + ], + "settings": { + "foreground": "#C88FA8" + } + }, + { + "scope": [ + "entity.name.package.java", + "support.other.package.java", + "entity.name.package.kotlin" + ], + "settings": { + "foreground": "#C88FA8" } }, { diff --git a/src/styles/theme.json b/src/styles/theme.json index 9cc32a9..564d7b8 100644 --- a/src/styles/theme.json +++ b/src/styles/theme.json @@ -2,62 +2,61 @@ "$schema": "vscode://schemas/color-theme", "type": "light", "colors": { - "activityBar.background": "#ffd6e0", - "activityBar.foreground": "#d87093", - "activityBarBadge.background": "#ff69b4", - "activityBarBadge.foreground": "#ffffff", - "button.background": "#ff69b4", - "button.foreground": "#ffffff", - "dropdown.background": "#fff0f5", - "dropdown.foreground": "#d87093", - "editor.background": "#ffefef", - "editor.foreground": "#d87093", - "editor.lineHighlightBackground": "#1073cf2d", - "editor.lineHighlightBorder": "#9fced11f", - "editor.selectionBackground": "#ffb6c1", - "editor.selectionHighlightBackground": "#ffb6c180", - "editor.wordHighlightBackground": "#ffb6c180", - "editorCursor.foreground": "#ff69b4", - "editorGroupHeader.tabsBackground": "#ffe4e8", - "editorWhitespace.foreground": "#ffe4e8", - "focusBorder": "#ff69b4", - "input.background": "#fff0f5", - "input.foreground": "#d87093", - "input.placeholderForeground": "#ff77a8", - "list.activeSelectionBackground": "#ffefef", - "list.activeSelectionForeground": "#d87093", - "list.hoverBackground": "#fff0f5", - "list.hoverForeground": "#d87093", - "sideBar.background": "#fff0f5", - "sideBar.foreground": "#d87093", - "sideBarTitle.foreground": "#ff69b4", - "statusBar.background": "#ffd6e0", - "statusBar.foreground": "#d87093", - "statusBar.noFolderBackground": "#ffefef", - "tab.activeBackground": "#ffefef", - "tab.activeForeground": "#d87093", - "tab.inactiveBackground": "#ffd6e0", - "tab.inactiveForeground": "#ff77a8", - "terminal.ansiBlack": "#ffe4e8", - "terminal.ansiBlue": "#db7093", - "terminal.ansiBrightBlack": "#ffefef", - "terminal.ansiBrightBlue": "#f08080", - "terminal.ansiBrightCyan": "#ffc0cb", - "terminal.ansiBrightGreen": "#ff77a8", - "terminal.ansiBrightMagenta": "#ff9aac", - "terminal.ansiBrightRed": "#ff0066", - "terminal.ansiBrightWhite": "#fff5f7", - "terminal.ansiBrightYellow": "#ffa6c9", - "terminal.ansiCyan": "#ffafc5", - "terminal.ansiGreen": "#ff69b4", - "terminal.ansiMagenta": "#ff85a2", - "terminal.ansiRed": "#ff1493", - "terminal.ansiWhite": "#ffd1dc", - "terminal.ansiYellow": "#ffb6c1", - "terminal.background": "#ffefef", - "terminal.foreground": "#d87093", - "titleBar.activeBackground": "#ffd6e0", - "titleBar.activeForeground": "#d87093" + "activityBar.background": "#e8d5e8", + "activityBar.foreground": "#2b1b3d", + "activityBarBadge.background": "#a8577e", + "activityBarBadge.foreground": "#f5f5f5", + "button.background": "#a8577e", + "button.foreground": "#f5f5f5", + "dropdown.background": "#e8d5e8", + "dropdown.foreground": "#2b1b3d", + "editor.background": "#f5f5f5", + "editor.foreground": "#2b1b3d", + "editor.lineHighlightBackground": "#d4a5c740", + "editor.selectionBackground": "#d4a5c7", + "editor.selectionHighlightBackground": "#d4a5c750", + "editor.wordHighlightBackground": "#d4a5c740", + "editorCursor.foreground": "#a8577e", + "editorGroupHeader.tabsBackground": "#e8d5e8", + "editorWhitespace.foreground": "#d4a5c7", + "focusBorder": "#a8577e", + "input.background": "#f5f5f5", + "input.foreground": "#2b1b3d", + "input.placeholderForeground": "#a8577e", + "list.activeSelectionBackground": "#d4a5c7", + "list.activeSelectionForeground": "#2b1b3d", + "list.hoverBackground": "#e8d5e8", + "list.hoverForeground": "#2b1b3d", + "sideBar.background": "#e8d5e8", + "sideBar.foreground": "#2b1b3d", + "sideBarTitle.foreground": "#a8577e", + "statusBar.background": "#a8577e", + "statusBar.foreground": "#f5f5f5", + "statusBar.noFolderBackground": "#f5f5f5", + "tab.activeBackground": "#f5f5f5", + "tab.activeForeground": "#2b1b3d", + "tab.inactiveBackground": "#e8d5e8", + "tab.inactiveForeground": "#44275a", + "terminal.ansiBlack": "#2b1b3d", + "terminal.ansiBlue": "#7b5ea8", + "terminal.ansiBrightBlack": "#44275a", + "terminal.ansiBrightBlue": "#9b7ec8", + "terminal.ansiBrightCyan": "#d0b8e8", + "terminal.ansiBrightGreen": "#a898c0", + "terminal.ansiBrightMagenta": "#d4a5c7", + "terminal.ansiBrightRed": "#c96b8e", + "terminal.ansiBrightWhite": "#f5f5f5", + "terminal.ansiBrightYellow": "#e8d5e8", + "terminal.ansiCyan": "#b8a0d0", + "terminal.ansiGreen": "#8a7a9e", + "terminal.ansiMagenta": "#a8577e", + "terminal.ansiRed": "#a8577e", + "terminal.ansiWhite": "#d4a5c7", + "terminal.ansiYellow": "#d4a5c7", + "terminal.background": "#f5f5f5", + "terminal.foreground": "#2b1b3d", + "titleBar.activeBackground": "#e8d5e8", + "titleBar.activeForeground": "#2b1b3d" }, "tokenColors": [ { @@ -66,7 +65,7 @@ "punctuation.definition.comment" ], "settings": { - "foreground": "#E5A3B5", + "foreground": "#7A5A8A", "fontStyle": "italic" } }, @@ -81,7 +80,7 @@ "constant.other.symbol" ], "settings": { - "foreground": "#FF69B4" + "foreground": "#9B5878" } }, { @@ -93,7 +92,7 @@ "support.constant" ], "settings": { - "foreground": "#C96385" + "foreground": "#9B5878" } }, { @@ -105,7 +104,7 @@ "variable.object.property" ], "settings": { - "foreground": "#D87093" + "foreground": "#44275a" } }, { @@ -119,7 +118,7 @@ "punctuation.decorator" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -132,7 +131,7 @@ "meta.function.dart" ], "settings": { - "foreground": "#D45A88" + "foreground": "#C070A0" } }, { @@ -149,7 +148,7 @@ "meta.return-type" ], "settings": { - "foreground": "#FF77A8", + "foreground": "#9B5878", "fontStyle": "bold" } }, @@ -160,7 +159,7 @@ "punctuation.definition.annotation" ], "settings": { - "foreground": "#C96385" + "foreground": "#9B5878" } }, { @@ -169,7 +168,7 @@ "punctuation.definition.tag" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -181,7 +180,7 @@ "entity.other.attribute-name.class" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#9B5878" } }, { @@ -194,7 +193,7 @@ "support.type.primitive.dart" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#9B5878" } }, { @@ -203,7 +202,7 @@ "constant.character.escape.regex" ], "settings": { - "foreground": "#FF69B4" + "foreground": "#9B5878" } }, { @@ -212,7 +211,7 @@ "entity.name.section" ], "settings": { - "foreground": "#D45A88", + "foreground": "#A8577E", "fontStyle": "bold" } }, @@ -239,7 +238,7 @@ "markup.raw" ], "settings": { - "foreground": "#FF69B4" + "foreground": "#9B5878" } }, { @@ -248,7 +247,7 @@ "support.type.property-name.jsonc" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#9B5878" } }, { @@ -262,7 +261,7 @@ "keyword.operator.logical" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -272,7 +271,7 @@ "meta.template.expression" ], "settings": { - "foreground": "#D87093" + "foreground": "#44275a" } }, { @@ -283,7 +282,7 @@ "variable.other.object.property" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#9B5878" } }, { @@ -293,7 +292,7 @@ "support.variable.object.node" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#9B5878" } }, { @@ -303,7 +302,7 @@ "source.rust entity.name.type.struct.rust" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#9B5878" } }, { @@ -313,7 +312,7 @@ "source.rust keyword.operator.logical" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -322,7 +321,7 @@ "source.python support.function.builtin.python" ], "settings": { - "foreground": "#D45A88" + "foreground": "#C070A0" } }, { @@ -331,7 +330,7 @@ "source.cs storage.type.cs" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#9B5878" } }, { @@ -340,7 +339,7 @@ "source.dart support.type.dart" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#9B5878" } }, { @@ -350,7 +349,7 @@ "source.prisma keyword.type" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -359,7 +358,7 @@ "source.graphql constant.character" ], "settings": { - "foreground": "#FF77A8" + "foreground": "#9B5878" } }, { @@ -368,7 +367,7 @@ "source.sql storage.type" ], "settings": { - "foreground": "#E35A8F" + "foreground": "#A8577E" } }, { @@ -378,7 +377,7 @@ "meta.embedded.block.jsx" ], "settings": { - "foreground": "#D87093" + "foreground": "#44275a" } }, { @@ -388,13 +387,107 @@ "meta.decorator.angular" ], "settings": { - "foreground": "#C96385" + "foreground": "#9B5878" + } + }, + { + "scope": [ + "entity.name.tag.yaml", + "string.unquoted.plain.out.yaml" + ], + "settings": { + "foreground": "#9B5878" + } + }, + { + "scope": [ + "support.type.property-name.toml", + "entity.name.tag.toml" + ], + "settings": { + "foreground": "#9B5878" + } + }, + { + "scope": [ + "markup.underline.link", + "string.other.link.title.markdown", + "meta.link.inline.markdown" + ], + "settings": { + "foreground": "#A8577E" + } + }, + { + "scope": [ + "markup.quote" + ], + "settings": { + "foreground": "#7A5A8A", + "fontStyle": "italic" + } + }, + { + "scope": [ + "punctuation.definition.list.begin.markdown", + "beginning.punctuation.definition.list.markdown" + ], + "settings": { + "foreground": "#A8577E" + } + }, + { + "scope": [ + "variable.css", + "variable.other.custom-property.css", + "support.type.custom-property.css" + ], + "settings": { + "foreground": "#A8577E" + } + }, + { + "scope": [ + "support.macro.rust", + "entity.name.function.macro.rust", + "meta.macro.rust entity.name.function.rust" + ], + "settings": { + "foreground": "#C070A0" + } + }, + { + "scope": [ + "storage.modifier.lifetime.rust", + "entity.name.lifetime.rust", + "punctuation.definition.lifetime.rust" + ], + "settings": { + "foreground": "#9B5878" + } + }, + { + "scope": [ + "entity.name.package.go" + ], + "settings": { + "foreground": "#9B5878" + } + }, + { + "scope": [ + "entity.name.package.java", + "support.other.package.java", + "entity.name.package.kotlin" + ], + "settings": { + "foreground": "#9B5878" } }, { "scope": "token.info-token", "settings": { - "foreground": "#316BCD" + "foreground": "#6796E6" } }, { @@ -406,13 +499,13 @@ { "scope": "token.error-token", "settings": { - "foreground": "#CD3131" + "foreground": "#F44747" } }, { "scope": "token.debug-token", "settings": { - "foreground": "#800080" + "foreground": "#B267E6" } } ]