Created
August 11, 2023 15:53
-
-
Save samselikoff/cf0fcde8e6d7d118359096ee53191af0 to your computer and use it in GitHub Desktop.
Dracula customizations using Tailwind Slate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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