0% found this document useful (0 votes)
91 views7 pages

Vs Code Darcula

The document contains Visual Studio Code editor configuration settings. It sets various font, color, and behavior customizations including enabling the Powermode plugin and customizing colors and syntax highlighting using a Dracula theme. Key sections customize editor fonts, line height, cursor properties, color themes, and syntax token colors for specific scopes.

Uploaded by

hanh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views7 pages

Vs Code Darcula

The document contains Visual Studio Code editor configuration settings. It sets various font, color, and behavior customizations including enabling the Powermode plugin and customizing colors and syntax highlighting using a Dracula theme. Key sections customize editor fonts, line height, cursor properties, color themes, and syntax token colors for specific scopes.

Uploaded by

hanh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

// {

// "editor.fontFamily": "SF Mono, Inconsolata, Arial, Helvetica, sans-serif",


// "editor.wordWrap": "on",
// "editor.lineHeight": 27,
// "editor.letterSpacing": 0.5,
// "files.trimTrailingWhitespace": true,
// "editor.cursorWidth": 3,
// "editor.cursorBlinking": "solid",
// "explorer.confirmDelete": false,
// "workbench.colorCustomizations": {
// "sideBar.background": "#191a2e",
// "editor.background": "#191a2e",
// "terminal.background": "#191a2e",
// "panel.background": "#191a2e",
// "activityBar.background": "#191a2e",
// "tab.activeBorderTop": "#8d92ff",
// "tab.inactiveBackground": "#191A22",
// "panelTitle.activeBorder": "#8d92ff",
// "panel.border": "#8d92ff",
// "tab.activeBackground": "#191a2e",
// "breadcrumb.background": "#191a2e",
// "sideBarSectionHeader.background": "#191a2e",
// "activityBarBadge.background": "#FF6BCB",
// "activityBar.activeBorder": "#FF6BCB",
// "titleBar.activeBackground": "#1E1F35",
// "terminal.ansiGreen": "#20e3b2",
// "terminal.ansiYellow": "#FDE181",
// "terminal.ansiMagenta": "#FF6BCB"
// },
// "emmet.includeLanguages": {
// "javascript": "javascriptreact",
// "vue-html": "html"
// },
// "[javascript]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
// "workbench.iconTheme": "vscode-icons",
// "javascript.updateImportsOnFileMove.enabled": "always",
// "gitlens.advanced.messages": {
// "suppressLineUncommittedWarning": true
// },
// "terminal.integrated.fontSize": 14,
// "terminal.integrated.rendererType": "dom",
// "debug.console.fontSize": 14,
// "explorer.confirmDragAndDrop": false,
// "files.autoSaveDelay": 5000,
// "editor.renderLineHighlight": "none",
// "editor.fontLigatures": true,
// "editor.tokenColorCustomizations": {
// "[Dracula]": {
// "textMateRules": [
// {
// "scope": [
// "entity.other.attribute-name",
// "entity.name.function",
// "support.function",
// "support.function.css",
// "support.function.transform.css",
// "entity.other.attribute-name.jsx",
// "entity.other.attribute-name.html"
// ],
// "settings": {
// "foreground": "#20e3b2",
// "fontStyle": ""
// }
// },
// {
// "scope": [
// "variable.graphql",
// "string",
// "punctuation.definition.string.begin",
// "punctuation.definition.string.end"
// ],
// "settings": {
// "foreground": "#e5c07b"
// }
// },
// {
// "scope": [
// "entity.name.tag",
// "keyword",
// "storage",
// "constant.numeric.css",
// "constant.length.units.css"
// ],
// "settings": {
// "foreground": "#FF6BCB"
// }
// },
// {
// "scope": [
// "keyword.other.unit.percentage.css",
// "keyword.other.unit.px.css",
// "keyword.other.unit.rem.css",
// "constant.length.units.css",
// "constant.percentage.units.css",
// "constant.time.units.css",
// "constant.angle.units.css"
// ],
// "settings": {
// "foreground": "#ff8ac4"
// }
// },
// {
// "scope": [
// "variable.parameter",
// "variable.other.constant",
// "support.variable",
// "constant",
// "support.type.property-name.media.css",
// "meta.property-values.css",
// "support.constant",
// "variable.other.constant"
// ],
// "settings": {
// "foreground": "#9a86fd"
// }
// },
// {
// "scope": ["support.class.component"],
// "settings": {
// "fontStyle": ""
// }
// },
// {
// "scope": ["variable.other.constant.object.js"],
// "settings": {
// "foreground": "#bd93f9"
// }
// },
// {
// "scope": ["entity.name.type.parameter"],
// "settings": {
// "foreground": "#ffb86c"
// }
// },
// {
// "scope": ["support", "entity.name.type"],
// "settings": {
// "foreground": "#2cccff"
// }
// }
// ]
// }
// },
// "files.exclude": {
// "**/.history": true,
// "**/.next": true
// },
// "liveServer.settings.donotShowInfoMsg": true,
// "liveServer.settings.donotVerifyTags": true,
// "terminal.integrated.lineHeight": 1.3,
// "eslint.alwaysShowStatus": true,
// "[jsonc]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
// "emmet.triggerExpansionOnTab": true,
// "workbench.startupEditor": "newUntitledFile",
// "editor.suggestSelection": "first",
// "vsintellicode.modify.editor.suggestSelection":
"automaticallyOverrodeDefaultValue",
// "powermode.enableShake": false,
// "powermode.enableStatusBarComboTimer": false,
// "powermode.enableStatusBarComboCounter": false,
// "powermode.explosionOrder": "sequential",
// "powermode.explosionSize": 5.6,
// "window.zoomLevel": 1,
// "workbench.colorTheme": "Dracula",
// "powermode.enabled": true,
// "editor.fontSize": 14,
// "editor.tabSize": 2
// }

{
// powermode settings
"powermode.enabled": true,
"powermode.enableShake": false,
"powermode.enableStatusBarComboTimer": false,
"powermode.enableStatusBarComboCounter": false,
"powermode.explosionOffset": 0.3,
"powermode.explosionSize": 4,
// end powermode settings
"editor.fontFamily": "SF Mono, Inconsolata, Arial, Helvetica, sans-serif",
"editor.wordWrap": "on",
"editor.lineHeight": 27,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.cursorWidth": 3,
"editor.cursorBlinking": "solid",
"explorer.confirmDelete": false,
// vscode color customization
"workbench.colorCustomizations": {
"sideBar.background": "#191a2e",
"editor.background": "#191a2e",
"terminal.background": "#191a2e",
"panel.background": "#191a2e",
"activityBar.background": "#191a2e",
"tab.activeBorderTop": "#8d92ff",
"tab.inactiveBackground": "#191A22",
"panelTitle.activeBorder": "#8d92ff",
"panel.border": "#8d92ff",
"tab.activeBackground": "#191a2e",
"breadcrumb.background": "#191a2e",
"sideBarSectionHeader.background": "#191a2e",
"activityBarBadge.background": "#ff6bcb",
"activityBar.activeBorder": "#ff6bcb",
"titleBar.activeBackground": "#1E1F35",
"terminal.ansiGreen": "#20e3b2",
"terminal.ansiYellow": "#FDE181",
"terminal.ansiMagenta": "#ff6bcb",
"editorCursor.foreground": "#9a86fd"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html"
},
"editor.tabSize": 2,
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// "workbench.iconTheme": "material-icon-theme",
"javascript.updateImportsOnFileMove.enabled": "always",
"gitlens.advanced.messages": {
"suppressLineUncommittedWarning": true
},
"terminal.integrated.fontSize": 14,
"terminal.integrated.rendererType": "dom",
"debug.console.fontSize": 14,
"explorer.confirmDragAndDrop": false,
"files.autoSaveDelay": 5000,
"editor.renderLineHighlight": "none",
"editor.fontLigatures": true,
// dracula color customization
"editor.tokenColorCustomizations": {
"[Dracula]": {
"textMateRules": [
{
"scope": [
"entity.other.attribute-name",
"entity.name.function",
"support.function",
"support.function.css",
"support.function.transform.css",
"support.type.media-names.css",
"support.type.property-names.css",
"entity.other.attribute-name.jsx",
"entity.other.attribute-name.html",
"variable.other.class.js"
],
"settings": {
"foreground": "#20e3b2",
"fontStyle": ""
}
},
{
"scope": [
"variable.other.property.js",
"variable.other.property.static.js",
"JSXNested",
"variable.other.readwrite.js",
"punctuation.semi-colon",
"punctuation.colon",
"punctuation.definition.tag"
],
"settings": {
"foreground": "#fff"
}
},
{
"scope": [
"variable.graphql",
"string",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"meta.attribute-selector.scss",
"meta.attribute-selector.css"
],
"settings": {
"foreground": "#EAC394"
}
},
{
"scope": [
"keyword",
"storage",
"constant.length.units.css",
"source.inside-js.css.styled",
"keyword.other.unit.percentage.css",
"keyword.other.unit.px.css",
"keyword.other.unit.rem.css",
"constant.length.units.css",
"constant.percentage.units.css",
"constant.time.units.css",
"constant.angle.units.css",
"constant.numeric.css",
"punctuation.definition.keyword",
"entity.name.tag"
],
"settings": {
"foreground": "#ff6bcb"
}
},
{
"scope": [
"variable.parameter",
"variable.other.constant",
"support.variable",
"constant",
"support.type.property-name.media.css",
"meta.property-values.css",
"support.constant"
],
"settings": {
"foreground": "#9a86fd",
"fontStyle": ""
}
},
{
"scope": ["support.class.component"],
"settings": {
"fontStyle": ""
}
},
{
"scope": ["variable.other.constant.object.js"],
"settings": {
"foreground": "#bd93f9"
}
},
{
"scope": ["entity.name.type.parameter"],
"settings": {
"foreground": "#ffb86c"
}
},
{
"scope": [
"support",
"entity.name.type",
"meta.interface.ts",
"entity.other.inherited-class"
],
"settings": {
"foreground": "#2cccff"
}
},
{
"scope": [
"variable.other.readwrite.js",
"entity.name.type.class",
"variable.other.property.js",
"variable.scss",
"storage.modifier.ts",
"variable.other.property.static.js"
],
"settings": {
"foreground": "#82AAFF"
}
}
]
}
},
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "vscode-icons",
"liveServer.settings.donotShowInfoMsg": true,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
// "emmet.triggerExpansionOnTab": true,
// "workbench.startupEditor": "newUntitledFile",
// "editor.suggestSelection": "first",
// "vsintellicode.modify.editor.suggestSelection":
"automaticallyOverrodeDefaultValue",
// "powermode.enableShake": false,
// "powermode.enableStatusBarComboTimer": false,
// "powermode.enableStatusBarComboCounter": false,
// "powermode.explosionOrder": "sequential",
// "powermode.explosionSize": 5.6,
// "window.zoomLevel": 1,
// "powermode.enabled": true,
// "editor.fontSize": 14
}

You might also like