Доавление описания патчей в docstring
This commit is contained in:
+17
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user