Skip to content

Commit fc2b7af

Browse files
authored
First Release
1 parent 36f0f98 commit fc2b7af

14 files changed

+7472
-23
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
## [1.0.0] - 2023-05-16
4+
First release

LICENSE.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
2-
3-
Copyright (c) 2023 Bernardo Pires (@drbap)
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
MIT License
2+
3+
Copyright (c) 2023 Bernardo Pires (@drbap)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,62 @@
1-
# magicuser-themes-for-vscode
2-
MagicUser themes for Visual Studio Code Editor
1+
# **MagicUser**✨ Themes for VS Code
2+
3+
![MagicUser themes](https://raw.githubusercontent.com/drbap/magicuser-themes-for-vscode/main/images/magicuser_themes_for_vscode.png)
4+
5+
6+
![MagicUser Themes icon](https://raw.githubusercontent.com/drbap/magicuser-themes-for-vscode/main/images/magicuser_icon_small.png)
7+
8+
**MagicUser** is a collection of **8 themes** for Visual Studio Code aiming to create a pleasant environment for your coding activities with greater concentration and consistent syntax highlighting (light and dark modes).
9+
10+
- It contains **6 dark themes** and **2 light themes** for day/night use.
11+
12+
# Themes included:
13+
14+
**DARK THEMES**:
15+
- MagicUser
16+
- MagicUser Purple
17+
- MagicUser Purple Night
18+
- MagicUser Space
19+
- MagicUser Space Night
20+
21+
**LIGHT THEMES**:
22+
- MagicUser Light
23+
- MagicUser Light Gray
24+
25+
**Note**: The **dark themes** have a dimmed version (**Night** version) to be used in dark environments and for those who like darker themes. Colors have been adjusted to maintain syntax highlighting consistency.
26+
27+
Thank YOU for using it 👍. I hope you find one or more themes that make you more productive and help to bring new ideas, motivation and inspiration to your daily work/study.
28+
29+
# Installation
30+
31+
- Open **Visual Studio Code** -> **Extensions**
32+
33+
- Search for **MagicUser**
34+
35+
- Select it and click **Install** -> Set Theme
36+
37+
# Supported Languages
38+
39+
This theme collection was tested for the following languages:
40+
- C, C++, C#
41+
- Java
42+
- Python
43+
- PHP
44+
- HTML
45+
- CSS - SCSS
46+
- JavaScript / JSX
47+
48+
# Feedback
49+
50+
If you have any issues and/or suggestions, please submit an issue. I will try to answer as soon as possible. Thanks.
51+
52+
# Disclaimer
53+
54+
This theme collection has been tested on Windows computers. Hope it works well on other platforms. If you find a problem, please let me know.
55+
56+
# License and Acknowledgements
57+
58+
MIT License ⓒ Bernardo Pires.
59+
60+
Special thanks to the VS Code team at Microsoft for creating such an amazing code editor.
61+
62+
Also thanks to the creators of other VS Code light and dark themes that served as an inspiration to me, including but not limited to Dark+ Default, Light+ Default, Cobalt2 by Wes Bos and Shades of Purple by Ahmad Awais.

icon.png

40.8 KB
Loading

package.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"name": "magicuser-color-themes",
3+
"displayName": "MagicUser",
4+
"description": "MagicUser themes for your VS Code editor. Contains 8 themes for your daily coding activities. Consistent syntax highlighting (light/dark themes).",
5+
"version": "1.0.0",
6+
"publisher": "BernardoPires",
7+
"engines": {
8+
"vscode": "^1.50.0"
9+
},
10+
"icon": "icon.png",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/drbap/magicuser-themes-for-vscode"
14+
},
15+
"categories": [
16+
"Themes"
17+
],
18+
"keywords": [
19+
"MagicUser",
20+
"Light Theme",
21+
"Dark Theme",
22+
"Night Theme",
23+
"Light Gray Theme",
24+
"Professional themes",
25+
"Professional Light Theme"
26+
],
27+
"contributes": {
28+
"themes": [
29+
{
30+
"label": "MagicUser",
31+
"uiTheme": "vs-dark",
32+
"path": "./themes/MagicUser-color-theme.json"
33+
},
34+
{
35+
"label": "MagicUser Night",
36+
"uiTheme": "vs-dark",
37+
"path": "./themes/MagicUser-Night-color-theme.json"
38+
},
39+
{
40+
"label": "MagicUser Purple",
41+
"uiTheme": "vs-dark",
42+
"path": "./themes/MagicUser-Purple-color-theme.json"
43+
},
44+
{
45+
"label": "MagicUser Purple Night",
46+
"uiTheme": "vs-dark",
47+
"path": "./themes/MagicUser-Purple-Night-color-theme.json"
48+
},
49+
{
50+
"label": "MagicUser Space",
51+
"uiTheme": "vs-dark",
52+
"path": "./themes/MagicUser-Space-color-theme.json"
53+
},
54+
{
55+
"label": "MagicUser Space Night",
56+
"uiTheme": "vs-dark",
57+
"path": "./themes/MagicUser-Space-Night-color-theme.json"
58+
},
59+
{
60+
"label": "MagicUser Light",
61+
"uiTheme": "vs",
62+
"path": "./themes/MagicUser-Light-color-theme.json"
63+
},
64+
{
65+
"label": "MagicUser Light Gray",
66+
"uiTheme": "vs",
67+
"path": "./themes/MagicUser-Light-Gray-color-theme.json"
68+
}
69+
]
70+
},
71+
"license": "MIT"
72+
}

0 commit comments

Comments
 (0)