mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
This PR contains a few more fixes for both Solarized themes: 1. The token color definitions have diverged a bit, unify them. Specifically, this makes both themes use the same colors for the same tokens (only affects diff headers and class names) and harmonizes a few scopes. 2. `#D30102` is not a Solarized color, replace with `#DC322F` (red). 3. `#219186` is not a Solarized color, replace with `#859900` (green).