From d675dc211dc9808211ce5780ede155d7a7946b07 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 18 May 2017 15:32:38 +0200 Subject: [PATCH] chore: improve variable.constant color Ref #44 --- src/themes/theme-template-color-theme.json | 9 +++++++++ themes/Material-Theme-Darker.json | 9 +++++++++ themes/Material-Theme-Default.json | 9 +++++++++ themes/Material-Theme-Lighter.json | 9 +++++++++ themes/Material-Theme-Palenight.json | 9 +++++++++ 5 files changed, 45 insertions(+) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 9eeb306..53140ba 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -131,6 +131,15 @@ "foreground": "{{variant.scheme.base.pink}}" } }, + { + "name": "Variables constant", + "scope": [ + "variable.other.constant" + ], + "settings": { + "foreground": "{{variant.scheme.base.pink}}" + } + }, { "name": "Other Variable, String Link", "scope": [ diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index 1888fe8..a5fd664 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -131,6 +131,15 @@ "foreground": "#f07178" } }, + { + "name": "Variables constant", + "scope": [ + "variable.other.constant" + ], + "settings": { + "foreground": "#f07178" + } + }, { "name": "Other Variable, String Link", "scope": [ diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index e6868e5..434e718 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -131,6 +131,15 @@ "foreground": "#f07178" } }, + { + "name": "Variables constant", + "scope": [ + "variable.other.constant" + ], + "settings": { + "foreground": "#f07178" + } + }, { "name": "Other Variable, String Link", "scope": [ diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index c807c9f..24da836 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -131,6 +131,15 @@ "foreground": "#FF5370" } }, + { + "name": "Variables constant", + "scope": [ + "variable.other.constant" + ], + "settings": { + "foreground": "#FF5370" + } + }, { "name": "Other Variable, String Link", "scope": [ diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index b88584a..805df70 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -131,6 +131,15 @@ "foreground": "#f07178" } }, + { + "name": "Variables constant", + "scope": [ + "variable.other.constant" + ], + "settings": { + "foreground": "#f07178" + } + }, { "name": "Other Variable, String Link", "scope": [