summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-11-16 14:39:17 -0500
committerGlenn Smith <glenn@vector35.com>2023-11-16 19:31:44 -0500
commit7259170670495345587117922735439997869754 (patch)
tree6216fb9dbf42235cc88f0969d0b0c1b254c158af /themes
parentc798413b1d6625a94d90f1ef56c067370d93bb9f (diff)
Special color for exported symbols
Imports have their own color, so exports can too
Diffstat (limited to 'themes')
-rw-r--r--themes/dark-blue.theme1
-rw-r--r--themes/high-contrast.theme1
-rw-r--r--themes/solarized-dark.theme1
-rw-r--r--themes/solarized-light.theme1
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",