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
+58
View File
@@ -0,0 +1,58 @@
{
"editor.fontFamily": "Roboto mono, Iosevka Nerd Font, Feather",
"workbench.colorTheme": "One Dark Pro Darker",
"window.menuBarVisibility": "toggle",
"terminal.integrated.tabs.enabled": true,
"oneDarkPro.markdownStyle": false,
"workbench.colorCustomizations": {
"[One Dark Pro Darker]": {
"terminal.background": "#1b1b25",
"sideBar.background": "#1b1b25",
"focusBorder": "#16161e",
"activityBar.background": "#16161e",
"editor.background": "#1b1b25",
"button.background": "#16161e",
"widget.shadow": "#16161e",
"selection.background": "#16161e",
"descriptionForeground": "#F8F8F2",
"errorForeground": "#F8F8F2",
"icon.foreground": "#F8F8F2",
"window.activeBorder": "#16161e",
"window.inactiveBorder": "#16161e",
"editorGroup.border": "#302e31",
"editorGroup.dropBackground": "#16161e",
"editorGroupHeader.noTabsBackground": "#16161e",
"editorGroupHeader.tabsBackground": "#16161e",
"editorGroupHeader.tabsBorder": "#16161e",
"editorGroupHeader.border": "#1b1b25",
"editorGroup.emptyBackground": "#1b1b25",
"editorGroup.focusedEmptyBorder": "#16161e",
"tab.activeBackground": "#1b1b25",
"tab.unfocusedActiveBackground": "#1b1b25",
"tab.activeForeground": "#fff",
"tab.inactiveForeground": "#F8F8F2",
"tab.inactiveBackground": "#16161e",
"tab.unfocusedInactiveBackground": "#16161e",
"editorPane.background": "#16161e",
"foreground": "#F8F8F2",
"sideBar.border": "#302e31",
"sideBarSectionHeader.background": "#16161e",
"editorWidget.background": "#16161e",
"editorSuggestWidget.background": "#16161e",
"editorWidget.foreground": "#F8F8F2",
"sideBar.foreground": "#F8F8F2",
"list.activeSelectionBackground": "#16161e",
"list.activeSelectionForeground": "#fff",
"list.inactiveSelectionBackground": "#16161e",
"list.inactiveSelectionForeground": "#F8F8F2",
"textLink.foreground": "#F8F8F2",
"statusBar.background": "#16161e",
"statusBar.noFolderBackground": "#16161e",
"statusBar.debuggingBackground": "#16161e",
"statusBarItem.remoteBackground": "#16161e",
"statusBarItem.remoteForeground": "#fff"
}
},
"editor.fontSize": 16
}