Skip to content

Instantly share code, notes, and snippets.

@yolisses
Created January 8, 2025 14:26
Show Gist options
  • Save yolisses/778ac15c27375d86245fcdf563cf7930 to your computer and use it in GitHub Desktop.
Save yolisses/778ac15c27375d86245fcdf563cf7930 to your computer and use it in GitHub Desktop.
My dark them for Visual Studio Code
{
"workbench.colorCustomizations": {
"editor.background": "#000000",
"sideBar.background": "#000000",
"terminal.background": "#000000",
"statusBar.background": "#000000",
"activityBar.background": "#000000",
"tab.inactiveBackground": "#000000"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment