tm-themes 1.5.5 → 1.5.6
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/NOTICE +1 -1
- package/README.md +2 -2
- package/index.js +6 -6
- package/package.json +1 -1
- package/themes/dracula-soft.json +1 -1
- package/themes/dracula.json +1 -1
package/NOTICE
CHANGED
|
@@ -120,7 +120,7 @@ SOFTWARE.
|
|
|
120
120
|
|
|
121
121
|
=========================================================================================================
|
|
122
122
|
Files: dracula.json, dracula-soft.json
|
|
123
|
-
License: https://raw.githubusercontent.com/dracula/visual-studio-code/
|
|
123
|
+
License: https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE
|
|
124
124
|
SPDX: MIT
|
|
125
125
|
---------------------------------------------------------------------------------------------------------
|
|
126
126
|
The MIT License (MIT)
|
package/README.md
CHANGED
|
@@ -46,8 +46,8 @@ import { themes } from 'tm-themes'
|
|
|
46
46
|
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/94e2135389b52eff1b372473d0676537393fbf9a/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 44.37 kB |
|
|
47
47
|
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/94e2135389b52eff1b372473d0676537393fbf9a/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 44.36 kB |
|
|
48
48
|
| Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 8.64 kB |
|
|
49
|
-
| Dracula | `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/
|
|
50
|
-
| Dracula Soft | `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/
|
|
49
|
+
| Dracula Theme | `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE) | 20.51 kB |
|
|
50
|
+
| Dracula Theme Soft | `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE) | 20.52 kB |
|
|
51
51
|
| GitHub Dark | `github-dark` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 11.08 kB |
|
|
52
52
|
| GitHub Dark Default | `github-dark-default` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 14.00 kB |
|
|
53
53
|
| GitHub Dark Dimmed | `github-dark-dimmed` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 14.00 kB |
|
package/index.js
CHANGED
|
@@ -91,22 +91,22 @@ export const themes = [
|
|
|
91
91
|
type: 'dark',
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
|
-
byteSize:
|
|
95
|
-
displayName: 'Dracula',
|
|
94
|
+
byteSize: 21006,
|
|
95
|
+
displayName: 'Dracula Theme',
|
|
96
96
|
lastUpdate: '2023-07-15T21:35:24Z',
|
|
97
97
|
license: 'MIT',
|
|
98
|
-
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/
|
|
98
|
+
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE',
|
|
99
99
|
name: 'dracula',
|
|
100
100
|
sha: '61743d6ea21cde34d9ad1009ec784ffe6f5e457c',
|
|
101
101
|
source: 'https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml',
|
|
102
102
|
type: 'dark',
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
|
-
byteSize:
|
|
106
|
-
displayName: 'Dracula Soft',
|
|
105
|
+
byteSize: 21016,
|
|
106
|
+
displayName: 'Dracula Theme Soft',
|
|
107
107
|
lastUpdate: '2023-07-15T21:35:24Z',
|
|
108
108
|
license: 'MIT',
|
|
109
|
-
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/
|
|
109
|
+
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE',
|
|
110
110
|
name: 'dracula-soft',
|
|
111
111
|
sha: '61743d6ea21cde34d9ad1009ec784ffe6f5e457c',
|
|
112
112
|
source: 'https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml',
|
package/package.json
CHANGED
package/themes/dracula-soft.json
CHANGED
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"titleBar.inactiveForeground": "#7b7f8b",
|
|
197
197
|
"walkThrough.embeddedEditorBackground": "#262626"
|
|
198
198
|
},
|
|
199
|
-
"displayName": "Dracula Soft",
|
|
199
|
+
"displayName": "Dracula Theme Soft",
|
|
200
200
|
"name": "dracula-soft",
|
|
201
201
|
"semanticHighlighting": true,
|
|
202
202
|
"tokenColors": [
|
package/themes/dracula.json
CHANGED