chore(vscode): update settings

This commit is contained in:
winston 2023-04-11 15:05:57 +02:00
parent a847b33f2e
commit 5cce494e66
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,7 +1,10 @@
{ {
"workbench.iconTheme": "material-icon-theme", "workbench.iconTheme": "catppuccin-mocha",
"workbench.colorTheme": "Catppuccin Mocha", "workbench.colorTheme": "Catppuccin Mocha",
"workbench.preferredDarkColorTheme": "Catppuccin Mocha",
"workbench.preferredLightColorTheme": "Catppuccin Latte",
"window.titleBarStyle": "custom", "window.titleBarStyle": "custom",
"window.autoDetectColorScheme": true,
"telemetry.telemetryLevel": "off", "telemetry.telemetryLevel": "off",
"update.mode": "none", "update.mode": "none",
"extensions.autoUpdate": false, "extensions.autoUpdate": false,
@ -12,14 +15,15 @@
"editor.inlineSuggest.enabled": true, "editor.inlineSuggest.enabled": true,
"git.autofetch": true, "git.autofetch": true,
"editor.lineNumbers": "relative", "editor.lineNumbers": "relative",
"editor.minimap.enabled": false,
"vim.incsearch": true, "vim.incsearch": true,
"vim.replaceWithRegister": true, "vim.replaceWithRegister": true,
"vim.useSystemClipboard": false, "vim.useSystemClipboard": true,
"vim.camelCaseMotion.enable": true, "vim.camelCaseMotion.enable": true,
"vim.useCtrlKeys": false,
"vim.hlsearch": true, "vim.hlsearch": true,
"vim.highlightedyank.enable": true, "vim.highlightedyank.enable": true,
"vim.highlightedyank.color": "rgba(128, 128, 128, 0.8)", "vim.highlightedyank.color": "rgba(128, 128, 128, 0.8)",
"vim.smartRelativeLine": true,
"vim.insertModeKeyBindings": [], "vim.insertModeKeyBindings": [],
"vim.normalModeKeyBindingsNonRecursive": [ "vim.normalModeKeyBindingsNonRecursive": [
{ {
@ -85,13 +89,6 @@
"<C-v>": true "<C-v>": true
}, },
"catppuccin.accentColor": "pink", "catppuccin.accentColor": "pink",
"catppuccin.colorOverrides": {
"mocha": {
"base": "#000000",
"mantle": "#010101",
"crust": "#020202"
}
},
"catppuccin.customUIColors": { "catppuccin.customUIColors": {
"all": { "all": {
"statusBar.foreground": "accent", "statusBar.foreground": "accent",
@ -105,12 +102,19 @@
"editor.inlayHints.fontFamily": "Victor Mono", "editor.inlayHints.fontFamily": "Victor Mono",
"editor.inlayHints.fontSize": 12, "editor.inlayHints.fontSize": 12,
"vs-kubernetes": { "vs-kubernetes": {
"vs-kubernetes.crd-code-completion": "enabled" "vs-kubernetes.crd-code-completion": "enabled",
"vs-kubernetes.minikube-show-information-expiration": "2023-10-01T02:24:51.560Z"
}, },
"markdown.preview.fontFamily": "IBM Plex Sans, sans-serif", "markdown.preview.fontFamily": "IBM Plex Sans, sans-serif",
"workbench.preferredDarkColorTheme": "Catppuccin Mocha", "ltex.additionalRules.motherTongue": "de-AT",
"workbench.preferredHighContrastColorTheme": "Catppuccin Latte", "diffEditor.ignoreTrimWhitespace": false,
"window.autoDetectColorScheme": true, "search.useGlobalIgnoreFiles": true,
"vim.smartRelativeLine": true, "search.useParentIgnoreFiles": true,
"ltex.additionalRules.motherTongue": "de-AT" "typescript.inlayHints.parameterNames.enabled": "all",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[less]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
} }