feat(controlcenter): Add system icon colorization

This commit is contained in:
loner
2025-11-29 21:57:49 +08:00
parent 3db394c80a
commit 01d42e55f3
4 changed files with 63 additions and 3 deletions
+9
View File
@@ -106,6 +106,10 @@
"description": "Apply theme colors to your distribution logo.",
"label": "Colorize distro logo"
},
"color-selection": {
"description": "Apply theme colors to icons.",
"label": "Select Color"
},
"icon": {
"description": "Select an icon from the library or a custom file.",
"label": "Icon"
@@ -114,6 +118,10 @@
"use-distro-logo": {
"description": "Use your distribution's logo instead of a custom icon.",
"label": "Use distro logo instead of icon"
},
"colorize-system-icon": {
"description": "Apply theme colors to system icons.",
"label": "Colorize system icon"
}
},
"custom-button": {
@@ -542,6 +550,7 @@
},
"colors": {
"error": "Error",
"none": "None",
"onSurface": "On Surface",
"primary": "Primary",
"secondary": "Secondary",