Files
dotfiles/vsc/zhuangtongfa.material-theme-3.15.2/out/themes/data/vscode.js
T
2022-07-23 15:08:47 +02:00

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