Skip to content

Commit f5d4c4e

Browse files
authored
Version 8.1.0
1 parent 5a51d0c commit f5d4c4e

File tree

3 files changed

+40
-7
lines changed

3 files changed

+40
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog
22

3+
## [8.1.0] - 2023-12-10
4+
5+
Added:
6+
7+
New Light Themes:
8+
9+
- MagicUser Book
10+
- MagicUser Book - No Bold
11+
- MagicUser Camouflage Light
12+
- MagicUser Camouflage Light - No Bold
13+
314
## [8.0.1] - 2023-11-12
4-
Improvement:
15+
Improvements:
516
- MagicUser Camouflage: StickyScroll hover color
617
- MagicUser Room Lamp: StickyScroll hover color
718
- fix readme

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
![MagicUser themes](https://raw.githubusercontent.com/drbap/magicuser-themes-for-vscode/main/images/magicuser_themes_for_vscode.png)
44

5-
**MagicUser** is a collection of **47 themes** for Visual Studio Code designed to create a pleasant and productive environment for your coding activities.
6-
7-
It contains **23 dark themes** and **24 light themes** for day and night use.
5+
**MagicUser** is a collection of **51 themes** for Visual Studio Code designed to create a pleasant and productive environment for your coding activities.
86

97
- **Consistent syntax highlighting**.
108

@@ -44,8 +42,12 @@ MagicUser Wand Themes
4442
- MagicUser Wand Orange
4543
- MagicUser Wand Purple
4644

47-
### ✨ Light Themes (24 Themes)
45+
### ✨ Light Themes (28 Themes)
4846

47+
- MagicUser Book
48+
- MagicUser Book - No Bold
49+
- MagicUser Camouflage
50+
- MagicUser Camouflage - No Bold
4951
- MagicUser Light
5052
- MagicUser Light - No Bold
5153
- MagicUser Light Blue

package.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "magicuser-color-themes",
33
"displayName": "MagicUser",
4-
"description": "MagicUser themes. Contains 47 themes for your VS Code editor. Semantic highlighting (light/dark themes).",
5-
"version": "8.0.1",
4+
"description": "MagicUser themes. Contains 51 themes for your VS Code editor. Semantic highlighting (light/dark themes).",
5+
"version": "8.1.0",
66
"publisher": "BernardoPires",
77
"engines": {
88
"vscode": "^1.50.0"
@@ -261,6 +261,26 @@
261261
"label": "MagicUser Sun - No Bold",
262262
"uiTheme": "vs",
263263
"path": "./themes/MagicUser-Sun-NB-color-theme.json"
264+
},
265+
{
266+
"label": "MagicUser Book",
267+
"uiTheme": "vs",
268+
"path": "./themes/MagicUser-Book-color-theme.json"
269+
},
270+
{
271+
"label": "MagicUser Book - No Bold",
272+
"uiTheme": "vs",
273+
"path": "./themes/MagicUser-Book-NB-color-theme.json"
274+
},
275+
{
276+
"label": "MagicUser Camouflage Light",
277+
"uiTheme": "vs",
278+
"path": "./themes/MagicUser-Camouflage-Light-color-theme.json"
279+
},
280+
{
281+
"label": "MagicUser Camouflage Light - No Bold",
282+
"uiTheme": "vs",
283+
"path": "./themes/MagicUser-Camouflage-Light-NB-color-theme.json"
264284
}
265285
]
266286
},

0 commit comments

Comments
 (0)