New version: created v3

This commit is contained in:
Keyitdev
2022-07-23 15:08:47 +02:00
parent eb3bdd5962
commit a2d46e7b94
551 changed files with 103679 additions and 4704 deletions
@@ -0,0 +1,21 @@
"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