From 607a51f3beb331b88d049d3530364aebc067f5e9 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 19 May 2024 22:40:18 +0400 Subject: [PATCH] real colors --- .vscode/settings.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d8d8623..eaa91ad 100644 --- a/.vscode/settings.json +++ b/.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", }, // --------------------------------------------------------- - } \ No newline at end of file