Skip to content

Instantly share code, notes, and snippets.

@moelzanaty3
Last active January 20, 2024 09:33
Show Gist options
  • Save moelzanaty3/9a875688c1b41e93911fbdd0b805b13f to your computer and use it in GitHub Desktop.
Save moelzanaty3/9a875688c1b41e93911fbdd0b805b13f to your computer and use it in GitHub Desktop.
my VSCode night owl colorCustomizations
{
"workbench.colorCustomizations": {
"[Night Owl]": {
"editor.background": "#000",
"sideBar.background": "#000",
"activityBar.background": "#000",
"statusBar.background": "#000",
"editorGroupHeader.tabsBackground": "#000",
"terminal.background": "#000",
"editorGutter.background": "#000",
"sideBarSectionHeader.background": "#0000",
"input.background": "#000",
"welcomePage.background": "#000",
"quickInput.background": "#000",
"tab.inactiveBackground": "#000",
"editorGroup.emptyBackground": "#000",
"panel.background": "#000",
},
"editorCursor.foreground": "#89b0fc"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment