Added Visual Studio 2022 EonaCat Dark Theme

Added Visual Studio Code EonaCat Light Theme
Added Visual Studio Code EonaCat Dark Theme
This commit is contained in:
2022-12-20 21:34:07 +01:00
parent b5afff9307
commit f58dfa3158
18 changed files with 4716 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "eonacatlight",
"displayName": "EonaCatLight",
"description": "EonaCat Light Theme",
"icon": "icon.png",
"publisher": "EonaCat",
"author":
{
"name": "EonaCat (Jeroen Saey)",
"url": "https://EonaCat.com",
"email": "EonaCat@gmail.com"
},
"version": "1.0.0",
"engines": {
"vscode": "^1.74.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "EonaCat Light",
"uiTheme": "vs",
"path": "./themes/EonaCat Light-color-theme.json"
}
]
}
}