diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/dark-blue.theme | 1 | ||||
| -rw-r--r-- | themes/high-contrast.theme | 1 | ||||
| -rw-r--r-- | themes/solarized-dark.theme | 1 | ||||
| -rw-r--r-- | themes/solarized-light.theme | 1 |
4 files changed, 4 insertions, 0 deletions
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", |
