aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/editor/EditorParent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/src/main/js/editor/EditorParent.ts')
-rw-r--r--language-web/src/main/js/editor/EditorParent.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/language-web/src/main/js/editor/EditorParent.ts b/language-web/src/main/js/editor/EditorParent.ts
index 316c5072..a2f6c266 100644
--- a/language-web/src/main/js/editor/EditorParent.ts
+++ b/language-web/src/main/js/editor/EditorParent.ts
@@ -65,6 +65,9 @@ export const EditorParent = styled('div')(({ theme }) => ({
65 '.cmt-number': { 65 '.cmt-number': {
66 color: '#6188a6', 66 color: '#6188a6',
67 }, 67 },
68 '.cmt-string': {
69 color: theme.palette.secondary.dark,
70 },
68 '.cmt-keyword': { 71 '.cmt-keyword': {
69 color: theme.palette.primary.main, 72 color: theme.palette.primary.main,
70 }, 73 },