import { editor } from "monaco-editor"; export const theme: editor.IStandaloneThemeData = { "inherit": false, "base": "vs-dark", "colors": { "activityBar.background": "#ffffff1a", "activityBarBadge.background": "#007acc", "badge.background": "#ffffff1a", "editor.activeLineNumber.foreground": "#cccccc", "editor.background": "#242424", "editor.foreground": "#cccccc", "editor.lineHighlightBackground": "#ffffff0b", "editor.selectionBackground": "#204182cc", "editorGutter.background": "#ffffff0b", "editorSuggestWidget.background": "#303030", "editorSuggestWidget.highlightForeground": "#cc6e2f", "editorSuggestWidget.selectedBackground": "#204182cc", "sideBar.background": "#242424", "sideBar.border": "#ffffff1a", "statusBar.background": "#ffffff1a", "statusBar.foreground": "#cccccc", "tab.activeBackground": "#ffffff1a", "tab.activeBorder": "#0c7d9d", "tab.inactiveBackground": "#ffffff0b", "titleBar.activeBackground": "#ffffff1a", "titleBar.activeForeground": "#cccccc", "titleBar.inactiveBackground": "#ffffff10", }, "rules": [ { "foreground": "#707070", "token": "comment" }, { "foreground": "#CCCCCC", "token": "keyword.operator" }, { "foreground": "#CCCCCC", "token": "keyword.operator.logical" }, { "foreground": "#CCCCCC", "token": "keyword.operator.relational" }, { "foreground": "#CCCCCC", "token": "keyword.operator.assignment" }, { "foreground": "#CCCCCC", "token": "keyword.operator.comparison" }, { "foreground": "#CCCCCC", "token": "keyword.operator.ternary" }, { "foreground": "#CCCCCC", "token": "keyword.operator.arithmetic" }, { "foreground": "#CCCCCC", "token": "keyword.operator.spread" }, { "foreground": "#6A8759", "token": "string" }, { "foreground": "#6A8759", "token": "string.character.escape" }, { "foreground": "#6A8759", "token": "string.template.quoted" }, { "foreground": "#6A8759", "token": "string.template.quoted.punctuation" }, { "foreground": "#6A8759", "token": "string.template.quoted.punctuation.single" }, { "foreground": "#6A8759", "token": "string.template.quoted.punctuation.double" }, { "foreground": "#6A8759", "token": "string.type.declaration.annotation" }, { "foreground": "#6A8759", "token": "string.template.quoted.punctuation.tag" }, { "foreground": "#CC8242", "token": "punctuation.definition.template-expression.begin" }, { "foreground": "#CC8242", "token": "punctuation.definition.template-expression.end" }, { "foreground": "#CCCCCC", "token": "expression.string" }, { "foreground": "#CCCCCC", "token": "meta.template.expression" }, { "foreground": "#7A9EC2", "token": "constant.numeric" }, { "foreground": "#CC8242", "token": "constant.language" }, { "foreground": "#CC8242", "token": "variable.language" }, { "foreground": "#9E7BB0", "token": "constant.character" }, { "foreground": "#9E7BB0", "token": " constant.other" }, { "foreground": "#CC8242", "token": "keyword" }, { "foreground": "#CC8242", "token": "keyword.operator.new" }, { "foreground": "#CC8242", "token": "keyword.operator.delete" }, { "foreground": "#CC8242", "token": "keyword.operator.static" }, { "foreground": "#CC8242", "token": "keyword.operator.this" }, { "foreground": "#CC8242", "token": "keyword.operator.expression" }, { "foreground": "#7A9EC2", "token": "entity.name.type" }, { "foreground": "#7A9EC2", "token": "meta.return.type" }, { "foreground": "#7A9EC2", "token": "meta.type.annotation" }, { "foreground": "#7A9EC2", "token": "meta.type.parameters" }, { "foreground": "#7A9EC2", "token": "support.type.primitive" }, { "foreground": "#CC8242", "token": "storage" }, { "foreground": "#CC8242", "token": "storage.type" }, { "foreground": "#CC8242", "token": "storage.modifier" }, { "foreground": "#CC8242", "token": "storage.arrow" }, { "foreground": "#FFC66D", "token": "class.instance.constructor" }, { "foreground": "#FFC66D", "token": "new.expr entity.name.type" }, { "foreground": "#FFC66D", "token": "support.function" }, { "foreground": "#FFC66D", "token": " entity.name.function" }, { "foreground": "#CCCCCC", "token": "annotation.meta.ts" }, { "foreground": "#CCCCCC", "token": " annotation.meta.tsx" }, { "foreground": "#CCCCCC", "token": "variable.parameter" }, { "foreground": "#CCCCCC", "token": " operator.rest.parameters" }, { "foreground": "#9E7BB0", "token": "variable.property" }, { "foreground": "#9E7BB0", "token": "variable.other.property" }, { "foreground": "#9E7BB0", "token": "variable.other.object.property" }, { "foreground": "#9E7BB0", "token": "variable.object.property" }, { "foreground": "#9E7BB0", "token": "support.variable.property" }, { "foreground": "#6A8759", "token": "quote.module" }, { "foreground": "#CC8242", "token": "markup.heading" }, { "foreground": "#FFC66D", "token": "punctuation.definition.tag.html" }, { "foreground": "#FFC66D", "token": " punctuation.definition.tag.begin" }, { "foreground": "#FFC66D", "token": " punctuation.definition.tag.end" }, { "foreground": "#FFC66D", "token": " entity.name.tag" }, { "foreground": "#CCCCCC", "token": "entity.other.attribute-name" }, { "foreground": "#9E7BB0", "token": "meta.object-literal.key" }, { "foreground": "#CC8242", "token": "storage.modifier.ts" }, { "foreground": "#7A9EC2", "token": "ts.cast.expr" }, { "foreground": "#7A9EC2", "token": "ts.meta.entity.class.method.new.expr.cast" }, { "foreground": "#7A9EC2", "token": "ts.meta.entity.type.name.new.expr.cast" }, { "foreground": "#7A9EC2", "token": "ts.meta.entity.type.name.var-single-variable.annotation" }, { "foreground": "#7A9EC2", "token": "tsx.cast.expr" }, { "foreground": "#7A9EC2", "token": "tsx.meta.entity.class.method.new.expr.cast" }, { "foreground": "#7A9EC2", "token": "tsx.meta.entity.type.name.new.expr.cast" }, { "foreground": "#7A9EC2", "token": "tsx.meta.entity.type.name.var-single-variable.annotation" }, { "foreground": "#7A9EC2", "token": "ts.meta.type.support" }, { "foreground": "#7A9EC2", "token": "ts.meta.type.entity.name" }, { "foreground": "#7A9EC2", "token": "ts.meta.class.inherited-class" }, { "foreground": "#7A9EC2", "token": "tsx.meta.type.support" }, { "foreground": "#7A9EC2", "token": "tsx.meta.type.entity.name" }, { "foreground": "#7A9EC2", "token": "tsx.meta.class.inherited-class" }, { "foreground": "#7A9EC2", "token": "type-declaration" }, { "foreground": "#7A9EC2", "token": "enum-declaration" }, { "foreground": "#FFC66D", "token": "function-declaration" }, { "foreground": "#FFC66D", "token": "method-declaration" }, { "foreground": "#FFC66D", "token": "method-overload-declaration" }, { "foreground": "#FFC66D", "token": "type-fn-type-parameters" }, { "foreground": "#6A8759", "token": "comment.block.documentation" }, { "foreground": "#CC8242", "token": "storage.type.class.jsdoc" }, { "foreground": "#CCCCCC", "token": "constant.language.import-export-all" }, { "foreground": "#CCCCCC", "token": "objectliteral.key.separator" }, { "foreground": "#CCCCCC", "token": " punctuation.separator.key-value" }, { "fontStyle": " italic", "token": "regex" }, { "foreground": "#CCCCCC", "token": "ts.meta.entity.name.namespace" }, { "foreground": "#CCCCCC", "token": "tsx.meta.entity.name.namespace" }, { "foreground": "#CCCCCC", "token": "regex.character-class" }, { "foreground": "#CCCCCC", "token": "entity.name.type.class" }, { "foreground": "#7A9EC2", "token": "entity.other.inherited-class" }, { "foreground": "#FFC66D", "token": "entity.name.type.instance.jsdoc" }, { "foreground": "#CC8242", "token": "yaml.entity.name" }, { "foreground": "#CC8242", "token": "yaml.string.entity.name" }, { "foreground": "#CCCCCC", "token": "yaml.string.out" }, { "foreground": "#CCCCCC", "token": "meta.brace.square.ts" }, { "foreground": "#CCCCCC", "token": "block.support.module" }, { "foreground": "#CCCCCC", "token": "block.support.type.module" }, { "foreground": "#CCCCCC", "token": "block.support.function.variable" }, { "foreground": "#CCCCCC", "token": "punctuation.definition.typeparameters.begin" }, { "foreground": "#CCCCCC", "token": "punctuation.definition.typeparameters.end" }, { "foreground": "#CC8242", "token": "string.regexp" }, { "foreground": "#FFC66D", "token": "punctuation.definition.group.regexp" }, { "foreground": "#FFC66D", "token": "punctuation.definition.character-class.regexp" }, { "foreground": "#CCCCCC", "token": "constant.other.character-class.regexp" }, { "foreground": "#CCCCCC", "token": " constant.character.escape.ts" }, { "foreground": "#CCCCCC", "token": "expr.regex.or.operator" }, { "foreground": "#6A8759", "token": "string.template.tag" }, { "foreground": "#6A8759", "token": "string.template.punctuation.tag" }, { "foreground": "#6A8759", "token": "string.quoted.punctuation.tag" }, { "foreground": "#6A8759", "token": "string.quoted.embedded.tag" }, { "foreground": "#6A8759", "token": " string.quoted.double.tag" }, { "foreground": "#CCCCCC", "token": "tag.punctuation.begin.arrow.parameters.embedded" }, { "foreground": "#CCCCCC", "token": "tag.punctuation.end.arrow.parameters.embedded" }, { "foreground": "#CCCCCC", "token": "object-literal.object.member.key.field.other" }, { "foreground": "#CCCCCC", "token": "object-literal.object.member.key.accessor" }, { "foreground": "#CCCCCC", "token": "object-literal.object.member.key.array.brace.square" }, { "foreground": "#A5C261", "token": "property-list.property-value" }, { "foreground": "#A5C261", "token": "property-list.constant" }, { "foreground": "#7A9EC2", "token": "support.type.property-name.variable.css" }, { "foreground": "#7A9EC2", "token": "support.type.property-name.variable.scss" }, { "foreground": "#7A9EC2", "token": "variable.scss" }, { "foreground": "#FFC66D", "token": "entity.other.attribute-name.class.css" }, { "foreground": "#FFC66D", "token": "entity.other.attribute-name.class.scss" }, { "foreground": "#FFC66D", "token": "entity.other.attribute-name.parent-selector-suffix.css" }, { "foreground": "#FFC66D", "token": "entity.other.attribute-name.parent-selector-suffix.scss" }, { "foreground": "#7A9EC2", "token": "property-list.property-value.rgb-value" }, { "foreground": "#7A9EC2", "token": " keyword.other.unit.css" }, { "foreground": "#7A9EC2", "token": "keyword.other.unit.scss" }, { "foreground": "#FFC66D", "token": "property-list.property-value.function" }, { "foreground": "#A5C261", "token": "support.constant.property-value.css" }, { "foreground": "#A5C261", "token": "support.constant.property-value.scss" }, { "foreground": "#CC8242", "token": "css.entity.name.tag" }, { "foreground": "#CC8242", "token": "scss.entity.name.tag" }, { "foreground": "#FFC66D", "token": "meta.selector.css" }, { "foreground": "#FFC66D", "token": " entity.attribute-name.id" }, { "foreground": "#FFC66D", "token": " entity.other.attribute-name.pseudo-class.css" }, { "foreground": "#FFC66D", "token": "entity.other.attribute-name.pseudo-element.css" }, { "foreground": "#CC8242", "token": "keyword.scss" }, { "foreground": "#CC8242", "token": "keyword.css" }, { "foreground": "#CCCCCC", "fontStyle": "italic", "token": "triple-slash.tag" }, { "foreground": "#6796e6", "token": "token.info-token" }, { "foreground": "#cd9731", "token": "token.warn-token" }, { "foreground": "#f44747", "token": "token.error-token" }, { "foreground": "#b267e6", "token": "token.debug-token" }, { "foreground": "#CC8242", "token": "keyword.operator.logical.python" }, { "foreground": "#CC8242", "token": "support.class.dart" }, { "foreground": "#9E7BB0", "token": "variable.language.php" }, { "foreground": "#9E7BB0", "token": "variable.other.php" }, { "foreground": "#9E7BB0", "token": "variable.other.readwrite.perl" }, { "foreground": "#CC8242", "token": "variable.other.property.php" }, { "foreground": "#FFC66D", "token": "support.variable.property.php" }, { "token": "", "foreground": "#cccccc" }, ], "encodedTokensColors": [], }; export default theme;