Skip to content

Commit

Permalink
Version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drbap committed Aug 30, 2023
1 parent 8e0102a commit 3a55fcf
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [5.0.0] - 2023-08-30

Added:

New Dark Themes (3 themes):

- MagicUser Paladin
- MagicUser Power
- MagicUser Talisman

New Light Themes (2 themes):

- MagicUser Paladin Light
- MagicUser Specialist

Improvements:
- MagicUser Wand series - new badges color (4 dark themes).

## [4.0.0] - 2023-08-17

Improvements:
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@

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

**MagicUser** is a collection of **28 themes** for Visual Studio Code aiming to create a pleasant environment for your coding activities with greater concentration and consistent syntax highlighting.
**MagicUser** is a collection of **33 themes** for Visual Studio Code aiming to create a pleasant environment for your coding activities with greater concentration and consistent syntax highlighting.

- It contains **18 dark themes** and **10 light themes** for day/night use.
- It contains **21 dark themes** and **12 light themes** for day/night use.

- **Semantic highlighting** (light and dark modes).


## **Themes included**

### **Dark Themes** (18 Themes)
### **Dark Themes** (21 Themes)

- MagicUser
- MagicUser Paladin
- MagicUser Power
- MagicUser Night
- MagicUser Night Neblina
- MagicUser Path
Expand All @@ -24,6 +26,7 @@
- MagicUser Staff
- MagicUser Teal
- MagicUser Teal Night
- MagicUser Talisman

**MagicUser Veteran Themes**

Expand All @@ -38,7 +41,7 @@
- MagicUser Wand Orange
- MagicUser Wand Purple

### **Light Themes** (10 Themes)
### **Light Themes** (12 Themes)

- MagicUser Light
- MagicUser Light Blue
Expand All @@ -49,6 +52,8 @@
- MagicUser Neblina
- MagicUser Sea
- MagicUser Sun
- MagicUser Specialist
- MagicUser Paladin Light
- MagicUser Wand Light

I hope you find one or more themes that help bring new ideas, motivation and inspiration to your daily work/study.
Expand Down
33 changes: 29 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "magicuser-color-themes",
"displayName": "MagicUser",
"description": "Contains 28 themes for your VS Code editor. Semantic highlighting (light/dark themes).",
"version": "4.0.0",
"description": "MagicUser themes. Contains 33 themes for your VS Code editor. Semantic highlighting (light/dark themes).",
"version": "5.0.0",
"publisher": "BernardoPires",
"engines": {
"vscode": "^1.50.0"
Expand All @@ -17,13 +17,13 @@
],
"keywords": [
"MagicUser",
"MagicUser Paladin",
"Light theme",
"Dark theme",
"Night theme",
"Light blue theme",
"Light gray theme",
"Professional theme",
"Professional light theme"
"Professional theme"
],
"contributes": {
"themes": [
Expand All @@ -32,6 +32,16 @@
"uiTheme": "vs-dark",
"path": "./themes/MagicUser-color-theme.json"
},
{
"label": "MagicUser Paladin",
"uiTheme": "vs-dark",
"path": "./themes/MagicUser-Paladin-color-theme.json"
},
{
"label": "MagicUser Power",
"uiTheme": "vs-dark",
"path": "./themes/MagicUser-Power-color-theme.json"
},
{
"label": "MagicUser Night",
"uiTheme": "vs-dark",
Expand Down Expand Up @@ -72,6 +82,11 @@
"uiTheme": "vs-dark",
"path": "./themes/MagicUser-Staff-color-theme.json"
},
{
"label": "MagicUser Talisman",
"uiTheme": "vs-dark",
"path": "./themes/MagicUser-Talisman-color-theme.json"
},
{
"label": "MagicUser Teal",
"uiTheme": "vs-dark",
Expand Down Expand Up @@ -152,6 +167,16 @@
"uiTheme": "vs",
"path": "./themes/MagicUser-Wand-Light-color-theme.json"
},
{
"label": "MagicUser Specialist",
"uiTheme": "vs",
"path": "./themes/MagicUser-Specialist-color-theme.json"
},
{
"label": "MagicUser Paladin Light",
"uiTheme": "vs",
"path": "./themes/MagicUser-Paladin-Light-color-theme.json"
},
{
"label": "MagicUser Neblina",
"uiTheme": "vs",
Expand Down

0 comments on commit 3a55fcf

Please sign in to comment.