64 lines
3.1 KiB
Plaintext
64 lines
3.1 KiB
Plaintext
{
|
|
"extensions.ignoreRecommendations": true,
|
|
"telemetry.enableCrashReporter": false,
|
|
"telemetry.enableTelemetry": false,
|
|
"window.zoomLevel": 0,
|
|
"liveshare.guestApprovalRequired": true,
|
|
"markdown.preview.fontSize": 16,
|
|
"editor.formatOnSave": false, // fuck this shit
|
|
"window.title": "${dirty}${activeEditorShort}@vscode", // edgy, todo: remove [Unsupported] somehow
|
|
// Zen mode stuff
|
|
"zenMode.hideTabs": true,
|
|
"zenMode.fullScreen": false,
|
|
"zenMode.centerLayout": false,
|
|
"zenMode.hideLineNumbers": false,
|
|
"zenMode.hideActivityBar": true,
|
|
"zenMode.hideStatusBar": true,
|
|
"zenMode.silentNotifications": true,
|
|
"zenMode.restore": true, // if quit in zen, open in zen
|
|
"editor.renderIndentGuides": false, // the funny tab things piss me off
|
|
"css.completion.completePropertyWithSemicolon": false, // would rather type out myself
|
|
"html.autoClosingTags": false, // would rather type out myself
|
|
"editor.renderWhitespace": "none", // remove funny space dots
|
|
"editor.useTabStops": false, // OH BOY Fuck this
|
|
"breadcrumbs.enabled": false, //directory listing, sometimes nice but i like it off
|
|
"window.menuBarVisibility": "toggle", // isn't that what the alt key is for?
|
|
"workbench.activityBar.visible": true,
|
|
"editor.minimap.enabled": false, // never liked this go begin with
|
|
"workbench.statusBar.visible": true, // sometimes nice, hidden in zen
|
|
"workbench.iconTheme": null, // looks nicer without icons
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#031d09", // css doesn't change this one thing for some reason
|
|
"editor.background": "#031d09", // and this
|
|
"scrollbarSlider.background": "#031d09", // these hide scroll bar into background
|
|
"scrollbarSlider.activeBackground": "#031d09",
|
|
"scrollbarSlider.hoverBackground": "#031d09",
|
|
"editorGroup.emptyBackground": "#031d09",
|
|
"editorGroup.border": "#031d09", // this line is about as thing as my patience
|
|
"editorWidget.background": "#031d09", // hehe funny find
|
|
"tab.activeBackground": "#031d09",
|
|
"tab.inactiveBackground": "#031d09",
|
|
"editorGroupHeader.tabsBackground": "#031d09",
|
|
"editorGroupHeader.noTabsBackground": "#031d09",
|
|
"breadcrumbPicker.background": "#031d09",
|
|
"list.activeSelectionBackground": "#031d09",
|
|
"list.hoverBackground": "#031d09",
|
|
"settings.checkboxBackground": "#031d09",
|
|
"settings.dropdownBackground": "#031d09",
|
|
"settings.numberInputBackground": "#031d09",
|
|
"settings.textInputBackground": "#031d09",
|
|
"sideBar.background": "#031d09",
|
|
"sideBarSectionHeader.background": "#031d09",
|
|
"statusBar.background": "#031d09",
|
|
"titleBar.activeBackground": "#031d09",
|
|
"titleBar.inactiveBackground": "#031d09"
|
|
},
|
|
"files.associations": {
|
|
"*.HC": "c"
|
|
},
|
|
"editor.fontFamily": "Unifont, Consolas, 'Courier New', monospace",
|
|
"editor.fontSize": 16,
|
|
"[html]": {
|
|
"editor.formatOnSave": false
|
|
}
|
|
} |