tm-themes 1.12.4 → 1.12.5
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 +2 -2
- package/index.js +12 -12
- package/package.json +1 -1
- package/themes/solarized-dark.json +2 -0
- package/themes/solarized-light.json +1 -0
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/8b5471c4c8639e9fd142ce9931ffedc1a56c5ba4/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 6.49 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
|
|
@@ -86,7 +86,7 @@ import { themes } from 'tm-themes'
|
|
|
86
86
|
| Rosé Pine | `rose-pine` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/c9c08b4fe4131b8c686631046b8ce9223613fd24/themes/rose-pine-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/LICENSE) | [GitHub Sponsors: **@rose-pine**](https://github.com/sponsors/rose-pine) | 21.17 kB |
|
|
87
87
|
| Rosé Pine Moon | `rose-pine-moon` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/c9c08b4fe4131b8c686631046b8ce9223613fd24/themes/rose-pine-moon-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 |
|
|
88
88
|
| Slack Dark | `slack-dark` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/28cd093d2aac9bfe0d3b96d468efa73a1d6639c2/themes/dark-mode.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | | 8.84 kB |
|
|
89
|
-
| Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
89
|
+
| Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/8b5471c4c8639e9fd142ce9931ffedc1a56c5ba4/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 6.90 kB |
|
|
90
90
|
| Synthwave '84 | `synthwave-84` | [robb0wen/synthwave-vscode](https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json) | [MIT](https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE) | | 13.65 kB |
|
|
91
91
|
| Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/da5546bc4163a02a30d6f3ced90d4ef7dfcb8460/themes/tokyo-night-color-theme.json) | [MIT](https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt) | | 34.77 kB |
|
|
92
92
|
| Vesper | `vesper` | [raunofreiberg/vesper](https://github.com/raunofreiberg/vesper/blob/9043f3849b776949445f0cd4990365959cca35a3/themes/Vesper-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/raunofreiberg/vesper/main/LICENSE.md) | | 12.38 kB |
|
package/index.js
CHANGED
|
@@ -1073,33 +1073,33 @@ export const themes = [
|
|
|
1073
1073
|
type: 'light',
|
|
1074
1074
|
},
|
|
1075
1075
|
{
|
|
1076
|
-
byteSize:
|
|
1076
|
+
byteSize: 7062,
|
|
1077
1077
|
displayName: 'Solarized Dark',
|
|
1078
1078
|
funding: [
|
|
1079
1079
|
],
|
|
1080
|
-
hash: '
|
|
1081
|
-
lastUpdate: '2026-08-
|
|
1080
|
+
hash: 'qcDEFcFw5QJ5aeTJBGlcGXu8blC2q5YTwfTBVXW7SR8',
|
|
1081
|
+
lastUpdate: '2026-08-12T12:50:15Z',
|
|
1082
1082
|
license: 'MIT',
|
|
1083
1083
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
1084
1084
|
name: 'solarized-dark',
|
|
1085
|
-
sha: '
|
|
1086
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
1087
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json?ref=
|
|
1085
|
+
sha: '8b5471c4c8639e9fd142ce9931ffedc1a56c5ba4',
|
|
1086
|
+
source: 'https://github.com/microsoft/vscode/blob/8b5471c4c8639e9fd142ce9931ffedc1a56c5ba4/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json',
|
|
1087
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json?ref=8b5471c4c8639e9fd142ce9931ffedc1a56c5ba4',
|
|
1088
1088
|
type: 'dark',
|
|
1089
1089
|
},
|
|
1090
1090
|
{
|
|
1091
|
-
byteSize:
|
|
1091
|
+
byteSize: 6642,
|
|
1092
1092
|
displayName: 'Solarized Light',
|
|
1093
1093
|
funding: [
|
|
1094
1094
|
],
|
|
1095
|
-
hash: '
|
|
1096
|
-
lastUpdate: '2026-08-
|
|
1095
|
+
hash: 'WJP7k83YYIlwJ2ToKWFjj2rK58FpitW9U0PfpeCwlpU',
|
|
1096
|
+
lastUpdate: '2026-08-12T12:50:15Z',
|
|
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: '8b5471c4c8639e9fd142ce9931ffedc1a56c5ba4',
|
|
1101
|
+
source: 'https://github.com/microsoft/vscode/blob/8b5471c4c8639e9fd142ce9931ffedc1a56c5ba4/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=8b5471c4c8639e9fd142ce9931ffedc1a56c5ba4',
|
|
1103
1103
|
type: 'light',
|
|
1104
1104
|
},
|
|
1105
1105
|
{
|
package/package.json
CHANGED
|
@@ -52,6 +52,8 @@
|
|
|
52
52
|
"list.hoverBackground": "#004454AA",
|
|
53
53
|
"list.inactiveSelectionBackground": "#00445488",
|
|
54
54
|
"minimap.selectionHighlight": "#274642",
|
|
55
|
+
"modernActivityBar.activeBackground": "#005A6F",
|
|
56
|
+
"modernActivityBar.hoverBackground": "#005A6F87",
|
|
55
57
|
"panel.border": "#2b2b4a",
|
|
56
58
|
"peekView.border": "#2b2b4a",
|
|
57
59
|
"peekViewEditor.background": "#10192c",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"list.hoverBackground": "#DFCA8844",
|
|
42
42
|
"list.inactiveSelectionBackground": "#D1CBB8",
|
|
43
43
|
"minimap.selectionHighlight": "#EEE8D5",
|
|
44
|
+
"modernActivityBar.activeBackground": "#DFCA88",
|
|
44
45
|
"notebook.cellEditorBackground": "#F7F0E0",
|
|
45
46
|
"panel.border": "#DDD6C1",
|
|
46
47
|
"peekView.border": "#B58900",
|