mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
21 lines
849 B
JavaScript
21 lines
849 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = {
|
|
'activityBarBadge.background': '#007acc',
|
|
'editor.background': '#1e1e1e',
|
|
'editor.foreground': '#d4d4d4',
|
|
'editor.inactiveSelectionBackground': '#3a3d41',
|
|
'editor.selectionHighlightBackground': '#add6ff26',
|
|
'editorIndentGuide.activeBackground': '#707070',
|
|
'editorIndentGuide.background': '#404040',
|
|
'input.placeholderForeground': '#a6a6a6',
|
|
'list.dropBackground': '#383b3d',
|
|
'menu.background': '#252526',
|
|
'menu.foreground': '#cccccc',
|
|
'settings.numberInputBackground': '#292929',
|
|
'settings.textInputBackground': '#292929',
|
|
'sideBarTitle.foreground': '#bbbbbb',
|
|
'statusBarItem.remoteBackground': '#16825d',
|
|
'statusBarItem.remoteForeground': '#ffffff',
|
|
};
|
|
//# sourceMappingURL=vscode.js.map
|