diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-07-18 12:41:53 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-07-18 15:57:15 -0400 |
| commit | db0eb3ad8270c46a6938a6d0c03e316d80306357 (patch) | |
| tree | de8ac6533e456496dcc06c70283ce6bb7ebdb67f /docs/dev | |
| parent | 0cace494522b9f76dcfedd762e4547ad1985bddf (diff) | |
Update operationColor in theme docs
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/themes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/themes.md b/docs/dev/themes.md index 0f2b7caf..35a0b90e 100644 --- a/docs/dev/themes.md +++ b/docs/dev/themes.md @@ -130,7 +130,7 @@ Colors marked "*required*" must be specified. Unmarked colors will hold default 16. `exportColor` - Used to color exported symbols, not shown in picture above 17. `nameSpaceColor` - Used to color a namespace, not shown in picture above 18. `nameSpaceSeparatorColor` - Used to color the separator between a namespace and the rest of the symbol, not shown in picture above -19. `operationColor` - *Currently unused* +19. `operationColor` - Used to color operations such as `+`, `@`, `&`, etc. 20. `gotoLabelColor` - Used to color a `goto`'s label, not shown in picture above 21. `tokenSelectionColor` - Used to draw the background of tokens selected with click-and-drag 22. `outlineColor` (*required*) - Used to draw a box around tokens selected with click-and-drag |
