Skip to content

Commit ed03e0f

Browse files
Fixed editor theme
1 parent 8bfda58 commit ed03e0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

constants/theme.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export const CODE_EDITOR_THEME = {
44
theme: "dark",
55
settings: {
66
background: "#282c34",
7-
foreground: "#282c34;",
8-
caret: "#282c34",
7+
foreground: "#ffffff",
8+
caret: "282c34",
99
gutters: "#282c34",
1010
selection: "black",
1111
lineHighlight: "#6699ff0b",
@@ -14,6 +14,7 @@ export const CODE_EDITOR_THEME = {
1414
},
1515
styles: [
1616
{ tag: t.brace, color: "red" },
17+
{ tag: t.squareBracket, color: "#98c379" },
1718
{ tag: t.separator, color: "orange" },
1819
{ tag: t.bool, color: "blue" },
1920
{ tag: t.string, color: "#98c379" },

0 commit comments

Comments
 (0)