11---
2- name : " ❤ Send Your Theme"
2+ name : " ❤ Send Your Theme"
33about : An easy way to submit your theme if you don't know how to do it via pull request.
44title : " [NEWTHEME] Name of your theme"
55labels : new theme
6- assignees : Neikon
6+ assignees : Neikon, BeyondMagic
77
88---
99
@@ -12,10 +12,11 @@ Replace the .......... with the corresponding information. Example:
1212```
1313{
1414 "title": "the best dark theme",
15- "link": "https://github.com/myTheme",
15+ "link": "https://github.com/myuser/ myTheme",
1616 "description": "a dark theme",
17- "image": "https://raw.githubusercontent.com/previewthemepicture.png"
18- "tags": [ "John", "dark", "minimal","oneline", "............." ]
17+ "image": "https://raw.githubusercontent.com/previewthemepicture.png",
18+ "tags": [ "John", "dark", "minimal","oneline", "............." ],
19+ "repository": "https://github.com/myuser/myTheme"
1920 }
2021```
2122################# DELETE UNTIL HERE #################
@@ -25,7 +26,8 @@ Replace the .......... with the corresponding information. Example:
2526 "title": "..........",
2627 "link": "..........",
2728 "description": "..........",
28- "image": ".........."
29- "tags": [ "your username/name", "theme type: dark", "theme type: light", "............." ]
29+ "image": "..........",
30+ "tags": [ "your username/name", "theme type: dark", "theme type: light", "............." ],
31+ "repository": ".........."
3032}
3133```
0 commit comments