Доавление описания патчей в docstring

This commit is contained in:
2025-09-15 00:26:45 +03:00
parent 24a8a1d4d3
commit b8ab508dfb
9 changed files with 77 additions and 11 deletions
+17 -1
View File
@@ -1,4 +1,20 @@
"""Change application theme"""
"""
Изменяет цветовую тему приложения и иконку
"color_theme": {
"colors": {
"primary": "#ccff00",
"secondary": "#ffffd700",
"background": "#ffffff",
"text": "#000000"
},
"gradient": {
"angle": "135.0",
"from": "#ffff6060",
"to": "#ffccff00"
}
}
"""
priority = 0
from lxml import etree