tm-themes 1.12.11 → 1.12.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.js +6 -6
- package/package.json +1 -1
- package/themes/solarized-light.json +1 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ import { themes } from 'tm-themes'
|
|
|
41
41
|
| Rosé Pine Dawn | `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/c9c08b4fe4131b8c686631046b8ce9223613fd24/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/LICENSE) | [GitHub Sponsors: **@rose-pine**](https://github.com/sponsors/rose-pine) | 21.18 kB |
|
|
42
42
|
| Slack Ochin | `slack-ochin` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/572452d0da20d384858b28ad14e110ee5daac411/themes/ochin.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | | 9.15 kB |
|
|
43
43
|
| Snazzy Light | `snazzy-light` | [loilo/vscode-snazzy-light](https://github.com/loilo/vscode-snazzy-light/blob/516646af7e1a114871698ce9090182c582899c71/themes/Snazzy-Light-color-theme.json) | [MIT](https://raw.githubusercontent.com/loilo/vscode-snazzy-light/master/LICENSE) | | 20.23 kB |
|
|
44
|
-
| Solarized Light | `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
44
|
+
| Solarized Light | `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/0132168df99ab8830a1eb158b1a5e8242f3e94ff/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 6.72 kB |
|
|
45
45
|
| Vitesse Light | `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/625a5e6fffd15e440e574f353ae0ba777b41d47f/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md) | [GitHub Sponsors: **@antfu**](https://github.com/sponsors/antfu) | 13.24 kB |
|
|
46
46
|
|
|
47
47
|
## Dark Themes
|
package/index.js
CHANGED
|
@@ -1088,18 +1088,18 @@ export const themes = [
|
|
|
1088
1088
|
type: 'dark',
|
|
1089
1089
|
},
|
|
1090
1090
|
{
|
|
1091
|
-
byteSize:
|
|
1091
|
+
byteSize: 6878,
|
|
1092
1092
|
displayName: 'Solarized Light',
|
|
1093
1093
|
funding: [
|
|
1094
1094
|
],
|
|
1095
|
-
hash: '
|
|
1096
|
-
lastUpdate: '2026-09-
|
|
1095
|
+
hash: 'IpxxloH2i1V9D-iCMftk3f7C1VLiPBjXjumMUT6Hsf8',
|
|
1096
|
+
lastUpdate: '2026-09-21T13:31:32Z',
|
|
1097
1097
|
license: 'MIT',
|
|
1098
1098
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
1099
1099
|
name: 'solarized-light',
|
|
1100
|
-
sha: '
|
|
1101
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
1102
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/theme-solarized-light/themes/solarized-light-color-theme.json?ref=
|
|
1100
|
+
sha: '0132168df99ab8830a1eb158b1a5e8242f3e94ff',
|
|
1101
|
+
source: 'https://github.com/microsoft/vscode/blob/0132168df99ab8830a1eb158b1a5e8242f3e94ff/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
|
|
1102
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/theme-solarized-light/themes/solarized-light-color-theme.json?ref=0132168df99ab8830a1eb158b1a5e8242f3e94ff',
|
|
1103
1103
|
type: 'light',
|
|
1104
1104
|
},
|
|
1105
1105
|
{
|
package/package.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"list.hoverBackground": "#DFCA8844",
|
|
42
42
|
"list.inactiveSelectionBackground": "#D1CBB8",
|
|
43
43
|
"minimap.selectionHighlight": "#EEE8D5",
|
|
44
|
-
"modernActivityBar.background": "#
|
|
44
|
+
"modernActivityBar.background": "#EEE8D5",
|
|
45
45
|
"modernActivityBarItem.activeBackground": "#DFCA88",
|
|
46
46
|
"notebook.cellEditorBackground": "#F7F0E0",
|
|
47
47
|
"panel.border": "#DDD6C1",
|