Last active
July 17, 2019 20:49
-
-
Save DawnPaladin/11b8b0c30b0176f8a2d56b7a1468a578 to your computer and use it in GitHub Desktop.
Twilight Sparkle theme
This file contains 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": { // https://code.visualstudio.com/api/references/theme-color | |
"editor.background": "#120818", | |
"sideBar.background": "#331421", | |
"activityBar.background": "#120818", | |
"activityBarBadge.background": "#EA428B", | |
"titleBar.activeBackground": "#240b20", | |
"titleBar.inactiveBackground": "#1e1327", | |
"statusBar.background": "#2e0e29", | |
"editorGroupHeader.tabsBackground": "#220b2c", | |
"tab.activeBackground": "#4d2466", | |
"tab.inactiveBackground": "#2b153a", | |
"sideBarSectionHeader.background": "#74286a", | |
"list.hoverBackground": "#c0338378", | |
"list.activeSelectionBackground": "#C03383", | |
"list.inactiveSelectionBackground": "#641a44", | |
"editor.lineHighlightBackground": "#9256a921", | |
"editor.selectionBackground": "#ccb2d35b", | |
"editor.selectionHighlightBackground": "#ccb2d31f", | |
"editor.findMatchBackground": "#80254c", | |
"editor.findMatchBorder": "#FFFFFF", | |
"editor.findMatchHighlightBackground": "#80254c3a", | |
"input.background": "#641a44", | |
"focusBorder": "#EA428B", | |
"badge.background": "#74286a", | |
"editorWidget.background": "#331421", | |
"dropdown.background": "#331421", | |
"dropdown.listBackground": "#331421", | |
"list.focusBackground": "#74286a", | |
"tree.indentGuidesStroke": "#74286a" | |
}, | |
"editor.tokenColorCustomizations": { // https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide | |
"comments": "#76678b", | |
}, | |
"workbench.tree.indent": 14, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment