import { editor } from "monaco-editor"; export const theme: editor.IStandaloneThemeData = { "inherit": false, "base": "vs", "colors": { "activityBar.activeBorder": "#f9826c", "activityBar.background": "#fff", "activityBar.border": "#e1e4e8", "activityBar.foreground": "#2f363d", "activityBar.inactiveForeground": "#959da5", "activityBarBadge.background": "#2188ff", "activityBarBadge.foreground": "#fff", "badge.background": "#dbedff", "badge.foreground": "#005cc5", "breadcrumb.activeSelectionForeground": "#586069", "breadcrumb.focusForeground": "#2f363d", "breadcrumb.foreground": "#6a737d", "breadcrumbPicker.background": "#fafbfc", "button.background": "#159739", "button.foreground": "#fff", "button.hoverBackground": "#138934", "button.secondaryBackground": "#e1e4e8", "button.secondaryForeground": "#1b1f23", "button.secondaryHoverBackground": "#d1d5da", "checkbox.background": "#fafbfc", "checkbox.border": "#d1d5da", "debugToolBar.background": "#fff", "descriptionForeground": "#6a737d", "diffEditor.insertedTextBackground": "#34d05822", "diffEditor.removedTextBackground": "#d73a4922", "dropdown.background": "#fafbfc", "dropdown.border": "#e1e4e8", "dropdown.foreground": "#2f363d", "dropdown.listBackground": "#fff", "editor.background": "#fff", "editor.findMatchBackground": "#ffdf5d", "editor.findMatchHighlightBackground": "#ffdf5d66", "editor.focusedStackFrameHighlightBackground": "#28a74525", "editor.foldBackground": "#d1d5da11", "editor.foreground": "#24292e", "editor.inactiveSelectionBackground": "#0366d611", "editor.lineHighlightBackground": "#f6f8fa", "editor.linkedEditingBackground": "#0366d611", "editor.selectionBackground": "#0366d625", "editor.selectionHighlightBackground": "#34d05840", "editor.selectionHighlightBorder": "#34d05800", "editor.stackFrameHighlightBackground": "#ffd33d33", "editor.wordHighlightBackground": "#34d05800", "editor.wordHighlightBorder": "#24943e99", "editor.wordHighlightStrongBackground": "#34d05800", "editor.wordHighlightStrongBorder": "#24943e50", "editorBracketHighlight.foreground1": "#005cc5", "editorBracketHighlight.foreground2": "#e36209", "editorBracketHighlight.foreground3": "#5a32a3", "editorBracketHighlight.foreground4": "#005cc5", "editorBracketHighlight.foreground5": "#e36209", "editorBracketHighlight.foreground6": "#5a32a3", "editorBracketMatch.background": "#34d05840", "editorBracketMatch.border": "#34d05800", "editorCursor.foreground": "#044289", "editorError.foreground": "#cb2431", "editorGroup.border": "#e1e4e8", "editorGroupHeader.tabsBackground": "#f6f8fa", "editorGroupHeader.tabsBorder": "#e1e4e8", "editorGutter.addedBackground": "#28a745", "editorGutter.deletedBackground": "#d73a49", "editorGutter.modifiedBackground": "#2188ff", "editorIndentGuide.activeBackground": "#d7dbe0", "editorIndentGuide.background": "#eff2f6", "editorLineNumber.activeForeground": "#24292e", "editorLineNumber.foreground": "#1b1f234d", "editorOverviewRuler.border": "#fff", "editorWarning.foreground": "#f9c513", "editorWhitespace.foreground": "#d1d5da", "editorWidget.background": "#f6f8fa", "errorForeground": "#cb2431", "focusBorder": "#2188ff", "foreground": "#444d56", "gitDecoration.addedResourceForeground": "#28a745", "gitDecoration.conflictingResourceForeground": "#e36209", "gitDecoration.deletedResourceForeground": "#d73a49", "gitDecoration.ignoredResourceForeground": "#959da5", "gitDecoration.modifiedResourceForeground": "#005cc5", "gitDecoration.submoduleResourceForeground": "#959da5", "gitDecoration.untrackedResourceForeground": "#28a745", "input.background": "#fafbfc", "input.border": "#e1e4e8", "input.foreground": "#2f363d", "input.placeholderForeground": "#959da5", "list.activeSelectionBackground": "#e2e5e9", "list.activeSelectionForeground": "#2f363d", "list.focusBackground": "#cce5ff", "list.hoverBackground": "#ebf0f4", "list.hoverForeground": "#2f363d", "list.inactiveFocusBackground": "#dbedff", "list.inactiveSelectionBackground": "#e8eaed", "list.inactiveSelectionForeground": "#2f363d", "notificationCenterHeader.background": "#e1e4e8", "notificationCenterHeader.foreground": "#6a737d", "notifications.background": "#fafbfc", "notifications.border": "#e1e4e8", "notifications.foreground": "#2f363d", "notificationsErrorIcon.foreground": "#d73a49", "notificationsInfoIcon.foreground": "#005cc5", "notificationsWarningIcon.foreground": "#e36209", "panel.background": "#f6f8fa", "panel.border": "#e1e4e8", "panelInput.border": "#e1e4e8", "panelTitle.activeBorder": "#f9826c", "panelTitle.activeForeground": "#2f363d", "panelTitle.inactiveForeground": "#6a737d", "pickerGroup.border": "#e1e4e8", "pickerGroup.foreground": "#2f363d", "progressBar.background": "#2188ff", "quickInput.background": "#fafbfc", "quickInput.foreground": "#2f363d", "scrollbar.shadow": "#6a737d33", "scrollbarSlider.activeBackground": "#959da588", "scrollbarSlider.background": "#959da533", "scrollbarSlider.hoverBackground": "#959da544", "settings.headerForeground": "#2f363d", "settings.modifiedItemIndicator": "#2188ff", "sideBar.background": "#f6f8fa", "sideBar.border": "#e1e4e8", "sideBar.foreground": "#586069", "sideBarSectionHeader.background": "#f6f8fa", "sideBarSectionHeader.border": "#e1e4e8", "sideBarSectionHeader.foreground": "#2f363d", "sideBarTitle.foreground": "#2f363d", "statusBar.background": "#fff", "statusBar.border": "#e1e4e8", "statusBar.debuggingBackground": "#f9826c", "statusBar.debuggingForeground": "#fff", "statusBar.foreground": "#586069", "statusBar.noFolderBackground": "#fff", "statusBarItem.prominentBackground": "#e8eaed", "statusBarItem.remoteBackground": "#fff", "statusBarItem.remoteForeground": "#586069", "tab.activeBackground": "#fff", "tab.activeBorder": "#fff", "tab.activeBorderTop": "#f9826c", "tab.activeForeground": "#2f363d", "tab.border": "#e1e4e8", "tab.hoverBackground": "#fff", "tab.inactiveBackground": "#f6f8fa", "tab.inactiveForeground": "#6a737d", "tab.unfocusedActiveBorder": "#fff", "tab.unfocusedActiveBorderTop": "#e1e4e8", "tab.unfocusedHoverBackground": "#fff", "terminal.ansiBlack": "#24292e", "terminal.ansiBlue": "#0366d6", "terminal.ansiBrightBlack": "#959da5", "terminal.ansiBrightBlue": "#005cc5", "terminal.ansiBrightCyan": "#3192aa", "terminal.ansiBrightGreen": "#22863a", "terminal.ansiBrightMagenta": "#5a32a3", "terminal.ansiBrightRed": "#cb2431", "terminal.ansiBrightWhite": "#d1d5da", "terminal.ansiBrightYellow": "#b08800", "terminal.ansiCyan": "#1b7c83", "terminal.ansiGreen": "#28a745", "terminal.ansiMagenta": "#5a32a3", "terminal.ansiRed": "#d73a49", "terminal.ansiWhite": "#6a737d", "terminal.ansiYellow": "#dbab09", "terminal.foreground": "#586069", "terminal.tab.activeBorder": "#f9826c", "terminalCursor.background": "#d1d5da", "terminalCursor.foreground": "#005cc5", "textBlockQuote.background": "#fafbfc", "textBlockQuote.border": "#e1e4e8", "textCodeBlock.background": "#f6f8fa", "textLink.activeForeground": "#005cc5", "textLink.foreground": "#0366d6", "textPreformat.foreground": "#586069", "textSeparator.foreground": "#d1d5da", "titleBar.activeBackground": "#fff", "titleBar.activeForeground": "#2f363d", "titleBar.border": "#e1e4e8", "titleBar.inactiveBackground": "#f6f8fa", "titleBar.inactiveForeground": "#6a737d", "tree.indentGuidesStroke": "#e1e4e8", "welcomePage.buttonBackground": "#f6f8fa", "welcomePage.buttonHoverBackground": "#e1e4e8", }, "rules": [ { "foreground": "#6a737d", "token": "comment" }, { "foreground": "#6a737d", "token": "punctuation.definition.comment" }, { "foreground": "#6a737d", "token": "string.comment" }, { "foreground": "#005cc5", "token": "constant" }, { "foreground": "#005cc5", "token": "entity.name.constant" }, { "foreground": "#005cc5", "token": "variable.other.constant" }, { "foreground": "#005cc5", "token": "variable.other.enummember" }, { "foreground": "#005cc5", "token": "variable.language" }, { "foreground": "#6f42c1", "token": "entity" }, { "foreground": "#6f42c1", "token": "entity.name" }, { "foreground": "#24292e", "token": "variable.parameter.function" }, { "foreground": "#22863a", "token": "entity.name.tag" }, { "foreground": "#d73a49", "token": "keyword" }, { "foreground": "#d73a49", "token": "storage" }, { "foreground": "#d73a49", "token": "storage.type" }, { "foreground": "#24292e", "token": "storage.modifier.package" }, { "foreground": "#24292e", "token": "storage.modifier.import" }, { "foreground": "#24292e", "token": "storage.type.java" }, { "foreground": "#032f62", "token": "string" }, { "foreground": "#032f62", "token": "punctuation.definition.string" }, { "foreground": "#032f62", "token": "string punctuation.section.embedded source" }, { "foreground": "#005cc5", "token": "support" }, { "foreground": "#005cc5", "token": "meta.property-name" }, { "foreground": "#e36209", "token": "variable" }, { "foreground": "#24292e", "token": "variable.other" }, { "fontStyle": "italic", "foreground": "#b31d28", "token": "invalid.broken" }, { "fontStyle": "italic", "foreground": "#b31d28", "token": "invalid.deprecated" }, { "fontStyle": "italic", "foreground": "#b31d28", "token": "invalid.illegal" }, { "fontStyle": "italic", "foreground": "#b31d28", "token": "invalid.unimplemented" }, { "fontStyle": "italic underline", "background": "#d73a49", "foreground": "#fafbfc", "token": "carriage-return" }, { "foreground": "#b31d28", "token": "message.error" }, { "foreground": "#005cc5", "token": "string variable" }, { "foreground": "#032f62", "token": "source.regexp" }, { "foreground": "#032f62", "token": "string.regexp" }, { "foreground": "#032f62", "token": "string.regexp.character-class" }, { "foreground": "#032f62", "token": "string.regexp constant.character.escape" }, { "foreground": "#032f62", "token": "string.regexp source.ruby.embedded" }, { "foreground": "#032f62", "token": "string.regexp string.regexp.arbitrary-repitition" }, { "fontStyle": "bold", "foreground": "#22863a", "token": "string.regexp constant.character.escape" }, { "foreground": "#005cc5", "token": "support.constant" }, { "foreground": "#005cc5", "token": "support.variable" }, { "foreground": "#005cc5", "token": "meta.module-reference" }, { "foreground": "#e36209", "token": "punctuation.definition.list.begin.markdown" }, { "fontStyle": "bold", "foreground": "#005cc5", "token": "markup.heading" }, { "fontStyle": "bold", "foreground": "#005cc5", "token": "markup.heading entity.name" }, { "foreground": "#22863a", "token": "markup.quote" }, { "fontStyle": "italic", "foreground": "#24292e", "token": "markup.italic" }, { "fontStyle": "bold", "foreground": "#24292e", "token": "markup.bold" }, { "fontStyle": "underline", "token": "markup.underline" }, { "fontStyle": "strikethrough", "token": "markup.strikethrough" }, { "foreground": "#005cc5", "token": "markup.inline.raw" }, { "background": "#ffeef0", "foreground": "#b31d28", "token": "markup.deleted" }, { "background": "#ffeef0", "foreground": "#b31d28", "token": "meta.diff.header.from-file" }, { "background": "#ffeef0", "foreground": "#b31d28", "token": "punctuation.definition.deleted" }, { "background": "#f0fff4", "foreground": "#22863a", "token": "markup.inserted" }, { "background": "#f0fff4", "foreground": "#22863a", "token": "meta.diff.header.to-file" }, { "background": "#f0fff4", "foreground": "#22863a", "token": "punctuation.definition.inserted" }, { "background": "#ffebda", "foreground": "#e36209", "token": "markup.changed" }, { "background": "#ffebda", "foreground": "#e36209", "token": "punctuation.definition.changed" }, { "foreground": "#f6f8fa", "background": "#005cc5", "token": "markup.ignored" }, { "foreground": "#f6f8fa", "background": "#005cc5", "token": "markup.untracked" }, { "foreground": "#6f42c1", "fontStyle": "bold", "token": "meta.diff.range" }, { "foreground": "#005cc5", "token": "meta.diff.header" }, { "fontStyle": "bold", "foreground": "#005cc5", "token": "meta.separator" }, { "foreground": "#005cc5", "token": "meta.output" }, { "foreground": "#586069", "token": "brackethighlighter.tag" }, { "foreground": "#586069", "token": "brackethighlighter.curly" }, { "foreground": "#586069", "token": "brackethighlighter.round" }, { "foreground": "#586069", "token": "brackethighlighter.square" }, { "foreground": "#586069", "token": "brackethighlighter.angle" }, { "foreground": "#586069", "token": "brackethighlighter.quote" }, { "foreground": "#b31d28", "token": "brackethighlighter.unmatched" }, { "foreground": "#032f62", "fontStyle": "underline", "token": "constant.other.reference.link" }, { "foreground": "#032f62", "fontStyle": "underline", "token": "string.other.link" }, { "token": "", "foreground": "#24292e" }, ], "encodedTokensColors": [], }; export default theme;