mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
feat(matugen): add color preview pallette & outline border option theme settings
- Closes #1738
This commit is contained in:
@@ -3058,7 +3058,8 @@
|
||||
"transparency"
|
||||
],
|
||||
"icon": "blur_on",
|
||||
"description": "Your compositor does not support background blur (ext-background-effect-v1)"
|
||||
"description": "Your compositor does not support background blur (ext-background-effect-v1)",
|
||||
"conditionKey": "isNiri"
|
||||
},
|
||||
{
|
||||
"section": "barElevationEnabled",
|
||||
@@ -3087,56 +3088,6 @@
|
||||
],
|
||||
"description": "Shadow elevation on bars and panels"
|
||||
},
|
||||
{
|
||||
"section": "blurBorderColor",
|
||||
"label": "Blur Border Color",
|
||||
"tabIndex": 10,
|
||||
"category": "Theme & Colors",
|
||||
"keywords": [
|
||||
"appearance",
|
||||
"around",
|
||||
"blur",
|
||||
"blurred",
|
||||
"border",
|
||||
"color",
|
||||
"colors",
|
||||
"colour",
|
||||
"edge",
|
||||
"hue",
|
||||
"look",
|
||||
"outline",
|
||||
"scheme",
|
||||
"style",
|
||||
"surfaces",
|
||||
"theme",
|
||||
"tint"
|
||||
],
|
||||
"description": "Border color around blurred surfaces"
|
||||
},
|
||||
{
|
||||
"section": "blurBorderOpacity",
|
||||
"label": "Blur Border Opacity",
|
||||
"tabIndex": 10,
|
||||
"category": "Theme & Colors",
|
||||
"keywords": [
|
||||
"appearance",
|
||||
"blur",
|
||||
"blurred",
|
||||
"border",
|
||||
"colors",
|
||||
"controls",
|
||||
"edge",
|
||||
"look",
|
||||
"opacity",
|
||||
"outer",
|
||||
"protocol",
|
||||
"scheme",
|
||||
"style",
|
||||
"theme",
|
||||
"windows"
|
||||
],
|
||||
"description": "Controls the outer edge of protocol-blurred windows"
|
||||
},
|
||||
{
|
||||
"section": "buttonColorMode",
|
||||
"label": "Button Color",
|
||||
@@ -4057,6 +4008,62 @@
|
||||
"icon": "layers",
|
||||
"description": "Material inspired shadows and elevation on modals, popouts, and dialogs"
|
||||
},
|
||||
{
|
||||
"section": "blurBorderColor",
|
||||
"label": "Surface Border Color",
|
||||
"tabIndex": 10,
|
||||
"category": "Theme & Colors",
|
||||
"keywords": [
|
||||
"appearance",
|
||||
"around",
|
||||
"border",
|
||||
"color",
|
||||
"colors",
|
||||
"colour",
|
||||
"edge",
|
||||
"hue",
|
||||
"look",
|
||||
"modal",
|
||||
"modals",
|
||||
"outline",
|
||||
"popouts",
|
||||
"popup",
|
||||
"scheme",
|
||||
"shell",
|
||||
"style",
|
||||
"surface",
|
||||
"surfaces",
|
||||
"theme",
|
||||
"tint"
|
||||
],
|
||||
"description": "Border color around popouts, modals, and other shell surfaces"
|
||||
},
|
||||
{
|
||||
"section": "blurBorderOpacity",
|
||||
"label": "Surface Border Opacity",
|
||||
"tabIndex": 10,
|
||||
"category": "Theme & Colors",
|
||||
"keywords": [
|
||||
"appearance",
|
||||
"border",
|
||||
"colors",
|
||||
"controls",
|
||||
"look",
|
||||
"modal",
|
||||
"modals",
|
||||
"opacity",
|
||||
"outline",
|
||||
"popouts",
|
||||
"popup",
|
||||
"scheme",
|
||||
"shell",
|
||||
"style",
|
||||
"surface",
|
||||
"surfaces",
|
||||
"theme"
|
||||
],
|
||||
"description": "Controls the outline of popouts, modals, and other shell surfaces"
|
||||
},
|
||||
{
|
||||
"section": "popupTransparency",
|
||||
"label": "Surface Opacity",
|
||||
|
||||
@@ -2632,14 +2632,14 @@
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Blur Border Color",
|
||||
"term": "Surface Border Color",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Blur Border Opacity",
|
||||
"term": "Surface Border Opacity",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
@@ -2758,7 +2758,7 @@
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Border color around blurred surfaces",
|
||||
"term": "Border color around popouts, modals, and other shell surfaces",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
@@ -4340,7 +4340,7 @@
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Controls the outer edge of protocol-blurred windows",
|
||||
"term": "Controls the outer edge of popouts, modals, and other shell surfaces",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
@@ -17696,7 +17696,7 @@
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Subtle Overlay",
|
||||
"term": "Overlay",
|
||||
"translation": "",
|
||||
"context": "widget background color option",
|
||||
"reference": "",
|
||||
|
||||
Reference in New Issue
Block a user