Skip to content

Commit 145e9ec

Browse files
authored
Version 8.2.0
1 parent 3069ef9 commit 145e9ec

File tree

3 files changed

+50
-5
lines changed

3 files changed

+50
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [8.2.0] - 2024-01-01
4+
5+
Added:
6+
7+
New Dark Theme (1 theme):
8+
- MagicUser Bases
9+
10+
New Light Themes (2 theme):
11+
- MagicUser Day
12+
- MagicUser Day - No Bold
13+
314
## [8.1.1] - 2023-12-10
415

516
Improvements:

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
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 **51 themes** for Visual Studio Code designed to create a pleasant and productive environment for your coding activities.
5+
**MagicUser** is a collection of **54 themes** for Visual Studio Code designed to create a pleasant and productive environment for your coding activities.
66

77
- **Consistent syntax highlighting**.
88

99
- **Semantic highlighting**.
1010

11+
![MagicUser for VS Code](https://raw.githubusercontent.com/drbap/magicuser-themes-for-vscode/main/images/screenshot.png)
12+
1113
## Themes included
1214

13-
### ✨ Dark Themes (23 Themes)
15+
### ✨ Dark Themes (24 Themes)
1416

1517
- MagicUser
1618
- MagicUser Paladin
19+
- MagicUser Bases
1720
- MagicUser Power
1821
- MagicUser Night
1922
- MagicUser Night Neblina
@@ -42,8 +45,10 @@ MagicUser Wand Themes
4245
- MagicUser Wand Orange
4346
- MagicUser Wand Purple
4447

45-
### ✨ Light Themes (28 Themes)
48+
### ✨ Light Themes (30 Themes)
4649

50+
- MagicUser Day
51+
- MagicUser Day - No Bold
4752
- MagicUser Book
4853
- MagicUser Book - No Bold
4954
- MagicUser Camouflage
@@ -75,6 +80,20 @@ MagicUser Wand Themes
7580

7681
I hope you find one or more themes that help bring new ideas, motivation and inspiration to your daily work/study.
7782

83+
## Suggested Settings
84+
85+
```JSON
86+
{
87+
"editor.cursorWidth": 3,
88+
"editor.fontLigatures": true,
89+
"editor.cursorSmoothCaretAnimation": "on",
90+
"workbench.tree.indent": 25,
91+
"workbench.tree.renderIndentGuides": "always",
92+
"editor.minimap.renderCharacters": false,
93+
"editor.stickyScroll.enabled": true
94+
}
95+
```
96+
7897
## Installation
7998

8099
- Open **Visual Studio Code** -> **Extensions**

package.json

Lines changed: 17 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 51 themes for your VS Code editor. Semantic highlighting (light/dark themes).",
5-
"version": "8.1.1",
4+
"description": "MagicUser themes. Contains 54 themes for your VS Code editor. Semantic highlighting (light/dark themes).",
5+
"version": "8.2.0",
66
"publisher": "BernardoPires",
77
"engines": {
88
"vscode": "^1.50.0"
@@ -42,6 +42,11 @@
4242
"uiTheme": "vs-dark",
4343
"path": "./themes/MagicUser-Power-color-theme.json"
4444
},
45+
{
46+
"label": "MagicUser Bases",
47+
"uiTheme": "vs-dark",
48+
"path": "./themes/MagicUser-Bases-color-theme.json"
49+
},
4550
{
4651
"label": "MagicUser Night",
4752
"uiTheme": "vs-dark",
@@ -187,6 +192,16 @@
187192
"uiTheme": "vs",
188193
"path": "./themes/MagicUser-Paladin-Light-color-theme.json"
189194
},
195+
{
196+
"label": "MagicUser Day",
197+
"uiTheme": "vs",
198+
"path": "./themes/MagicUser-Day-color-theme.json"
199+
},
200+
{
201+
"label": "MagicUser Day - No Bold",
202+
"uiTheme": "vs",
203+
"path": "./themes/MagicUser-Day-NB-color-theme.json"
204+
},
190205
{
191206
"label": "MagicUser Neblina",
192207
"uiTheme": "vs",

0 commit comments

Comments
 (0)