Improve default foregrounds for Tango schemes (#5598)

Followup to ea61aa3b.

The default foreground in the iTerm2 defaults for the Tango Dark color
scheme is too bright, use the value for ANSI 7 (white) instead.

References #5305

Sorry, I should have really done this in the original PR.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2020-04-27 22:20:02 +00:00 committed by GitHub
parent 8004223500
commit b4c9c0cfeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -225,7 +225,7 @@
},
{
"name": "Tango Dark",
"foreground": "#FFFFFF",
"foreground": "#D3D7CF",
"background": "#000000",
"cursorColor": "#FFFFFF",
"black": "#000000",
@ -247,7 +247,7 @@
},
{
"name": "Tango Light",
"foreground": "#000000",
"foreground": "#555753",
"background": "#FFFFFF",
"cursorColor": "#000000",
"black": "#000000",

View file

@ -196,11 +196,11 @@
<key>Foreground Color</key>
<dict>
<key>Blue Component</key>
<string>1</string>
<string>0.8117647</string>
<key>Green Component</key>
<string>1</string>
<string>0.8431373</string>
<key>Red Component</key>
<string>1</string>
<string>0.827451</string>
</dict>
<key>Selected Text Color</key>
<dict>

View file

@ -196,11 +196,11 @@
<key>Foreground Color</key>
<dict>
<key>Blue Component</key>
<string>0</string>
<string>0.3254902</string>
<key>Green Component</key>
<string>0</string>
<string>0.3411765</string>
<key>Red Component</key>
<string>0</string>
<string>0.3333333</string>
</dict>
<key>Selected Text Color</key>
<dict>