We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfda58 commit ed03e0fCopy full SHA for ed03e0f
constants/theme.js
@@ -4,8 +4,8 @@ export const CODE_EDITOR_THEME = {
4
theme: "dark",
5
settings: {
6
background: "#282c34",
7
- foreground: "#282c34;",
8
- caret: "#282c34",
+ foreground: "#ffffff",
+ caret: "282c34",
9
gutters: "#282c34",
10
selection: "black",
11
lineHighlight: "#6699ff0b",
@@ -14,6 +14,7 @@ export const CODE_EDITOR_THEME = {
14
},
15
styles: [
16
{ tag: t.brace, color: "red" },
17
+ { tag: t.squareBracket, color: "#98c379" },
18
{ tag: t.separator, color: "orange" },
19
{ tag: t.bool, color: "blue" },
20
{ tag: t.string, color: "#98c379" },
0 commit comments