diff options
Diffstat (limited to 'dotfiles/.config/DankMaterialShell/settings.json')
| -rw-r--r-- | dotfiles/.config/DankMaterialShell/settings.json | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/dotfiles/.config/DankMaterialShell/settings.json b/dotfiles/.config/DankMaterialShell/settings.json index 60dd5d6..044367b 100644 --- a/dotfiles/.config/DankMaterialShell/settings.json +++ b/dotfiles/.config/DankMaterialShell/settings.json @@ -1,7 +1,7 @@ { "currentThemeName": "custom", - "currentThemeCategory": "registry", - "customThemeFile": "/home/yaroslav/.config/DankMaterialShell/themes/bru/theme.json", + "currentThemeCategory": "custom", + "customThemeFile": "/home/yaroslav/.config/DankMaterialShell/themes/ultramar/theme.json", "registryThemeVariants": { "modus": { "dark": { @@ -24,6 +24,16 @@ "flavor": "latte", "accent": "teal" } + }, + "ultramar": { + "dark": { + "flavor": "oscuro", + "accent": "turquesa" + }, + "light": { + "flavor": "claro", + "accent": "turquesa" + } } }, "matugenScheme": "scheme-rainbow", @@ -37,7 +47,7 @@ "widgetBackgroundCustomStrength": 0.5, "widgetColorMode": "default", "controlCenterTileColorMode": "primary", - "buttonColorMode": "primary", + "buttonColorMode": "primaryContainer", "cornerRadius": 6, "niriLayoutGapsOverride": 6, "niriLayoutRadiusOverride": 1, @@ -62,15 +72,15 @@ "windSpeedUnit": "kmh", "nightModeEnabled": false, "animationSpeed": 4, - "customAnimationDuration": 111, - "syncComponentAnimationSpeeds": true, - "popoutAnimationSpeed": 1, - "popoutCustomAnimationDuration": 150, + "customAnimationDuration": 148, + "syncComponentAnimationSpeeds": false, + "popoutAnimationSpeed": 4, + "popoutCustomAnimationDuration": 120, "modalAnimationSpeed": 1, "modalCustomAnimationDuration": 150, "enableRippleEffects": true, "animationVariant": 0, - "motionEffect": 0, + "motionEffect": 1, "m3ElevationEnabled": true, "m3ElevationIntensity": 12, "m3ElevationOpacity": 30, @@ -213,7 +223,7 @@ "workspaceActiveAppHighlightEnabled": false, "workspaceColorMode": "default", "workspaceFocusedCustomColor": "#6750A4", - "workspaceOccupiedColorMode": "none", + "workspaceOccupiedColorMode": "primaryContainer", "workspaceOccupiedCustomColor": "#625B71", "workspaceUnfocusedColorMode": "default", "workspaceUnfocusedCustomColor": "#49454E", @@ -223,10 +233,10 @@ "workspaceFocusedBorderColor": "primary", "workspaceFocusedBorderCustomColor": "#6750A4", "workspaceFocusedBorderThickness": 2, - "workspaceUnfocusedMonitorSeparateAppearance": false, - "workspaceUnfocusedMonitorColorMode": "default", + "workspaceUnfocusedMonitorSeparateAppearance": true, + "workspaceUnfocusedMonitorColorMode": "secondary", "workspaceUnfocusedMonitorFocusedCustomColor": "#6750A4", - "workspaceUnfocusedMonitorOccupiedColorMode": "none", + "workspaceUnfocusedMonitorOccupiedColorMode": "secondaryContainer", "workspaceUnfocusedMonitorOccupiedCustomColor": "#625B71", "workspaceUnfocusedMonitorUnfocusedColorMode": "default", "workspaceUnfocusedMonitorUnfocusedCustomColor": "#49454E", @@ -338,10 +348,10 @@ } ], "networkPreference": "wifi", - "iconThemeDark": "System Default", - "iconThemeLight": "System Default", - "iconThemePerMode": false, - "lastAppliedIconTheme": "", + "iconThemeDark": "breeze-dark", + "iconThemeLight": "breeze", + "iconThemePerMode": true, + "lastAppliedIconTheme": "breeze-dark", "cursorSettings": { "theme": "System Default", "size": 24, @@ -690,14 +700,6 @@ "showSwap": false }, { - "id": "powerUsagePlugin", - "enabled": true - }, - { - "id": "battery", - "enabled": true - }, - { "id": "separator", "enabled": true }, |
