Skip to content

Instantly share code, notes, and snippets.

@samselikoff
Created August 11, 2023 15:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samselikoff/cf0fcde8e6d7d118359096ee53191af0 to your computer and use it in GitHub Desktop.
Save samselikoff/cf0fcde8e6d7d118359096ee53191af0 to your computer and use it in GitHub Desktop.
Dracula customizations using Tailwind Slate
{
"workbench.colorCustomizations": {
"editor.background": "#0f172a",
"menu.background": "#0f172a",
"sideBar.background": "#0b111e",
"banner.background": "#0f172a",
"tab.inactiveBackground": "#0b111e",
"tab.activeBackground": "#0f172a",
"titleBar.activeBackground": "#0b111e",
"editor.lineHighlightBorder": "#ff000000"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment