vscode/extensions/theme-solarized-light
Michael Kuhn 63917b3d9a Fix some Solarized colors
This PR contains a few fixes for both Solarized themes:
1. According to #105418, the empty scope's foreground color is supposed to
   be used for normal text. For some reason, this does not seem to work,
   therefore set `editor.foreground` explicitly.
2. Some of the ANSI colors have been set to values differing from the
   official theme at https://ethanschoonover.com/solarized/ due to
   contrast issues. Nowadays, this can instead be fixed with
   `terminal.integrated.minimumContrastRatio` (see #121107).
3. Solarized Dark uses `#93A1A1` for normal text in a few places where
   `#839496` should be used instead.
4. Solarized Dark uses `#657B83` in a few places, which is not part of
   the official theme, use the correct `#586E75` instead.
5. Solarized Light uses `#073642` in one place, which is not part of the
   official theme, use the correct `#586E75` instead.
2022-02-09 21:30:37 +01:00
..
themes Fix some Solarized colors 2022-02-09 21:30:37 +01:00
.vscodeignore Restore extensions in core (#114921) 2021-01-25 17:07:56 +01:00
cgmanifest.json Restore extensions in core (#114921) 2021-01-25 17:07:56 +01:00
package.json add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
package.nls.json Restore extensions in core (#114921) 2021-01-25 17:07:56 +01:00
yarn.lock add proper yarn.lock files 2021-02-01 14:35:52 +01:00