Browse Source

real colors

main
pvincent 6 months ago
parent
commit
607a51f3be
  1. 12
      .vscode/settings.json

12
.vscode/settings.json

@ -12,27 +12,23 @@
"editor.defaultFormatter": "aliariff.vscode-erb-beautify",
"editor.formatOnSave": true
},
"emmet.includeLanguages": {
"erb": "html"
},
"files.associations": {
"*.html.erb": "erb"
},
"vscode-erb-beautify.keepBlankLines": 1,
"inlineFold.regex": "(class=|className=|class:\\s*)(({(`|))|(['\"`]))(.*?)(\\2|(\\4)})", // inline AlpineJs `class: `
"debug.internalConsoleOptions": "neverOpen",
"testExplorer.addToEditorContextMenu": true
"testExplorer.addToEditorContextMenu": true,
// -----------------256-color ANSI SUPPORT ----------------
"workbench.colorTheme": "Default Dark Modern",
"terminal.integrated.minimumContrastRatio": 1,
// "terminal.integrated.drawBoldTextInBrightColors": true,
"workbench.colorCustomizations" : {
"terminal.background" : "#1f1f1f"
"terminal.integrated.drawBoldTextInBrightColors": false,
"workbench.colorCustomizations": {
"terminal.background": "#1f1f1f"
// "terminal.foreground" : "#EEEEEE",
},
// ---------------------------------------------------------
}
Loading…
Cancel
Save