feat: added dms plugin installation
This commit is contained in:
@@ -1,138 +0,0 @@
|
||||
@media -moz-pref("userChrome.theme-material") {
|
||||
:root {
|
||||
--md-sys-color-primary: #3a693b;
|
||||
--md-sys-color-surface-tint: #3a693b;
|
||||
--md-sys-color-on-primary: #ffffff;
|
||||
--md-sys-color-primary-container: #bbf0b6;
|
||||
--md-sys-color-on-primary-container: #002105;
|
||||
--md-sys-color-secondary: #52634f;
|
||||
--md-sys-color-on-secondary: #ffffff;
|
||||
--md-sys-color-secondary-container: #d5e8cf;
|
||||
--md-sys-color-on-secondary-container: #101f10;
|
||||
--md-sys-color-tertiary: #39656b;
|
||||
--md-sys-color-on-tertiary: #ffffff;
|
||||
--md-sys-color-tertiary-container: #bcebf1;
|
||||
--md-sys-color-on-tertiary-container: #001f23;
|
||||
--md-sys-color-error: #ba1a1a;
|
||||
--md-sys-color-on-error: #ffffff;
|
||||
--md-sys-color-error-container: #ffdad6;
|
||||
--md-sys-color-on-error-container: #410002;
|
||||
--md-sys-color-background: #f7fbf1;
|
||||
--md-sys-color-on-background: #181d17;
|
||||
--md-sys-color-surface: #f7fbf1;
|
||||
--md-sys-color-on-surface: #181d17;
|
||||
--md-sys-color-surface-variant: #dee5d9;
|
||||
--md-sys-color-on-surface-variant: #424940;
|
||||
--md-sys-color-outline: #72796f;
|
||||
--md-sys-color-outline-variant: #c2c9bd;
|
||||
--md-sys-color-shadow: #000000;
|
||||
--md-sys-color-scrim: #000000;
|
||||
--md-sys-color-inverse-surface: #2d322c;
|
||||
--md-sys-color-inverse-on-surface: #eef2e9;
|
||||
--md-sys-color-inverse-primary: #9fd49b;
|
||||
--md-sys-color-primary-fixed: #bbf0b6;
|
||||
--md-sys-color-on-primary-fixed: #002105;
|
||||
--md-sys-color-primary-fixed-dim: #9fd49b;
|
||||
--md-sys-color-on-primary-fixed-variant: #225025;
|
||||
--md-sys-color-secondary-fixed: #d5e8cf;
|
||||
--md-sys-color-on-secondary-fixed: #101f10;
|
||||
--md-sys-color-secondary-fixed-dim: #b9ccb4;
|
||||
--md-sys-color-on-secondary-fixed-variant: #3b4b39;
|
||||
--md-sys-color-tertiary-fixed: #bcebf1;
|
||||
--md-sys-color-on-tertiary-fixed: #001f23;
|
||||
--md-sys-color-tertiary-fixed-dim: #a1ced5;
|
||||
--md-sys-color-on-tertiary-fixed-variant: #1f4d53;
|
||||
--md-sys-color-surface-dim: #d7dbd2;
|
||||
--md-sys-color-surface-bright: #f7fbf1;
|
||||
--md-sys-color-surface-container-lowest: #ffffff;
|
||||
--md-sys-color-surface-container-low: #f1f5ec;
|
||||
--md-sys-color-surface-container: #f7fbf1;
|
||||
--md-sys-color-surface-container-high: #f7fbf1;
|
||||
--md-sys-color-surface-container-highest: #f7fbf1;
|
||||
|
||||
--m3-radius: 12px;
|
||||
--m3-radius-sm: 10px;
|
||||
--m3-elev-0: none;
|
||||
--m3-elev-1: 0 1px 2px color-mix(in srgb, var(--md-sys-color-shadow) 8%, transparent), 0 1px 3px color-mix(in srgb, var(--md-sys-color-shadow) 6%, transparent);
|
||||
--m3-elev-2: 0 2px 6px color-mix(in srgb, var(--md-sys-color-shadow) 10%, transparent), 0 1px 3px color-mix(in srgb, var(--md-sys-color-shadow) 6%, transparent);
|
||||
--m3-elev-3: 0 11px 7px color-mix(in srgb, var(--md-sys-color-shadow) 19%, transparent), 0 13px 25px color-mix(in srgb, var(--md-sys-color-shadow) 30%, transparent);
|
||||
--m3-elev-4: 0 14px 12px color-mix(in srgb, var(--md-sys-color-shadow) 17%, transparent), 0 20px 40px color-mix(in srgb, var(--md-sys-color-shadow) 30%, transparent);
|
||||
--m3-elev-5: 0 17px 17px color-mix(in srgb, var(--md-sys-color-shadow) 15%, transparent), 0 27px 55px color-mix(in srgb, var(--md-sys-color-shadow) 30%, transparent);
|
||||
|
||||
--tab-height: 34px;
|
||||
--urlbar-height: 38px;
|
||||
|
||||
--state-hover: color-mix(in srgb, var(--md-sys-color-on-surface) 8%, transparent);
|
||||
--state-press: color-mix(in srgb, var(--md-sys-color-on-surface) 12%, transparent);
|
||||
|
||||
--focus-ring: 0 0 0 2px color-mix(in srgb, var(--md-sys-color-primary) 70%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--md-sys-color-primary: #9fd49b;
|
||||
--md-sys-color-surface-tint: #9fd49b;
|
||||
--md-sys-color-on-primary: #073910;
|
||||
--md-sys-color-primary-container: #225025;
|
||||
--md-sys-color-on-primary-container: #bbf0b6;
|
||||
--md-sys-color-secondary: #b9ccb4;
|
||||
--md-sys-color-on-secondary: #253424;
|
||||
--md-sys-color-secondary-container: #3b4b39;
|
||||
--md-sys-color-on-secondary-container: #d5e8cf;
|
||||
--md-sys-color-tertiary: #a1ced5;
|
||||
--md-sys-color-on-tertiary: #00363c;
|
||||
--md-sys-color-tertiary-container: #1f4d53;
|
||||
--md-sys-color-on-tertiary-container: #bcebf1;
|
||||
--md-sys-color-error: #ffb4ab;
|
||||
--md-sys-color-on-error: #690005;
|
||||
--md-sys-color-error-container: #93000a;
|
||||
--md-sys-color-on-error-container: #ffdad6;
|
||||
--md-sys-color-background: #10140f;
|
||||
--md-sys-color-on-background: #e0e4db;
|
||||
--md-sys-color-surface: #10140f;
|
||||
--md-sys-color-on-surface: #e0e4db;
|
||||
--md-sys-color-surface-variant: #424940;
|
||||
--md-sys-color-on-surface-variant: #c2c9bd;
|
||||
--md-sys-color-outline: #8c9388;
|
||||
--md-sys-color-outline-variant: #424940;
|
||||
--md-sys-color-shadow: #000000;
|
||||
--md-sys-color-scrim: #000000;
|
||||
--md-sys-color-inverse-surface: #e0e4db;
|
||||
--md-sys-color-inverse-on-surface: #2d322c;
|
||||
--md-sys-color-inverse-primary: #3a693b;
|
||||
--md-sys-color-primary-fixed: #bbf0b6;
|
||||
--md-sys-color-on-primary-fixed: #002105;
|
||||
--md-sys-color-primary-fixed-dim: #9fd49b;
|
||||
--md-sys-color-on-primary-fixed-variant: #225025;
|
||||
--md-sys-color-secondary-fixed: #d5e8cf;
|
||||
--md-sys-color-on-secondary-fixed: #101f10;
|
||||
--md-sys-color-secondary-fixed-dim: #b9ccb4;
|
||||
--md-sys-color-on-secondary-fixed-variant: #3b4b39;
|
||||
--md-sys-color-tertiary-fixed: #bcebf1;
|
||||
--md-sys-color-on-tertiary-fixed: #001f23;
|
||||
--md-sys-color-tertiary-fixed-dim: #a1ced5;
|
||||
--md-sys-color-on-tertiary-fixed-variant: #1f4d53;
|
||||
--md-sys-color-surface-dim: #10140f;
|
||||
--md-sys-color-surface-bright: #363a34;
|
||||
--md-sys-color-surface-container-lowest: #0b0f0a;
|
||||
--md-sys-color-surface-container-low: #181d17;
|
||||
--md-sys-color-surface-container: #1c211b;
|
||||
--md-sys-color-surface-container-high: #272b25;
|
||||
--md-sys-color-surface-container-highest: #323630;
|
||||
|
||||
--m3-elev-1: 0 1px 2px color-mix(in srgb, var(--md-sys-color-shadow) 50%, transparent), 0 1px 3px color-mix(in srgb, var(--md-sys-color-shadow) 35%, transparent);
|
||||
--m3-elev-2: 0 4px 10px color-mix(in srgb, var(--md-sys-color-shadow) 55%, transparent), 0 1px 3px color-mix(in srgb, var(--md-sys-color-shadow) 35%, transparent);
|
||||
--m3-elev-3: 0 11px 7px color-mix(in srgb, var(--md-sys-color-shadow) 45%, transparent), 0 13px 25px color-mix(in srgb, var(--md-sys-color-shadow) 55%, transparent);
|
||||
--m3-elev-4: 0 14px 12px color-mix(in srgb, var(--md-sys-color-shadow) 42%, transparent), 0 20px 40px color-mix(in srgb, var(--md-sys-color-shadow) 55%, transparent);
|
||||
--m3-elev-5: 0 17px 17px color-mix(in srgb, var(--md-sys-color-shadow) 40%, transparent), 0 27px 55px color-mix(in srgb, var(--md-sys-color-shadow) 55%, transparent);
|
||||
|
||||
--state-hover: color-mix(in srgb, var(--md-sys-color-on-surface) 6%, transparent);
|
||||
--state-press: color-mix(in srgb, var(--md-sys-color-on-surface) 10%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
/* idk if this even works, but the suggestion in the material updated readme bricks symbols no matter how many fallbacks I add */
|
||||
:root {
|
||||
font-family: system-ui, "Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"matugenScheme": "scheme-tonal-spot",
|
||||
"matugenScheme": "scheme-vibrant",
|
||||
"matugenContrast": 0,
|
||||
"runUserMatugenTemplates": true,
|
||||
"matugenTargetMonitor": "",
|
||||
@@ -53,8 +53,8 @@
|
||||
"modalAnimationSpeed": 1,
|
||||
"modalCustomAnimationDuration": 150,
|
||||
"enableRippleEffects": true,
|
||||
"animationVariant": 0,
|
||||
"motionEffect": 0,
|
||||
"animationVariant": 1,
|
||||
"motionEffect": 1,
|
||||
"m3ElevationEnabled": true,
|
||||
"m3ElevationIntensity": 12,
|
||||
"m3ElevationOpacity": 30,
|
||||
@@ -262,7 +262,7 @@
|
||||
"appIdSubstitutions": [],
|
||||
"centeringMode": "geometric",
|
||||
"clockDateFormat": "d.MM.yyyy",
|
||||
"lockDateFormat": "",
|
||||
"lockDateFormat": "ddd d MMM yyyy",
|
||||
"greeterRememberLastSession": true,
|
||||
"greeterRememberLastUser": true,
|
||||
"greeterAutoLogin": false,
|
||||
@@ -273,19 +273,17 @@
|
||||
"greeterFontFamily": "",
|
||||
"greeterWallpaperFillMode": "",
|
||||
"greeterPamExternallyManaged": false,
|
||||
"greeterSyncPending": true,
|
||||
"greeterSyncBaseline": {
|
||||
"clockFormat": "auto"
|
||||
},
|
||||
"greeterSyncPending": false,
|
||||
"greeterSyncBaseline": {},
|
||||
"mediaSize": 1,
|
||||
"appLauncherViewMode": "list",
|
||||
"spotlightModalViewMode": "list",
|
||||
"browserPickerViewMode": "grid",
|
||||
"browserUsageHistory": {
|
||||
"brave-browser": {
|
||||
"firefox": {
|
||||
"count": 1,
|
||||
"lastUsed": 1785341210583,
|
||||
"name": "Brave"
|
||||
"lastUsed": 1785456198620,
|
||||
"name": "Firefox"
|
||||
}
|
||||
},
|
||||
"appPickerViewMode": "grid",
|
||||
@@ -348,10 +346,10 @@
|
||||
}
|
||||
],
|
||||
"networkPreference": "wifi",
|
||||
"iconThemeDark": "Papirus-Dark",
|
||||
"iconThemeDark": "System Default",
|
||||
"iconThemeLight": "System Default",
|
||||
"iconThemePerMode": false,
|
||||
"lastAppliedIconTheme": "Papirus-Dark",
|
||||
"lastAppliedIconTheme": "",
|
||||
"cursorSettings": {
|
||||
"theme": "breeze_cursors",
|
||||
"size": 24,
|
||||
@@ -445,7 +443,7 @@
|
||||
"matugenTemplateMangowc": false,
|
||||
"matugenTemplateQt5ct": true,
|
||||
"matugenTemplateQt6ct": true,
|
||||
"matugenTemplateFirefox": true,
|
||||
"matugenTemplateFirefox": false,
|
||||
"matugenTemplatePywalfox": true,
|
||||
"matugenTemplateZenBrowser": false,
|
||||
"matugenTemplateVesktop": true,
|
||||
@@ -646,10 +644,6 @@
|
||||
},
|
||||
"music",
|
||||
"clock",
|
||||
{
|
||||
"id": "timer",
|
||||
"enabled": true
|
||||
},
|
||||
"weather",
|
||||
{
|
||||
"id": "colorPicker",
|
||||
@@ -676,6 +670,10 @@
|
||||
"id": "systemUpdate",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "timer",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "capsLockIndicator",
|
||||
"enabled": true
|
||||
@@ -888,7 +886,11 @@
|
||||
"edit",
|
||||
"delete"
|
||||
],
|
||||
"launcherPluginVisibility": {},
|
||||
"launcherPluginVisibility": {
|
||||
"emojiLauncher": {
|
||||
"allowWithoutTrigger": true
|
||||
}
|
||||
},
|
||||
"launcherPluginOrder": [],
|
||||
"frameEnabled": false,
|
||||
"frameThickness": 16,
|
||||
|
||||
Reference in New Issue
Block a user