diff options
| author | Glenn Smith <glenn@vector35.com> | 2023-11-16 14:39:17 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2023-11-16 19:31:44 -0500 |
| commit | 7259170670495345587117922735439997869754 (patch) | |
| tree | 6216fb9dbf42235cc88f0969d0b0c1b254c158af /themes/solarized-light.theme | |
| parent | c798413b1d6625a94d90f1ef56c067370d93bb9f (diff) | |
Special color for exported symbols
Imports have their own color, so exports can too
Diffstat (limited to 'themes/solarized-light.theme')
| -rw-r--r-- | themes/solarized-light.theme | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
