@str-public/theme-switcher 1.1.0 → 1.2.1

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@str-public/theme-switcher",
3
3
  "displayName": "Custom Theme Switcher",
4
- "description": "Quickly switch between Quiet Light and Monokai Dimmed from the status bar.",
5
- "version": "1.1.0",
6
- "publisher": "Stronghold Systems",
4
+ "description": "Quickly switch between Stronghold and Stronghold Dusk from the status bar.",
5
+ "version": "1.2.1",
6
+ "publisher": "stronghold-systems",
7
7
  "engines": {
8
8
  "vscode": "^1.80.0"
9
9
  },
@@ -17,19 +17,20 @@
17
17
  "contributes": {
18
18
  "commands": [
19
19
  {
20
- "command": "themeSwitcher.setQuietLight",
21
- "title": "Set Theme: Quiet Light"
20
+ "command": "themeSwitcher.setStronghold",
21
+ "title": "Set Theme: Stronghold"
22
22
  },
23
23
  {
24
- "command": "themeSwitcher.setMonokaiDimmed",
25
- "title": "Set Theme: Monokai Dimmed"
24
+ "command": "themeSwitcher.setStrongholdDusk",
25
+ "title": "Set Theme: Stronghold Dusk"
26
26
  }
27
27
  ]
28
28
  },
29
29
  "files": [
30
- "str-theme-switcher-1.0.0.vsix"
30
+ "str-theme-switcher-1.2.0.vsix",
31
+ "stronghold-theme-1.0.0.vsix"
31
32
  ],
32
33
  "publishConfig": {
33
34
  "access": "public"
34
35
  }
35
- }
36
+ }
Binary file
Binary file
Binary file