mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
108 lines
4.6 KiB
JavaScript
108 lines
4.6 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = {
|
|
'activityBar.background': '#222223',
|
|
'activityBar.border': '#222223',
|
|
'activityBar.foreground': '#e6e6e6',
|
|
'activityBarBadge.background': '#19f9d8',
|
|
'activityBarBadge.foreground': '#242526',
|
|
'badge.background': '#6fc1ff',
|
|
'badge.foreground': '#676b79',
|
|
'button.background': '#45a9f9',
|
|
'button.foreground': '#ffffff',
|
|
'button.hoverBackground': '#676b79',
|
|
'diffEditor.insertedTextBackground': '#19f9d866',
|
|
'diffEditor.removedTextBackground': '#ff4b8266',
|
|
'editor.background': '#292a2b',
|
|
'editor.findMatchBackground': '#b084eb90',
|
|
'editor.findMatchHighlightBackground': '#ffb86c40',
|
|
'editor.foreground': '#abb2bf',
|
|
'editor.inactiveSelectionBackground': '#ffb86c40',
|
|
'editor.lineHighlightBackground': '#31353a',
|
|
'editor.selectionBackground': '#ffb86c40',
|
|
'editor.selectionHighlightBackground': '#ffb86c40',
|
|
'editor.wordHighlightBackground': '#ffcc9560',
|
|
'editor.wordHighlightStrongBackground': '#ff9ac170',
|
|
'editorBracketMatch.border': '#19f9d8',
|
|
'editorCodeLens.foreground': '#ffb86c40',
|
|
'editorCursor.foreground': '#ff4b82',
|
|
'editorError.border': '#ff4b82',
|
|
'editorError.foreground': '#ff4b82',
|
|
'editorGutter.addedBackground': '#19f9d8',
|
|
'editorGutter.deletedBackground': '#ff4b82',
|
|
'editorGutter.modifiedBackground': '#ffcc95',
|
|
'editorHoverWidget.background': '#31353a',
|
|
'editorOverviewRuler.addedForeground': '#19f9d8',
|
|
'editorOverviewRuler.border': '#00000000',
|
|
'editorOverviewRuler.deletedForeground': '#ff4b82',
|
|
'editorOverviewRuler.errorForeground': '#ff4b82',
|
|
'editorOverviewRuler.infoForeground': '#6fc1ff',
|
|
'editorOverviewRuler.modifiedForeground': '#ffcc95',
|
|
'editorOverviewRuler.warningForeground': '#ffcc95',
|
|
'editorRuler.foreground': '#b084eb60',
|
|
'editorSuggestWidget.selectedBackground': '#19f9d899',
|
|
'editorWarning.border': '#ffcc95',
|
|
'editorWarning.foreground': '#ffcc95',
|
|
'editorWhitespace.foreground': '#4e5260',
|
|
'editorWidget.background': '#2a2c2d',
|
|
'editorWidget.border': '#373b41',
|
|
errorForeground: '#ff4b82',
|
|
'extensionButton.prominentBackground': '#45a9f9',
|
|
'extensionButton.prominentForeground': '#ffffff',
|
|
'extensionButton.prominentHoverBackground': '#676b79',
|
|
foreground: '#e6e6e6',
|
|
'list.activeSelectionBackground': '#292a2b',
|
|
'list.activeSelectionForeground': '#19f9d8',
|
|
'list.focusBackground': '#292a2b',
|
|
'list.focusForeground': '#19f9d8',
|
|
'list.highlightForeground': '#6fc1ff',
|
|
'list.hoverBackground': '#292a2b',
|
|
'list.hoverForeground': '#cdcdcd',
|
|
'list.inactiveSelectionBackground': '#292a2b',
|
|
'list.inactiveSelectionForeground': '#19f9d8',
|
|
'merge.currentContentBackground': '#b084eb40',
|
|
'merge.currentHeaderBackground': '#b084eb90',
|
|
'merge.incomingContentBackground': '#ffb86c40',
|
|
'merge.incomingHeaderBackground': '#45a9f990',
|
|
'progressBar.background': '#b084eb',
|
|
'scrollbar.shadow': '#222223',
|
|
'scrollbarSlider.activeBackground': '#757575',
|
|
'scrollbarSlider.background': '#373b4199',
|
|
'scrollbarSlider.hoverBackground': '#757575',
|
|
'sideBar.background': '#242526',
|
|
'sideBar.border': '#222223',
|
|
'sideBar.foreground': '#bbbbbb',
|
|
'statusBar.background': '#222223',
|
|
'statusBar.debuggingBackground': '#b084eb',
|
|
'statusBar.debuggingForeground': '#e6e6e6',
|
|
'statusBar.foreground': '#e6e6e6',
|
|
'statusBar.noFolderBackground': '#242526',
|
|
'statusBar.noFolderForeground': '#e6e6e6',
|
|
'tab.activeBackground': '#292a2b',
|
|
'tab.activeBorder': '#19f9d8',
|
|
'tab.activeForeground': '#19f9d8',
|
|
'tab.inactiveBackground': '#242526',
|
|
'tab.inactiveForeground': '#e6e6e6',
|
|
'terminal.ansiBlue': '#45a9f9',
|
|
'terminal.ansiBrightBlack': '#757575',
|
|
'terminal.ansiBrightBlue': '#6fc1ff',
|
|
'terminal.ansiBrightCyan': '#bcaafe',
|
|
'terminal.ansiBrightGreen': '#19f9d8',
|
|
'terminal.ansiBrightMagenta': '#ff9ac1',
|
|
'terminal.ansiBrightRed': '#ff2c6d',
|
|
'terminal.ansiBrightWhite': '#e6e6e6',
|
|
'terminal.ansiBrightYellow': '#ffcc95',
|
|
'terminal.ansiCyan': '#b084eb',
|
|
'terminal.ansiGreen': '#19f9d8',
|
|
'terminal.ansiMagenta': '#ff75b5',
|
|
'terminal.ansiRed': '#ff2c6d',
|
|
'terminal.ansiWhite': '#cdcdcd',
|
|
'terminal.ansiYellow': '#ffb86c',
|
|
'terminalCursor.background': '#e6e6e6',
|
|
'terminalCursor.foreground': '#ff4b82',
|
|
'titleBar.activeBackground': '#242526',
|
|
'titleBar.activeForeground': '#e6e6e6',
|
|
'titleBar.inactiveBackground': '#242526',
|
|
'titleBar.inactiveForeground': '#e6e6e6',
|
|
};
|
|
//# sourceMappingURL=panda.js.map
|