Skip to content

Instantly share code, notes, and snippets.

@kernelvoid17
Created November 10, 2025 15:20
Show Gist options
  • Select an option

  • Save kernelvoid17/453ace9049ec509646229baa28523d80 to your computer and use it in GitHub Desktop.

Select an option

Save kernelvoid17/453ace9049ec509646229baa28523d80 to your computer and use it in GitHub Desktop.
{
"window.commandCenter": false,
"window.title": " ",
"workbench.activityBar.location": "hidden",
"workbench.statusBar.visible": false,
"workbench.layoutControl.enabled": false,
"workbench.startupEditor": "none",
"workbench.secondarySideBar.defaultVisibility": "hidden",
"workbench.editor.editorActionsLocation": "hidden",
"workbench.editor.showTabs": "none",
"breadcrumbs.enabled": false,
"editor.fontFamily": "DankMono Nerd Font",
"editor.fontSize": 32,
"editor.minimap.enabled": false,
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"workbench.tree.renderIndentGuides": "none",
"editor.semanticHighlighting.enabled": false,
"editor.bracketPairColorization.enabled": false,
"editor.formatOnSave": true,
"workbench.colorTheme": "Monocroix Dark",
"workbench.colorCustomizations": {
"editor.background": "#131313",
"editor.foreground": "#ffffff",
"editorLineNumber.foreground": "#666666",
"editorLineNumber.activeForeground": "#ffffff",
"editor.selectionBackground": "#3a3a3a",
"editor.findMatchBackground": "#3a3a3a",
"editorCursor.foreground": "#ffffff",
"editor.lineHighlightBackground": "#131313"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "*",
"settings": {
"fontStyle": ""
}
}
]
},
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
"vscode-neovim.neovimExecutablePaths.darwin": "/opt/homebrew/bin/nvim",
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
"python.languageServer": "Default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment