uloco / theme-bluloco-light

A fancy and sophisticated light designer color scheme.
https://marketplace.visualstudio.com/items?itemName=uloco.theme-bluloco-light
GNU Lesser General Public License v3.0
95 stars 11 forks source link

Hard to read DarkGrey foreground color in terminal #33

Closed the1812 closed 3 years ago

the1812 commented 3 years ago

Many CLI tools use DarkGrey color, like typesciprt and webpack-cli. But it's hard to read under this theme.

Example in PowerShell:

$colors = [enum]::GetValues([System.ConsoleColor])
Foreach ($bgcolor in $colors) {
    Foreach ($fgcolor in $colors) { Write-Host "$fgcolor|"  -ForegroundColor $fgcolor -BackgroundColor $bgcolor -NoNewLine }
    Write-Host " on $bgcolor"
}

image


About VSCode

Version: 1.53.2 (user setup) Commit: 622cb03f7e070a9670c94bae1a45d78d7181fbd4 Date: 2021-02-11T11:48:04.245Z Electron: 11.2.1 Chrome: 87.0.4280.141 Node.js: 12.18.3 V8: 8.7.220.31-electron.0 OS: Windows_NT x64 10.0.19042

uloco commented 3 years ago

Thanks for catching this! Fixed in df7850c0e28afa3b9e0c24b39e33fcaae1ccd85a