258 lines
No EOL
7.5 KiB
JSON
258 lines
No EOL
7.5 KiB
JSON
{
|
|
"workbench.colorTheme": "Catppuccin Macchiato",
|
|
"projectManager.git.baseFolders": [
|
|
"/home/matt/Repos/Trabajo",
|
|
"/home/matt/Repos/Clase",
|
|
"/home/matt/Repos/Non-Personal",
|
|
"/home/matt/Repos/Personal"
|
|
],
|
|
//"editor.selectionHighlight": false,
|
|
//"editor.occurrencesHighlight": false,
|
|
"editor.fontFamily": "'JetBrains Mono Light', 'monospace', monospace",
|
|
"editor.cursorSmoothCaretAnimation": "on",
|
|
"editor.overviewRulerBorder": false,
|
|
"workbench.list.smoothScrolling": true,
|
|
"editor.cursorBlinking": "smooth",
|
|
"terminal.external.linuxExec": "kitty",
|
|
"window.menuBarVisibility": "toggle",
|
|
"workbench.preferredDarkColorTheme": "Catppuccin Macchiato",
|
|
"workbench.preferredHighContrastColorTheme": "Catppuccin Macchiato",
|
|
"workbench.editor.enablePreviewFromCodeNavigation": true,
|
|
"workbench.view.alwaysShowHeaderActions": true,
|
|
"workbench.editor.tabCloseButton": "off",
|
|
"workbench.startupEditor": "none",
|
|
"editor.scrollbar.horizontal": "hidden",
|
|
"editor.hideCursorInOverviewRuler": true,
|
|
"indenticator.width": 0.1,
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"discord.removeTimestamp": true,
|
|
"bookmarks.backgroundLineColor": "#ba28af",
|
|
"discord.removeRemoteRepository": true,
|
|
"liveServer.settings.donotShowInfoMsg": true,
|
|
"beautify.language": {
|
|
"js": {
|
|
"type": [
|
|
"javascript",
|
|
"json",
|
|
"jsonc"
|
|
],
|
|
"filename": [
|
|
".jshintrc",
|
|
".jsbeautifyrc"
|
|
]
|
|
},
|
|
"css": [
|
|
"css",
|
|
"less",
|
|
"scss"
|
|
],
|
|
"html": [
|
|
"htm",
|
|
"html"
|
|
]
|
|
},
|
|
"lineHighlightBookmark.lineColor": "#8bd5ca",
|
|
"tabnine.experimentalAutoImports": true,
|
|
"colorize.include": [
|
|
"**/*.lua",
|
|
"**/*.cs",
|
|
"**/*.css",
|
|
"**/*.scss",
|
|
"**/*.sass",
|
|
"**/*.less",
|
|
"**/*.styl",
|
|
"**/*.xml",
|
|
"**/*.svg",
|
|
"**/*.json",
|
|
"**/*.js",
|
|
"**/*.java",
|
|
"**/*.kt",
|
|
"**/*.cpp",
|
|
"**/*.rasi"
|
|
],
|
|
"colorize.languages": [
|
|
"css",
|
|
"sass",
|
|
"scss",
|
|
"less",
|
|
"postcss",
|
|
"sss",
|
|
"stylus",
|
|
"xml",
|
|
"svg",
|
|
"json",
|
|
"javascript",
|
|
"java",
|
|
"c",
|
|
"rasi",
|
|
"markdown"
|
|
],
|
|
"trailing-spaces.trimOnSave": true,
|
|
"workbench.editor.untitled.hint": "hidden",
|
|
"editor.suggest.matchOnWordStartOnly": false,
|
|
"editor.mouseWheelZoom": true,
|
|
"git.openRepositoryInParentFolders": "never",
|
|
"catppuccin.accentColor": "lavender",
|
|
"markdown-preview-github-styles.lightTheme": "dark",
|
|
"markdown-preview-github-styles.colorTheme": "dark",
|
|
"workbench.productIconTheme": "material-product-icons",
|
|
"editor.linkedEditing": true,
|
|
"git.closeDiffOnOperation": true,
|
|
"terminal.integrated.smoothScrolling": true,
|
|
"workbench.editor.scrollToSwitchTabs": true,
|
|
"workspaceSidebar.showFolderHierarchy": true,
|
|
"workspaceSidebar.showRootFolder": true,
|
|
"workspaceSidebar.actions": "New Window",
|
|
"editor.scrollbar.vertical": "hidden",
|
|
"sync.gist": "04c8017b3cc93af4b0a34980d22e34b7",
|
|
"errorLens.errorGutterIconColor": "#ED8796",
|
|
"errorLens.searchForProblemQuery": "https://search.brave.com/search?q=$message",
|
|
"errorLens.warningGutterIconColor": "#EED49F",
|
|
"gitlens.hovers.currentLine.over": "line",
|
|
"editor.smoothScrolling": true,
|
|
"vscode_custom_css.imports": [
|
|
"file:///home/matt/.vscode-oss/extensions/brandonkirbyson.vscode-animations-1.0.12/dist/updateHandler.js"
|
|
],
|
|
"animations.Scrolling": "Slide",
|
|
"animations.Durations": {
|
|
"Command-Palette": 400,
|
|
"Scrolling": 300,
|
|
"Active": 200,
|
|
"Smooth-Mode": 300,
|
|
"Tabs": 300
|
|
},
|
|
"animations.Smooth-Mode": true,
|
|
"editor.wordWrap": "off",
|
|
"editor.autoClosingBrackets": "always",
|
|
"editor.codeLensFontFamily": "'JetBrains Mono Light', 'monospace', monospace",
|
|
"zenMode.hideLineNumbers": false,
|
|
"zenMode.silentNotifications": false,
|
|
"zenMode.fullScreen": false,
|
|
"editor.inlayHints.fontFamily": "'JetBrains Mono Light', 'monospace', monospace",
|
|
"diffEditor.codeLens": true,
|
|
"editor.suggest.preview": true,
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"terminal.integrated.cursorBlinking": true,
|
|
"terminal.integrated.cursorStyle": "line",
|
|
"terminal.integrated.defaultProfile.linux": "fish",
|
|
"terminal.integrated.fontFamily": "'JetBrains Mono Light', 'monospace', monospace",
|
|
"terminal.integrated.gpuAcceleration": "on",
|
|
"terminal.integrated.shellIntegration.suggestEnabled": true,
|
|
"catppuccin.extraBordersEnabled": true,
|
|
"codeium.enableSearch": true,
|
|
"editor.matchBrackets": "never",
|
|
"files.trimTrailingWhitespace": true,
|
|
"[markdown]": {
|
|
"files.trimTrailningWhitespace": false,
|
|
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
|
},
|
|
"editor.foldingImportsByDefault": true,
|
|
"workbench.colorCustomizations": {
|
|
"bookmarks.lineBorder": "#b7bdf8"
|
|
//"editor.lineHighlightBackground": "#b7bdf822",
|
|
//"editor.lineHighlightBorder": "#9fced11f"
|
|
},
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.guides.highlightActiveIndentation": true,
|
|
"editor.guides.bracketPairsHorizontal": "active",
|
|
"animations.Enabled": true,
|
|
"animations.Active": "Indent",
|
|
"smoothScrolling": true,
|
|
"markdown.preview.scrollEditorWithPreview": true,
|
|
"markdown.preview.scrollPreviewWithEditor": true,
|
|
"commentAnchors.tags.anchors": {
|
|
"ANCHOR": {
|
|
"iconColor": "default",
|
|
"highlightColor": "#A8C023",
|
|
"scope": "workspace"
|
|
},
|
|
"TODO": {
|
|
"iconColor": "blue",
|
|
"highlightColor": "#3ea8ff",
|
|
"scope": "workspace"
|
|
},
|
|
"FIXME": {
|
|
"iconColor": "red",
|
|
"highlightColor": "#F44336",
|
|
"scope": "workspace"
|
|
},
|
|
"STUB": {
|
|
"iconColor": "purple",
|
|
"highlightColor": "#BA68C8",
|
|
"scope": "workspace"
|
|
},
|
|
"NOTE": {
|
|
"iconColor": "orange",
|
|
"highlightColor": "#FFB300",
|
|
"scope": "workspace"
|
|
},
|
|
"REVIEW": {
|
|
"iconColor": "green",
|
|
"highlightColor": "#64DD17",
|
|
"scope": "workspace"
|
|
},
|
|
"SECTION": {
|
|
"iconColor": "blurple",
|
|
"highlightColor": "#896afc",
|
|
"scope": "workspace",
|
|
"behavior": "region"
|
|
},
|
|
"LINK": {
|
|
"iconColor": "#2ecc71",
|
|
"highlightColor": "#2ecc71",
|
|
"scope": "workspace",
|
|
"behavior": "link"
|
|
}
|
|
},
|
|
//"files.autoSave": "afterDelay",
|
|
//"files.autoSaveDelay": 1000,
|
|
//"files.refactoring.autoSave": false,
|
|
"editor.formatOnSave": true,
|
|
"workbench.editor.splitInGroupLayout": "vertical",
|
|
"terminal.explorerKind": "external",
|
|
"terminal.external.osxExec": "kitty",
|
|
"vim.handleKeys": {
|
|
"<C-d>": true,
|
|
"<C-s>": false,
|
|
"<C-z>": false,
|
|
"<C-v>": false,
|
|
"<C-c>": false,
|
|
"<C-f>": false
|
|
},
|
|
"vscord.app.name": "VSCodium",
|
|
"vscord.status.idle.check": false,
|
|
"vscord.status.idle.enabled": false,
|
|
"vscord.status.details.text.notInFile": "Changing settings",
|
|
"vscord.status.state.text.editing": "Working on {file_name}{file_extension}",
|
|
"vscord.app.id": "462275688611971112",
|
|
"Lua.codeLens.enable": true,
|
|
"files.associations": {
|
|
".env*": "dotenv"
|
|
},
|
|
"editor.tokenColorCustomizations": {
|
|
"textMateRules": [
|
|
{
|
|
"scope": "keyword.other.dotenv",
|
|
"settings": {
|
|
"foreground": "#FF000000"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"html.format.enable": true,
|
|
"json.format.enable": true,
|
|
"javascript.format.enable": true,
|
|
"trunk.trunkGrayOutNonBlockingIssues": false,
|
|
"redhat.telemetry.enabled": false,
|
|
"terminal.integrated.env.linux": {},
|
|
"cSpell.language": "en, es",
|
|
"[css]": {
|
|
"editor.defaultFormatter": "stylelint.vscode-stylelint"
|
|
},
|
|
"codeium.enableConfig": {
|
|
"*": true
|
|
},
|
|
"search.followSymlinks": false,
|
|
"workbench.editor.showTabs": false,
|
|
"workbench.statusBar.visible": false,
|
|
} |