File tree 3 files changed +40
-7
lines changed
3 files changed +40
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## [ 8.0.1] - 2023-11-12
4
- Improvement :
15
+ Improvements :
5
16
- MagicUser Camouflage: StickyScroll hover color
6
17
- MagicUser Room Lamp: StickyScroll hover color
7
18
- fix readme
Original file line number Diff line number Diff line change 2
2
3
3
![ MagicUser themes] ( https://raw.githubusercontent.com/drbap/magicuser-themes-for-vscode/main/images/magicuser_themes_for_vscode.png )
4
4
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.
8
6
9
7
- ** Consistent syntax highlighting** .
10
8
@@ -44,8 +42,12 @@ MagicUser Wand Themes
44
42
- MagicUser Wand Orange
45
43
- MagicUser Wand Purple
46
44
47
- ### ✨ Light Themes (24 Themes)
45
+ ### ✨ Light Themes (28 Themes)
48
46
47
+ - MagicUser Book
48
+ - MagicUser Book - No Bold
49
+ - MagicUser Camouflage
50
+ - MagicUser Camouflage - No Bold
49
51
- MagicUser Light
50
52
- MagicUser Light - No Bold
51
53
- MagicUser Light Blue
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magicuser-color-themes" ,
3
3
"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 " ,
6
6
"publisher" : " BernardoPires" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.50.0"
261
261
"label" : " MagicUser Sun - No Bold" ,
262
262
"uiTheme" : " vs" ,
263
263
"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"
264
284
}
265
285
]
266
286
},
You can’t perform that action at this time.
0 commit comments