Skip to content

Commit f57e80f

Browse files
committed
Added keywords
1 parent 9b33a39 commit f57e80f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22
"name": "customtkinter-snippets",
33
"displayName": "CustomTkinter-Snippets",
44
"description": "A curated collection of Python customtkinter snippets for building interactive GUI applications effortlessly.",
5-
"version": "3.0.0",
5+
"version": "4.0.0",
6+
"keywords": [
7+
"python",
8+
"gui",
9+
"customtkinter",
10+
"tkinter",
11+
"custom",
12+
"design",
13+
"ui",
14+
"framework",
15+
"snippets",
16+
"visual studio code",
17+
"snippet"
18+
],
619
"engines": {
720
"vscode": "^1.86.0"
821
},
@@ -13,7 +26,7 @@
1326
],
1427
"license": "https://github.com/AshhadDevLab/CustomTkinter-Snippets/blob/main/LICENSE",
1528
"galleryBanner": {
16-
"color": "#029CFF",
29+
"color": "#33383F",
1730
"theme": "dark"
1831
},
1932
"publisher": "AshhadDevLab",

0 commit comments

Comments
 (0)