codium: Reorder settings, use 'One Dark Pro Darker' theme
This commit is contained in:
parent
37482a071f
commit
1ac7c4fd8f
1 changed files with 20 additions and 15 deletions
|
@ -4,7 +4,11 @@
|
|||
"editor.bracketPairColorization.enabled": true,
|
||||
"editor.cursorBlinking": "smooth",
|
||||
"editor.cursorSmoothCaretAnimation": true,
|
||||
"editor.fontFamily": "Iosevka Nerd Font Complete Mono",
|
||||
"editor.fontLigatures": false,
|
||||
"editor.suggestSelection": "first",
|
||||
"editor.wordWrap": "on",
|
||||
"editor.wrappingIndent": "deepIndent",
|
||||
"explorer.confirmDelete": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
//Ref: https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
|
||||
|
@ -12,10 +16,12 @@
|
|||
"*.bu": "yaml",
|
||||
"*.ign": "json",
|
||||
},
|
||||
"gitlab.instanceUrl": "https://git.histalek.de",
|
||||
"glualint.activeLanguages": [
|
||||
"glua",
|
||||
"lua"
|
||||
],
|
||||
"go.toolsManagement.autoUpdate": true,
|
||||
"latex.server.autoDownload": true,
|
||||
"latex-workshop.bind.enter.key": false,
|
||||
"latex-workshop.chktex.enabled": true,
|
||||
|
@ -31,20 +37,24 @@
|
|||
"h1",
|
||||
"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}",
|
||||
"workbench.colorTheme": "Better Solarized Dark",
|
||||
"workbench.colorTheme": "One Dark Pro Darker",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
"editor.suggestSelection": "first",
|
||||
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
||||
"editor.wordWrap": "on",
|
||||
"editor.wrappingIndent": "deepIndent",
|
||||
"svg.preview.mode": "svg",
|
||||
"gitlab.instanceUrl": "https://git.histalek.de",
|
||||
"go.toolsManagement.autoUpdate": true,
|
||||
"workbench.preferredDarkColorTheme": "One Dark Pro Darker",
|
||||
"workbench.preferredHighContrastColorTheme": "One Dark Pro Darker",
|
||||
"yaml.schemas": {
|
||||
"https://github.com/Nemric/Butane-Schemas/releases/latest/download/butane-v1_4_0.json": ["*.bu"]
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
|
@ -57,9 +67,4 @@
|
|||
"[yaml]": {
|
||||
"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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue