Skip to content

Commit ef8d57c

Browse files
authored
Modify some information about winaccent and sv_ttk_colorizer (#22)
* Modify some info about `winaccent` and `sv_ttk_colorizer` * Add `windows 11` tag to `sv_ttk_colorizer` * Change `sv_ttk_colorizer`'s description
1 parent 1e411e8 commit ef8d57c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/database.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -634,13 +634,13 @@
634634
"type": "pip",
635635
"icon": "pkg",
636636
"desc": "sv-ttk theme toolkit",
637-
"full_desc": "Sun Valley Theme Colorizer is a tool that allows you to quickly change the accent color of the Sun Valley ttk theme.",
637+
"full_desc": "A Python module for changing the accent color and applying some tweaks to @rdbende's Sun Valley ttk theme. Simple and easy to use.",
638638
"author": "Valer100",
639-
"highlights": ["Windows 11 look and feel for Tkinter", "Dark and light themes", "Easy to apply, just add `sv_ttk.use_dark_theme()`"],
639+
"highlights": ["change the accent color with no effort", "apply tweaks and fixes, like dark mode titlebars support", "export and import tweaks for future use", "live preview"],
640640
"repo_url": "https://github.com/Valer100/Sun-Valley-Theme-Colorizer",
641641
"image_url": "https://raw.githubusercontent.com/Valer100/Sun-Valley-Theme-Colorizer/main/screenshots/image_hero_dark.png",
642642
"installation": "pip install sv_ttk_colorizer",
643-
"tags": ["svttk", "sv-ttk", "sun valley theme", "svttkcolorizer", "sunvalleyttktheme", "colorizer"]
643+
"tags": ["svttk", "sv-ttk", "sun valley theme", "svttkcolorizer", "sunvalleyttktheme", "colorizer", "windows 11", "sv-ttk-c", "sv_ttk_c"]
644644
},
645645

646646
"TkFontAwesome": {
@@ -951,14 +951,14 @@
951951
"tags": ["ctkcalendar", "calendar", "calender", "month", "day", "year"]
952952
},
953953

954-
"WinAccent": {
954+
"winaccent": {
955955
"name": "winaccent",
956956
"type": "pip",
957957
"icon": "pkg",
958958
"desc": "Windows accent color utility",
959-
"full_desc": "A simple and lightweight Python module for getting Windows' accent color. With this module you can get both light and dark mode accent colors.",
959+
"full_desc": "A simple and lightweight Python module for getting Windows' accent color or a shade of it. Works on both Windows 10 and 11 and doesn't require additional dependencies.",
960960
"author": "Valer100",
961-
"highlights": ["get light, dark and normal accent colors", "get a callback when the accent color is changed", "lightweight and easy to use."],
961+
"highlights": ["get light mode/dark mode/normal accent color or a shade of it", "get a callback when the accent color is changed", "lightweight and easy to use", "no additional dependencies"],
962962
"repo_url": "https://github.com/Valer100/winaccent",
963963
"image_url": "https://github.com/Valer100/winaccent/blob/main/assets/hero.png?raw=true",
964964
"installation": "pip install winaccent",

0 commit comments

Comments
 (0)