Created
January 19, 2018 16:51
-
-
Save devrchancay/7f14effadddfe4236fec0728e334d309 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
{ | |
"window.zoomLevel": 0, | |
"editor.formatOnSave": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.fontFamily": "Operator Mono Medium ", | |
"editor.renderWhitespace": "all", | |
"editor.fontSize": 17, | |
"editor.fontLigatures": true, | |
"workbench.colorTheme": "Cobalt2", | |
"workbench.editor.showIcons": true, | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorCustomizations": { | |
"activityBar.background": "#15232D", | |
"sideBar.background": "#15232D", | |
"sideBar.foreground": "#7c7c77", | |
"tab.inactiveBackground": "#15232D", | |
"tab.activeBackground": "#364750", | |
"list.hoverBackground": "#34454e", | |
"list.focusForeground": "#ffffff", | |
"sideBar.border": "#ffc600", | |
"editorLineNumber.foreground": "#ffffff", | |
"statusBar.background": "#15232D" | |
}, | |
"slack.teamToken": "xoxp-2481727092-6921906659-205254915728-87b6a66be7472ff71838a3700bb76ab2", | |
"slack.username": "rchancay", | |
"atomKeymap.promptV3Features": true, | |
"prettier.trailingComma": "all", | |
"prettier.singleQuote": true, | |
"zenMode.hideTabs": false, | |
"[typescriptreact]": {}, | |
"vscode_custom_css.imports": [ | |
"file:///home/universo/visual-studio-css/custom.css" | |
], | |
"workbench.startupEditor": "newUntitledFile" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment