From 7259170670495345587117922735439997869754 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 16 Nov 2023 14:39:17 -0500 Subject: Special color for exported symbols Imports have their own color, so exports can too --- themes/dark-blue.theme | 1 + themes/high-contrast.theme | 1 + themes/solarized-dark.theme | 1 + themes/solarized-light.theme | 1 + 4 files changed, 4 insertions(+) (limited to 'themes') diff --git a/themes/dark-blue.theme b/themes/dark-blue.theme index b0f83598..79f93694 100644 --- a/themes/dark-blue.theme +++ b/themes/dark-blue.theme @@ -79,6 +79,7 @@ "dataSymbolColor": "cyan", "stackVariableColor": ["+", "green", "content"], "importColor": "orange", + "exportColor": "magenta", "instructionHighlightColor": "selectionLight", "tokenHighlightColor": "red", "annotationColor": "magenta", diff --git a/themes/high-contrast.theme b/themes/high-contrast.theme index c09e1642..2b71a155 100644 --- a/themes/high-contrast.theme +++ b/themes/high-contrast.theme @@ -78,6 +78,7 @@ "dataSymbolColor": "cyan", "stackVariableColor": ["+", "green", "content"], "importColor": "orange", + "exportColor": "magenta", "instructionHighlightColor": "selectionLight", "tokenHighlightColor": "red", "annotationColor": "red", diff --git a/themes/solarized-dark.theme b/themes/solarized-dark.theme index 5d1860f3..425591c8 100644 --- a/themes/solarized-dark.theme +++ b/themes/solarized-dark.theme @@ -75,6 +75,7 @@ "dataSymbolColor": "cyan", "stackVariableColor": "violet", "importColor": "orange", + "exportColor": "magenta", "instructionHighlightColor": "secondary", "tokenHighlightColor": ["+", "secondary", "orange"], "annotationColor": "magenta", diff --git a/themes/solarized-light.theme b/themes/solarized-light.theme index 2799892b..bebd0d8d 100644 --- a/themes/solarized-light.theme +++ b/themes/solarized-light.theme @@ -75,6 +75,7 @@ "dataSymbolColor": "cyan", "stackVariableColor": "violet", "importColor": "orange", + "exportColor": "violet", "instructionHighlightColor": "secondary", "tokenHighlightColor": ["+", "secondary", "orange"], "annotationColor": "magenta", -- cgit v1.3.1