|
634 | 634 | "type": "pip",
|
635 | 635 | "icon": "pkg",
|
636 | 636 | "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.", |
638 | 638 | "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"], |
640 | 640 | "repo_url": "https://github.com/Valer100/Sun-Valley-Theme-Colorizer",
|
641 | 641 | "image_url": "https://raw.githubusercontent.com/Valer100/Sun-Valley-Theme-Colorizer/main/screenshots/image_hero_dark.png",
|
642 | 642 | "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"] |
644 | 644 | },
|
645 | 645 |
|
646 | 646 | "TkFontAwesome": {
|
|
951 | 951 | "tags": ["ctkcalendar", "calendar", "calender", "month", "day", "year"]
|
952 | 952 | },
|
953 | 953 |
|
954 |
| -"WinAccent": { |
| 954 | +"winaccent": { |
955 | 955 | "name": "winaccent",
|
956 | 956 | "type": "pip",
|
957 | 957 | "icon": "pkg",
|
958 | 958 | "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.", |
960 | 960 | "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"], |
962 | 962 | "repo_url": "https://github.com/Valer100/winaccent",
|
963 | 963 | "image_url": "https://github.com/Valer100/winaccent/blob/main/assets/hero.png?raw=true",
|
964 | 964 | "installation": "pip install winaccent",
|
|
0 commit comments