mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
114 lines
4.8 KiB
JavaScript
114 lines
4.8 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = {
|
|
'activityBar.background': '#222222',
|
|
'activityBar.foreground': '#dcdcdc',
|
|
'activityBarBadge.background': '#4d78cc',
|
|
'activityBarBadge.foreground': '#f3f3f3',
|
|
'badge.background': '#222222',
|
|
'button.background': '#404754',
|
|
'debugToolBar.background': '#222222',
|
|
'diffEditor.insertedTextBackground': '#00809b33',
|
|
'dropdown.background': '#1f1f1f',
|
|
'dropdown.border': '#1e1e1e',
|
|
'editor.background': '#1e1e1e',
|
|
'editor.findMatchBackground': '#555555',
|
|
'editor.findMatchBorder': '#555555',
|
|
'editor.findMatchHighlightBackground': '#444444',
|
|
'editor.foreground': '#cccccc',
|
|
'editor.lineHighlightBackground': '#2c2c2c',
|
|
'editorLineNumber.activeForeground': '#ababab',
|
|
'editorGutter.addedBackground': '#109868',
|
|
'editorGutter.deletedBackground': '#9A353D',
|
|
'editorGutter.modifiedBackground': '#948B60',
|
|
'editor.selectionBackground': '#3e3e3e',
|
|
'editor.selectionHighlightBackground': '#ffffff10',
|
|
'editor.selectionHighlightBorder': '#acacac',
|
|
'editor.wordHighlightBackground': '#dcdcdc2f',
|
|
'editor.wordHighlightBorder': '#848484',
|
|
'editor.wordHighlightStrongBackground': '#ababab26',
|
|
'editor.wordHighlightStrongBorder': '#848484',
|
|
'editorActiveLineNumber.foreground': '#ababab',
|
|
'editorBracketMatch.background': '#555555',
|
|
'editorBracketMatch.border': '#555555',
|
|
'editorCursor.background': '#ffffffc9',
|
|
'editorCursor.foreground': '#528bff',
|
|
'editorError.foreground': '#c53f46',
|
|
'editorGroup.background': '#1e1e1e',
|
|
'editorGroup.border': '#1e1e1e',
|
|
'editorGroupHeader.tabsBackground': '#222222',
|
|
'editorHoverWidget.background': '#222222',
|
|
'editorHoverWidget.border': '#1e1e1e',
|
|
'editorIndentGuide.activeBackground': '#c8c8c859',
|
|
'editorIndentGuide.background': '#454545',
|
|
'editorLineNumber.foreground': '#555555',
|
|
'editorMarkerNavigation.background': '#222222',
|
|
'editorRuler.foreground': '#484848',
|
|
'editorSuggestWidget.background': '#222222',
|
|
'editorSuggestWidget.border': '#1e1e1e',
|
|
'editorSuggestWidget.selectedBackground': '#2c2c2c',
|
|
'editorWarning.foreground': '#d19a66',
|
|
'editorWhitespace.foreground': '#454545',
|
|
'editorWidget.background': '#2c2c2c',
|
|
focusBorder: '#464646',
|
|
'input.background': '#1d1d1d',
|
|
'list.activeSelectionBackground': '#3c3c3c',
|
|
'list.activeSelectionForeground': '#dedede',
|
|
'list.focusBackground': '#3c3c3c',
|
|
'list.highlightForeground': '#c5c5c5',
|
|
'list.hoverBackground': '#333333',
|
|
'list.inactiveSelectionBackground': '#3c3c3c',
|
|
'list.inactiveSelectionForeground': '#d7d7d7',
|
|
'list.warningForeground': '#d19a66',
|
|
'menu.foreground': '#c8c8c8',
|
|
'menu.background': '#3c3c3c',
|
|
'panelSectionHeader.background': '#222222',
|
|
'peekViewEditor.background': '#222222',
|
|
'peekViewEditor.matchHighlightBackground': '#292929',
|
|
'peekViewResult.background': '#222222',
|
|
'scrollbarSlider.activeBackground': '#89898980',
|
|
'scrollbarSlider.background': '#55555580',
|
|
'scrollbarSlider.hoverBackground': '#5a5a5a80',
|
|
'sideBar.background': '#1e1e1e',
|
|
'sideBarSectionHeader.background': '#2c2c2c',
|
|
'statusBar.background': '#222222',
|
|
'statusBar.debuggingBorder': '#222222',
|
|
'statusBar.debuggingForeground': '#ececec',
|
|
'statusBar.foreground': '#ececec',
|
|
'statusBar.noFolderBackground': '#222222',
|
|
'statusBarItem.hoverBackground': '#353535',
|
|
'statusBarItem.remoteBackground': '#4d78cc',
|
|
'statusBarItem.remoteForeground': '#f8fafd',
|
|
'tab.activeBackground': '#454545',
|
|
'tab.activeForeground': '#dcdcdc',
|
|
'tab.border': '#2a2a2a',
|
|
'tab.hoverBackground': '#565656',
|
|
'tab.inactiveBackground': '#2c2c2c',
|
|
'tab.unfocusedHoverBackground': '#2c2c2c',
|
|
'terminal.ansiBlack': '#313131',
|
|
'terminal.ansiBlue': '#4aa5f0',
|
|
'terminal.ansiBrightBlack': '#4f5666',
|
|
'terminal.ansiBrightBlue': '#4dc4ff',
|
|
'terminal.ansiBrightCyan': '#4cd1e0',
|
|
'terminal.ansiBrightGreen': '#a5e075',
|
|
'terminal.ansiBrightMagenta': '#de73ff',
|
|
'terminal.ansiBrightRed': '#ff616e',
|
|
'terminal.ansiBrightWhite': '#d7dae0',
|
|
'terminal.ansiBrightYellow': '#f0a45d',
|
|
'terminal.ansiCyan': '#42b3c2',
|
|
'terminal.ansiGreen': '#8cc265',
|
|
'terminal.ansiMagenta': '#c162de',
|
|
'terminal.ansiRed': '#e05561',
|
|
'terminal.ansiWhite': '#e6e6e6',
|
|
'terminal.ansiYellow': '#d18f52',
|
|
'terminal.background': '#1e1e1e',
|
|
'terminal.border': '#222222',
|
|
'terminal.foreground': '#cccccc',
|
|
'terminal.selectionBackground': '#ababab30',
|
|
'textLink.foreground': '#61afef',
|
|
'titleBar.activeBackground': '#282828',
|
|
'titleBar.activeForeground': '#a5a5a5',
|
|
'titleBar.inactiveBackground': '#272727',
|
|
'titleBar.inactiveForeground': '#757575',
|
|
};
|
|
//# sourceMappingURL=shadow.js.map
|