Last active
April 29, 2020 17:46
-
-
Save abeswz/55a0fd1a7168c0ed62e87ccd4f180ffc to your computer and use it in GitHub Desktop.
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": { | |
"[One Dark Pro]": { | |
"activityBar.background": "#0c0c0c", | |
"editor.background": "#000000", | |
"editorGroupHeader.tabsBackground": "#0c0c0c", | |
"tab.inactiveBackground": "#000000", | |
"tab.activeBackground": "#111111", | |
"sideBar.background": "#050505", | |
"sideBarSectionHeader.background": "#111111", | |
"list.hoverBackground": "#22283b", | |
"terminal.foreground": "#c8c8c8" | |
} | |
}, | |
"editor.fontFamily": "'Cascadia Code Mono', Consolas, 'Courier New', monospace", | |
"editor.tokenColorCustomizations": { | |
"[One Dark Pro]": { | |
"functions": "#ff0d86", | |
"keywords": "#ff0d86", | |
"strings": "#00f693", | |
"numbers": "#faef00", | |
"types": "#00fffb" | |
} | |
}, | |
"window.zoomLevel": 0, | |
"editor.fontSize": 14, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.colorTheme": "One Dark Pro" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment