import { editor } from "monaco-editor"; export const theme: editor.IStandaloneThemeData = { "inherit": false, "base": "vs-dark", "colors": { "activityBar.activeBorder": "#f9826c", "activityBar.background": "#24292e", "activityBar.border": "#1b1f23", "activityBar.foreground": "#e1e4e8", "activityBar.inactiveForeground": "#6a737d", "activityBarBadge.background": "#0366d6", "activityBarBadge.foreground": "#fff", "badge.background": "#044289", "badge.foreground": "#c8e1ff", "breadcrumb.activeSelectionForeground": "#d1d5da", "breadcrumb.focusForeground": "#e1e4e8", "breadcrumb.foreground": "#959da5", "breadcrumbPicker.background": "#2b3036", "button.background": "#176f2c", "button.foreground": "#dcffe4", "button.hoverBackground": "#22863a", "button.secondaryBackground": "#444d56", "button.secondaryForeground": "#fff", "button.secondaryHoverBackground": "#586069", "checkbox.background": "#444d56", "checkbox.border": "#1b1f23", "debugToolBar.background": "#2b3036", "descriptionForeground": "#959da5", "diffEditor.insertedTextBackground": "#28a74530", "diffEditor.removedTextBackground": "#d73a4930", "dropdown.background": "#2f363d", "dropdown.border": "#1b1f23", "dropdown.foreground": "#e1e4e8", "dropdown.listBackground": "#24292e", "editor.background": "#24292e", "editor.findMatchBackground": "#ffd33d44", "editor.findMatchHighlightBackground": "#ffd33d22", "editor.focusedStackFrameHighlightBackground": "#2b6a3033", "editor.foldBackground": "#58606915", "editor.foreground": "#e1e4e8", "editor.inactiveSelectionBackground": "#3392FF22", "editor.lineHighlightBackground": "#2b3036", "editor.linkedEditingBackground": "#3392FF22", "editor.selectionBackground": "#3392FF44", "editor.selectionHighlightBackground": "#17E5E633", "editor.selectionHighlightBorder": "#17E5E600", "editor.stackFrameHighlightBackground": "#C6902625", "editor.wordHighlightBackground": "#17E5E600", "editor.wordHighlightBorder": "#17E5E699", "editor.wordHighlightStrongBackground": "#17E5E600", "editor.wordHighlightStrongBorder": "#17E5E666", "editorBracketHighlight.foreground1": "#79b8ff", "editorBracketHighlight.foreground2": "#ffab70", "editorBracketHighlight.foreground3": "#b392f0", "editorBracketHighlight.foreground4": "#79b8ff", "editorBracketHighlight.foreground5": "#ffab70", "editorBracketHighlight.foreground6": "#b392f0", "editorBracketMatch.background": "#17E5E650", "editorBracketMatch.border": "#17E5E600", "editorCursor.foreground": "#c8e1ff", "editorError.foreground": "#f97583", "editorGroup.border": "#1b1f23", "editorGroupHeader.tabsBackground": "#1f2428", "editorGroupHeader.tabsBorder": "#1b1f23", "editorGutter.addedBackground": "#28a745", "editorGutter.deletedBackground": "#ea4a5a", "editorGutter.modifiedBackground": "#2188ff", "editorIndentGuide.activeBackground": "#444d56", "editorIndentGuide.background": "#2f363d", "editorLineNumber.activeForeground": "#e1e4e8", "editorLineNumber.foreground": "#444d56", "editorOverviewRuler.border": "#1b1f23", "editorWarning.foreground": "#ffea7f", "editorWhitespace.foreground": "#444d56", "editorWidget.background": "#1f2428", "errorForeground": "#f97583", "focusBorder": "#005cc5", "foreground": "#d1d5da", "gitDecoration.addedResourceForeground": "#34d058", "gitDecoration.conflictingResourceForeground": "#ffab70", "gitDecoration.deletedResourceForeground": "#ea4a5a", "gitDecoration.ignoredResourceForeground": "#6a737d", "gitDecoration.modifiedResourceForeground": "#79b8ff", "gitDecoration.submoduleResourceForeground": "#6a737d", "gitDecoration.untrackedResourceForeground": "#34d058", "input.background": "#2f363d", "input.border": "#1b1f23", "input.foreground": "#e1e4e8", "input.placeholderForeground": "#959da5", "list.activeSelectionBackground": "#39414a", "list.activeSelectionForeground": "#e1e4e8", "list.focusBackground": "#044289", "list.hoverBackground": "#282e34", "list.hoverForeground": "#e1e4e8", "list.inactiveFocusBackground": "#1d2d3e", "list.inactiveSelectionBackground": "#282e34", "list.inactiveSelectionForeground": "#e1e4e8", "notificationCenterHeader.background": "#24292e", "notificationCenterHeader.foreground": "#959da5", "notifications.background": "#2f363d", "notifications.border": "#1b1f23", "notifications.foreground": "#e1e4e8", "notificationsErrorIcon.foreground": "#ea4a5a", "notificationsInfoIcon.foreground": "#79b8ff", "notificationsWarningIcon.foreground": "#ffab70", "panel.background": "#1f2428", "panel.border": "#1b1f23", "panelInput.border": "#2f363d", "panelTitle.activeBorder": "#f9826c", "panelTitle.activeForeground": "#e1e4e8", "panelTitle.inactiveForeground": "#959da5", "peekViewEditor.background": "#1f242888", "peekViewEditor.matchHighlightBackground": "#ffd33d33", "peekViewResult.background": "#1f2428", "peekViewResult.matchHighlightBackground": "#ffd33d33", "pickerGroup.border": "#444d56", "pickerGroup.foreground": "#e1e4e8", "progressBar.background": "#0366d6", "quickInput.background": "#24292e", "quickInput.foreground": "#e1e4e8", "scrollbar.shadow": "#0008", "scrollbarSlider.activeBackground": "#6a737d88", "scrollbarSlider.background": "#6a737d33", "scrollbarSlider.hoverBackground": "#6a737d44", "settings.headerForeground": "#e1e4e8", "settings.modifiedItemIndicator": "#0366d6", "sideBar.background": "#1f2428", "sideBar.border": "#1b1f23", "sideBar.foreground": "#d1d5da", "sideBarSectionHeader.background": "#1f2428", "sideBarSectionHeader.border": "#1b1f23", "sideBarSectionHeader.foreground": "#e1e4e8", "sideBarTitle.foreground": "#e1e4e8", "statusBar.background": "#24292e", "statusBar.border": "#1b1f23", "statusBar.debuggingBackground": "#931c06", "statusBar.debuggingForeground": "#fff", "statusBar.foreground": "#d1d5da", "statusBar.noFolderBackground": "#24292e", "statusBarItem.prominentBackground": "#282e34", "statusBarItem.remoteBackground": "#24292e", "statusBarItem.remoteForeground": "#d1d5da", "tab.activeBackground": "#24292e", "tab.activeBorder": "#24292e", "tab.activeBorderTop": "#f9826c", "tab.activeForeground": "#e1e4e8", "tab.border": "#1b1f23", "tab.hoverBackground": "#24292e", "tab.inactiveBackground": "#1f2428", "tab.inactiveForeground": "#959da5", "tab.unfocusedActiveBorder": "#24292e", "tab.unfocusedActiveBorderTop": "#1b1f23", "tab.unfocusedHoverBackground": "#24292e", "terminal.ansiBlack": "#586069", "terminal.ansiBlue": "#2188ff", "terminal.ansiBrightBlack": "#959da5", "terminal.ansiBrightBlue": "#79b8ff", "terminal.ansiBrightCyan": "#56d4dd", "terminal.ansiBrightGreen": "#85e89d", "terminal.ansiBrightMagenta": "#b392f0", "terminal.ansiBrightRed": "#f97583", "terminal.ansiBrightWhite": "#fafbfc", "terminal.ansiBrightYellow": "#ffea7f", "terminal.ansiCyan": "#39c5cf", "terminal.ansiGreen": "#34d058", "terminal.ansiMagenta": "#b392f0", "terminal.ansiRed": "#ea4a5a", "terminal.ansiWhite": "#d1d5da", "terminal.ansiYellow": "#ffea7f", "terminal.foreground": "#d1d5da", "terminal.tab.activeBorder": "#f9826c", "terminalCursor.background": "#586069", "terminalCursor.foreground": "#79b8ff", "textBlockQuote.background": "#24292e", "textBlockQuote.border": "#444d56", "textCodeBlock.background": "#2f363d", "textLink.activeForeground": "#c8e1ff", "textLink.foreground": "#79b8ff", "textPreformat.foreground": "#d1d5da", "textSeparator.foreground": "#586069", "titleBar.activeBackground": "#24292e", "titleBar.activeForeground": "#e1e4e8", "titleBar.border": "#1b1f23", "titleBar.inactiveBackground": "#1f2428", "titleBar.inactiveForeground": "#959da5", "tree.indentGuidesStroke": "#2f363d", "welcomePage.buttonBackground": "#2f363d", "welcomePage.buttonHoverBackground": "#444d56", }, "rules": [ { "foreground": "#6a737d", "token": "comment" }, { "foreground": "#6a737d", "token": "punctuation.definition.comment" }, { "foreground": "#6a737d", "token": "string.comment" }, { "foreground": "#79b8ff", "token": "constant" }, { "foreground": "#79b8ff", "token": "entity.name.constant" }, { "foreground": "#79b8ff", "token": "variable.other.constant" }, { "foreground": "#79b8ff", "token": "variable.other.enummember" }, { "foreground": "#79b8ff", "token": "variable.language" }, { "foreground": "#b392f0", "token": "entity" }, { "foreground": "#b392f0", "token": "entity.name" }, { "foreground": "#e1e4e8", "token": "variable.parameter.function" }, { "foreground": "#85e89d", "token": "entity.name.tag" }, { "foreground": "#f97583", "token": "keyword" }, { "foreground": "#f97583", "token": "storage" }, { "foreground": "#f97583", "token": "storage.type" }, { "foreground": "#e1e4e8", "token": "storage.modifier.package" }, { "foreground": "#e1e4e8", "token": "storage.modifier.import" }, { "foreground": "#e1e4e8", "token": "storage.type.java" }, { "foreground": "#9ecbff", "token": "string" }, { "foreground": "#9ecbff", "token": "punctuation.definition.string" }, { "foreground": "#9ecbff", "token": "string punctuation.section.embedded source" }, { "foreground": "#79b8ff", "token": "support" }, { "foreground": "#79b8ff", "token": "meta.property-name" }, { "foreground": "#ffab70", "token": "variable" }, { "foreground": "#e1e4e8", "token": "variable.other" }, { "fontStyle": "italic", "foreground": "#fdaeb7", "token": "invalid.broken" }, { "fontStyle": "italic", "foreground": "#fdaeb7", "token": "invalid.deprecated" }, { "fontStyle": "italic", "foreground": "#fdaeb7", "token": "invalid.illegal" }, { "fontStyle": "italic", "foreground": "#fdaeb7", "token": "invalid.unimplemented" }, { "fontStyle": "italic underline", "background": "#f97583", "foreground": "#24292e", "token": "carriage-return" }, { "foreground": "#fdaeb7", "token": "message.error" }, { "foreground": "#79b8ff", "token": "string variable" }, { "foreground": "#dbedff", "token": "source.regexp" }, { "foreground": "#dbedff", "token": "string.regexp" }, { "foreground": "#dbedff", "token": "string.regexp.character-class" }, { "foreground": "#dbedff", "token": "string.regexp constant.character.escape" }, { "foreground": "#dbedff", "token": "string.regexp source.ruby.embedded" }, { "foreground": "#dbedff", "token": "string.regexp string.regexp.arbitrary-repitition" }, { "fontStyle": "bold", "foreground": "#85e89d", "token": "string.regexp constant.character.escape" }, { "foreground": "#79b8ff", "token": "support.constant" }, { "foreground": "#79b8ff", "token": "support.variable" }, { "foreground": "#79b8ff", "token": "meta.module-reference" }, { "foreground": "#ffab70", "token": "punctuation.definition.list.begin.markdown" }, { "fontStyle": "bold", "foreground": "#79b8ff", "token": "markup.heading" }, { "fontStyle": "bold", "foreground": "#79b8ff", "token": "markup.heading entity.name" }, { "foreground": "#85e89d", "token": "markup.quote" }, { "fontStyle": "italic", "foreground": "#e1e4e8", "token": "markup.italic" }, { "fontStyle": "bold", "foreground": "#e1e4e8", "token": "markup.bold" }, { "fontStyle": "underline", "token": "markup.underline" }, { "fontStyle": "strikethrough", "token": "markup.strikethrough" }, { "foreground": "#79b8ff", "token": "markup.inline.raw" }, { "background": "#86181d", "foreground": "#fdaeb7", "token": "markup.deleted" }, { "background": "#86181d", "foreground": "#fdaeb7", "token": "meta.diff.header.from-file" }, { "background": "#86181d", "foreground": "#fdaeb7", "token": "punctuation.definition.deleted" }, { "background": "#144620", "foreground": "#85e89d", "token": "markup.inserted" }, { "background": "#144620", "foreground": "#85e89d", "token": "meta.diff.header.to-file" }, { "background": "#144620", "foreground": "#85e89d", "token": "punctuation.definition.inserted" }, { "background": "#c24e00", "foreground": "#ffab70", "token": "markup.changed" }, { "background": "#c24e00", "foreground": "#ffab70", "token": "punctuation.definition.changed" }, { "foreground": "#2f363d", "background": "#79b8ff", "token": "markup.ignored" }, { "foreground": "#2f363d", "background": "#79b8ff", "token": "markup.untracked" }, { "foreground": "#b392f0", "fontStyle": "bold", "token": "meta.diff.range" }, { "foreground": "#79b8ff", "token": "meta.diff.header" }, { "fontStyle": "bold", "foreground": "#79b8ff", "token": "meta.separator" }, { "foreground": "#79b8ff", "token": "meta.output" }, { "foreground": "#d1d5da", "token": "brackethighlighter.tag" }, { "foreground": "#d1d5da", "token": "brackethighlighter.curly" }, { "foreground": "#d1d5da", "token": "brackethighlighter.round" }, { "foreground": "#d1d5da", "token": "brackethighlighter.square" }, { "foreground": "#d1d5da", "token": "brackethighlighter.angle" }, { "foreground": "#d1d5da", "token": "brackethighlighter.quote" }, { "foreground": "#fdaeb7", "token": "brackethighlighter.unmatched" }, { "foreground": "#dbedff", "fontStyle": "underline", "token": "constant.other.reference.link" }, { "foreground": "#dbedff", "fontStyle": "underline", "token": "string.other.link" }, { "token": "", "foreground": "#e1e4e8" }, ], "encodedTokensColors": [], }; export default theme;