vscode/extensions/theme-solarized-dark/themes
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
..
solarized-dark-color-theme.json Fix some Solarized colors 2022-02-09 21:30:37 +01:00