codium: Reorder settings, use 'One Dark Pro Darker' theme

This commit is contained in:
histalek 2022-04-28 21:22:42 +02:00
parent 37482a071f
commit 1ac7c4fd8f
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -4,7 +4,11 @@
"editor.bracketPairColorization.enabled": true, "editor.bracketPairColorization.enabled": true,
"editor.cursorBlinking": "smooth", "editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": true, "editor.cursorSmoothCaretAnimation": true,
"editor.fontFamily": "Iosevka Nerd Font Complete Mono",
"editor.fontLigatures": false, "editor.fontLigatures": false,
"editor.suggestSelection": "first",
"editor.wordWrap": "on",
"editor.wrappingIndent": "deepIndent",
"explorer.confirmDelete": false, "explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
//Ref: https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers //Ref: https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
@ -12,10 +16,12 @@
"*.bu": "yaml", "*.bu": "yaml",
"*.ign": "json", "*.ign": "json",
}, },
"gitlab.instanceUrl": "https://git.histalek.de",
"glualint.activeLanguages": [ "glualint.activeLanguages": [
"glua", "glua",
"lua" "lua"
], ],
"go.toolsManagement.autoUpdate": true,
"latex.server.autoDownload": true, "latex.server.autoDownload": true,
"latex-workshop.bind.enter.key": false, "latex-workshop.bind.enter.key": false,
"latex-workshop.chktex.enabled": true, "latex-workshop.chktex.enabled": true,
@ -31,20 +37,24 @@
"h1", "h1",
"img" "img"
] ]
} },
}, },
"terminal.integrated.fontFamily": "'monospace', 'PowerlineSymbols'", "oneDarkPro.bold": true,
"oneDarkPro.editorTheme": "One Dark Pro Darker",
"redhat.telemetry.enabled": false,
"svg.preview.mode": "svg",
"terminal.integrated.fontFamily": "'monospace','PowerlineSymbols'",
"terminal.integrated.persistentSessionReviveProcess": "never",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.title": "${activeEditorShort}${separator}${rootPath}", "window.title": "${activeEditorShort}${separator}${rootPath}",
"workbench.colorTheme": "Better Solarized Dark", "workbench.colorTheme": "One Dark Pro Darker",
"workbench.iconTheme": "material-icon-theme", "workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile", "workbench.startupEditor": "newUntitledFile",
"editor.suggestSelection": "first", "workbench.preferredDarkColorTheme": "One Dark Pro Darker",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "workbench.preferredHighContrastColorTheme": "One Dark Pro Darker",
"editor.wordWrap": "on", "yaml.schemas": {
"editor.wrappingIndent": "deepIndent", "https://github.com/Nemric/Butane-Schemas/releases/latest/download/butane-v1_4_0.json": ["*.bu"]
"svg.preview.mode": "svg", },
"gitlab.instanceUrl": "https://git.histalek.de",
"go.toolsManagement.autoUpdate": true,
"[javascript]": { "[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
@ -57,9 +67,4 @@
"[yaml]": { "[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"redhat.telemetry.enabled": false,
"yaml.schemas": {
"https://github.com/Nemric/Butane-Schemas/releases/latest/download/butane-v1_4_0.json": ["*.bu"]
},
"terminal.integrated.persistentSessionReviveProcess": "never"
} }