Created
October 21, 2017 08:13
-
-
Save AAlfarho/8a7151ff1c88a618fb28cb7d4aa2ea3d 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.colorTheme": "Material Theme", | |
"terminal.external.linuxExec": "xterm", | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
"workbench.iconTheme": "eq-material-theme-icons", | |
"workbench.colorCustomizations": { | |
"activityBarBadge.background": "#498e38", | |
"list.activeSelectionForeground": "#388E3C", | |
"list.inactiveSelectionForeground": "#388E3C", | |
"list.highlightForeground": "#388E3C", | |
"scrollbarSlider.activeBackground": "#388E3C50", | |
"editorSuggestWidget.highlightForeground": "#388E3C", | |
"textLink.foreground": "#388E3C", | |
"progressBar.background": "#388E3C", | |
"pickerGroup.foreground": "#388E3C", | |
"tab.activeBorder": "#388E3C", | |
"activityBar.border":"#478a4746", | |
"panelTitle.activeBorder":"#478a4746", | |
"panel.border": "#478a4746", | |
"sideBar.border": "#478a4746" | |
}, | |
"materialTheme.cache.workbench.settings": { | |
"accent": "Breaking Bad", | |
"themeColours": "Default", | |
"accentPrevious": "Red" | |
}, | |
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.tabSize": 2, | |
"editor.detectIndentation": false, | |
"extensions.ignoreRecommendations": false, | |
"window.zoomLevel": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment