better readme and description
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
# ComfyDark
|
# ComfyDark
|
||||||
|
|
||||||
VS Code theme with item colors from `GitHub Dark Default` with default VS Code syntax highlighting colors. My favourite.
|
VS Code theme using item colors from [GitHub Dark Default](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme) combined with the default VS Code syntax highlighting colors
|
||||||
|
|
||||||
[See in Marketplace](https://marketplace.visualstudio.com/items?itemName=JensBech-Srensen.comfydark)
|
[See in Marketplace](https://marketplace.visualstudio.com/items?itemName=JensBech-Srensen.comfydark)
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
||||||

|

|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "comfydark",
|
"name": "comfydark",
|
||||||
"displayName": "ComfyDark",
|
"displayName": "ComfyDark",
|
||||||
"description": "VS Code theme with item colors from `GitHub Dark Default` with default VS Code syntax highlighting colors.",
|
"description": "VS Code theme using item colors from GitHub Dark Default combined with the default VS Code syntax highlighting colors",
|
||||||
"version": "1.0.2",
|
"version": "1.0.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.99.0"
|
"vscode": "^1.99.0"
|
||||||
},
|
},
|
||||||
@ -11,7 +11,10 @@
|
|||||||
],
|
],
|
||||||
"icon": "images/icon.png",
|
"icon": "images/icon.png",
|
||||||
"publisher": "JensBech-Srensen",
|
"publisher": "JensBech-Srensen",
|
||||||
"repository": {"url": "https://git.bechsor.no/jens/ComfyDark"},
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.bechsor.no/jens/ComfyDark.git"
|
||||||
|
},
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"themes": [
|
"themes": [
|
||||||
{
|
{
|
||||||
|
@ -586,6 +586,16 @@
|
|||||||
"string": "#ce9178",
|
"string": "#ce9178",
|
||||||
"number": "#b5cea8",
|
"number": "#b5cea8",
|
||||||
"regexp": "#d16969",
|
"regexp": "#d16969",
|
||||||
"operator": "#d4d4d4"
|
"operator": "#C586C0",
|
||||||
|
"decorator": "#DCDCAA",
|
||||||
|
"typeAlias": "#4EC9B0",
|
||||||
|
"macro": "#569CD6",
|
||||||
|
"formatSpecifier": "#569CD6",
|
||||||
|
"escapeSequence": "#d7ba7d",
|
||||||
|
"label": "#C8C8C8",
|
||||||
|
"module": "#4EC9B0",
|
||||||
|
"selfKeyword": "#569CD6",
|
||||||
|
"plainKeyword": "#569CD6",
|
||||||
|
"controlKeyword": "#C586C0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user