diff options
author | Aditya <bluenerd@protonmail.com> | 2023-03-27 12:12:10 +0530 |
---|---|---|
committer | Aditya <bluenerd@protonmail.com> | 2023-03-27 12:12:10 +0530 |
commit | 817ac2d3bd50dab7b8c45756139d59616fd8c7be (patch) | |
tree | efef487c7d0f9c9dd99cdad8af17e9bf0d623738 /Code - OSS | |
parent | db8bd223ba5af6f667c8e69e84335d001125b599 (diff) |
remove custom colorscheme
Diffstat (limited to 'Code - OSS')
-rw-r--r-- | Code - OSS/User/settings.json | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/Code - OSS/User/settings.json b/Code - OSS/User/settings.json index 2908493..584320d 100644 --- a/Code - OSS/User/settings.json +++ b/Code - OSS/User/settings.json @@ -1,40 +1,5 @@ { "workbench.colorTheme": "Tomorrow Night Blue", - "workbench.colorCustomizations": { - - "editor.background": "#0D0303", - "editor.lineHighlightBackground": "#2e2d33", - "editorLineNumber.foreground": "#7b7985", - - "sideBar.background": "#0D0303", - "list.hoverBackground": "#2e2d33", - "list.activeSelectionBackground": "#0D0303", - "list.inactiveSelectionBackground": "#0D0303", - "sideBarSectionHeader.background": "#0D0303", - - - "titleBar.activeBackground": "#0D0303", - "titleBar.inactiveBackground": "#0D0303", - - "activityBar.background": "#0D0303", - - "statusBar.background": "#0D0303", - "statusBar.foreground": "#dfac9f", - "statusBar.noFolderBackground": "#0D0303", - - "button.background": "#2e2d33", - - "menubar.selectionBorder": "#0D0303", - - "tab.inactiveBackground": "#0D0303", - "editorGroupHeader.tabsBackground": "#0D0303", - - "input.background": "#0D0303", - "input.border": "#0D0303", - "focusBorder": "#0D0303", - - "terminal.background": "#0D0303", - }, "editor.fontFamily": "JetBrains Mono", "editor.fontLigatures": true, "omnisharp.path": "latest", |