Skip to content

Commit

Permalink
Fix Issue 516
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaticusgreen committed Mar 3, 2024
1 parent 994f3d1 commit 05c16f9
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,27 +97,6 @@ export const initiateEditor = (templateVariables: any, monacoInstance: any) => {
"editor.background": "#000000",
},
});

console.log({
base: "vs-dark",
inherit: false,
rules: [
{ token: TokenType.FUNCTIONS, foreground: Colors.FUNCTIONS },
{ token: TokenType.PARENTHESIS, foreground: Colors.PARENTHESIS },
{ token: TokenType.KEYWORDS, foreground: Colors.KEYWORDS },
{ token: TokenType.CONSTANTS, foreground: Colors.CONSTANTS },
{ token: TokenType.DATATYPES, foreground: Colors.DATATYPES },
{ token: TokenType.MACROS, foreground: Colors.MACROS },
{ token: TokenType.COMMENT, foreground: Colors.COMMENTS },
{ token: TokenType.COMMENT_BLOCK, foreground: Colors.COMMENT_BLOCK },
{ token: TokenType.VARIABLE, foreground: Colors.MACROS },
{ token: TokenType.STRING, foreground: Colors.STRING },
],
colors: {
"editor.foreground": "#e0e0e0",
"editor.background": "#000000",
},
})
};

// @ts-ignore
Expand Down

0 comments on commit 05c16f9

Please sign in to comment.