From 484909a3fa5ae5173dbabfda0348675078b84a67 Mon Sep 17 00:00:00 2001 From: jd Date: Fri, 27 Oct 2023 19:46:16 +1100 Subject: [PATCH] feat: use less orange (#86) --- themes/gruvbox-dark-hard.json | 31 +++++++++++++------------------ themes/gruvbox-dark-medium.json | 31 +++++++++++++------------------ themes/gruvbox-dark-soft.json | 31 +++++++++++++------------------ themes/gruvbox-light-hard.json | 31 +++++++++++++------------------ themes/gruvbox-light-medium.json | 31 +++++++++++++------------------ themes/gruvbox-light-soft.json | 31 +++++++++++++------------------ 6 files changed, 78 insertions(+), 108 deletions(-) diff --git a/themes/gruvbox-dark-hard.json b/themes/gruvbox-dark-hard.json index 78a5582..8c5e3d6 100644 --- a/themes/gruvbox-dark-hard.json +++ b/themes/gruvbox-dark-hard.json @@ -113,7 +113,12 @@ } }, { - "scope": "storage.modifier", + "scope": [ + "storage.type", + "storage.modifier", + "constant.numeric", + "constant.language" + ], "settings": { "foreground": "#fe8019" } @@ -275,11 +280,7 @@ }, { "name": "Function declarations", - "scope": [ - "storage.type.function", - "entity.function", - "entity.name.function.static" - ], + "scope": ["entity.function", "entity.name.function.static"], "settings": { "foreground": "#8ec07c" } @@ -332,12 +333,6 @@ "foreground": "#d3869b" } }, - { - "scope": "storage.type.class", - "settings": { - "foreground": "#fb4934" - } - }, { "scope": ["punctuation"], "settings": { @@ -1084,12 +1079,12 @@ "debugToolBar.background": "#1d2021" }, "semanticTokenColors": { - "builtinConstant": "#d3869b", - "property": "#8ec07c", - "parameter": "#83a598", + "builtinConstant": "#fe8019", + "property": "#83a598", + "parameter": "#d3869b", "variable": "#ebdbb2", - "magicFunction": "#fe8019", - "function": "#fe8019", - "method": "#fe8019" + "magicFunction": "#8ec07c", + "function": "#8ec07c", + "method": "#8ec07c" } } diff --git a/themes/gruvbox-dark-medium.json b/themes/gruvbox-dark-medium.json index d32700d..9d8cb75 100644 --- a/themes/gruvbox-dark-medium.json +++ b/themes/gruvbox-dark-medium.json @@ -113,7 +113,12 @@ } }, { - "scope": "storage.modifier", + "scope": [ + "storage.type", + "storage.modifier", + "constant.numeric", + "constant.language" + ], "settings": { "foreground": "#fe8019" } @@ -275,11 +280,7 @@ }, { "name": "Function declarations", - "scope": [ - "storage.type.function", - "entity.function", - "entity.name.function.static" - ], + "scope": ["entity.function", "entity.name.function.static"], "settings": { "foreground": "#8ec07c" } @@ -332,12 +333,6 @@ "foreground": "#d3869b" } }, - { - "scope": "storage.type.class", - "settings": { - "foreground": "#fb4934" - } - }, { "scope": ["punctuation"], "settings": { @@ -1084,12 +1079,12 @@ "debugToolBar.background": "#282828" }, "semanticTokenColors": { - "builtinConstant": "#d3869b", - "property": "#8ec07c", - "parameter": "#83a598", + "builtinConstant": "#fe8019", + "property": "#83a598", + "parameter": "#d3869b", "variable": "#ebdbb2", - "magicFunction": "#fe8019", - "function": "#fe8019", - "method": "#fe8019" + "magicFunction": "#8ec07c", + "function": "#8ec07c", + "method": "#8ec07c" } } diff --git a/themes/gruvbox-dark-soft.json b/themes/gruvbox-dark-soft.json index 6f21970..7fa0bee 100644 --- a/themes/gruvbox-dark-soft.json +++ b/themes/gruvbox-dark-soft.json @@ -113,7 +113,12 @@ } }, { - "scope": "storage.modifier", + "scope": [ + "storage.type", + "storage.modifier", + "constant.numeric", + "constant.language" + ], "settings": { "foreground": "#fe8019" } @@ -275,11 +280,7 @@ }, { "name": "Function declarations", - "scope": [ - "storage.type.function", - "entity.function", - "entity.name.function.static" - ], + "scope": ["entity.function", "entity.name.function.static"], "settings": { "foreground": "#8ec07c" } @@ -332,12 +333,6 @@ "foreground": "#d3869b" } }, - { - "scope": "storage.type.class", - "settings": { - "foreground": "#fb4934" - } - }, { "scope": ["punctuation"], "settings": { @@ -1084,12 +1079,12 @@ "debugToolBar.background": "#32302f" }, "semanticTokenColors": { - "builtinConstant": "#d3869b", - "property": "#8ec07c", - "parameter": "#83a598", + "builtinConstant": "#fe8019", + "property": "#83a598", + "parameter": "#d3869b", "variable": "#ebdbb2", - "magicFunction": "#fe8019", - "function": "#fe8019", - "method": "#fe8019" + "magicFunction": "#8ec07c", + "function": "#8ec07c", + "method": "#8ec07c" } } diff --git a/themes/gruvbox-light-hard.json b/themes/gruvbox-light-hard.json index 5cf7d45..04b7e74 100644 --- a/themes/gruvbox-light-hard.json +++ b/themes/gruvbox-light-hard.json @@ -112,7 +112,12 @@ } }, { - "scope": "storage.modifier", + "scope": [ + "storage.type", + "storage.modifier", + "constant.numeric", + "constant.language" + ], "settings": { "foreground": "#af3a03" } @@ -274,11 +279,7 @@ }, { "name": "Function declarations", - "scope": [ - "storage.type.function", - "entity.function", - "entity.name.function.static" - ], + "scope": ["entity.function", "entity.name.function.static"], "settings": { "foreground": "#427b58" } @@ -331,12 +332,6 @@ "foreground": "#8f3f71" } }, - { - "scope": "storage.type.class", - "settings": { - "foreground": "#9d0006" - } - }, { "scope": ["punctuation"], "settings": { @@ -1083,12 +1078,12 @@ "debugToolBar.background": "#f9f5d7" }, "semanticTokenColors": { - "builtinConstant": "#8f3f71", - "property": "#427b58", - "parameter": "#076678", + "builtinConstant": "#af3a03", + "property": "#076678", + "parameter": "#8f3f71", "variable": "#3c3836", - "magicFunction": "#af3a03", - "function": "#af3a03", - "method": "#af3a03" + "magicFunction": "#427b58", + "function": "#427b58", + "method": "#427b58" } } diff --git a/themes/gruvbox-light-medium.json b/themes/gruvbox-light-medium.json index d6e6560..2fb6088 100644 --- a/themes/gruvbox-light-medium.json +++ b/themes/gruvbox-light-medium.json @@ -112,7 +112,12 @@ } }, { - "scope": "storage.modifier", + "scope": [ + "storage.type", + "storage.modifier", + "constant.numeric", + "constant.language" + ], "settings": { "foreground": "#af3a03" } @@ -274,11 +279,7 @@ }, { "name": "Function declarations", - "scope": [ - "storage.type.function", - "entity.function", - "entity.name.function.static" - ], + "scope": ["entity.function", "entity.name.function.static"], "settings": { "foreground": "#427b58" } @@ -331,12 +332,6 @@ "foreground": "#8f3f71" } }, - { - "scope": "storage.type.class", - "settings": { - "foreground": "#9d0006" - } - }, { "scope": ["punctuation"], "settings": { @@ -1083,12 +1078,12 @@ "debugToolBar.background": "#fbf1c7" }, "semanticTokenColors": { - "builtinConstant": "#8f3f71", - "property": "#427b58", - "parameter": "#076678", + "builtinConstant": "#af3a03", + "property": "#076678", + "parameter": "#8f3f71", "variable": "#3c3836", - "magicFunction": "#af3a03", - "function": "#af3a03", - "method": "#af3a03" + "magicFunction": "#427b58", + "function": "#427b58", + "method": "#427b58" } } diff --git a/themes/gruvbox-light-soft.json b/themes/gruvbox-light-soft.json index 7b1b68b..72dbb73 100644 --- a/themes/gruvbox-light-soft.json +++ b/themes/gruvbox-light-soft.json @@ -112,7 +112,12 @@ } }, { - "scope": "storage.modifier", + "scope": [ + "storage.type", + "storage.modifier", + "constant.numeric", + "constant.language" + ], "settings": { "foreground": "#af3a03" } @@ -274,11 +279,7 @@ }, { "name": "Function declarations", - "scope": [ - "storage.type.function", - "entity.function", - "entity.name.function.static" - ], + "scope": ["entity.function", "entity.name.function.static"], "settings": { "foreground": "#427b58" } @@ -331,12 +332,6 @@ "foreground": "#8f3f71" } }, - { - "scope": "storage.type.class", - "settings": { - "foreground": "#9d0006" - } - }, { "scope": ["punctuation"], "settings": { @@ -1083,12 +1078,12 @@ "debugToolBar.background": "#f2e5bc" }, "semanticTokenColors": { - "builtinConstant": "#8f3f71", - "property": "#427b58", - "parameter": "#076678", + "builtinConstant": "#af3a03", + "property": "#076678", + "parameter": "#8f3f71", "variable": "#3c3836", - "magicFunction": "#af3a03", - "function": "#af3a03", - "method": "#af3a03" + "magicFunction": "#427b58", + "function": "#427b58", + "method": "#427b58" } }