aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-07-23 02:49:48 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-07-23 02:49:48 +0300
commit1171e0f6245cf1c4d1cc8859ee3926ecc5d17bba (patch)
treedebfc86a95542fb3a006ce01212fd4317b738c3e /dotfiles/.config
parent44e8adf9fb5c062372e3c9753c9edc05b20f7ed3 (diff)
downloadswayrice-1171e0f6245cf1c4d1cc8859ee3926ecc5d17bba.tar.gz
swayrice-1171e0f6245cf1c4d1cc8859ee3926ecc5d17bba.zip
dms: custom theme
Diffstat (limited to 'dotfiles/.config')
-rw-r--r--dotfiles/.config/DankMaterialShell/settings.json50
-rw-r--r--dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json105
2 files changed, 131 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
},
diff --git a/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json b/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json
new file mode 100644
index 0000000..48388e0
--- /dev/null
+++ b/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json
@@ -0,0 +1,105 @@
+{
+ "id": "ultramar",
+ "name": "Ultramar",
+ "version": "1.0.0",
+ "author": "yar",
+ "description": "Warm theme based on Bru",
+ "dark": {
+ "surfaceText": "#f5e8c7",
+ "surfaceVariantText": "#fbf3db",
+ "backgroundText": "#f5e8c7",
+ "outline": "#8a7f6f",
+ "error": "#fa5750",
+ "warning": "#ed8649",
+ "info": "#4695f7"
+ },
+ "light": {
+ "surfaceText": "#3a2f22",
+ "surfaceVariantText": "#2d241a",
+ "backgroundText": "#3a2f22",
+ "outline": "#8a7f6f",
+ "error": "#d2212d",
+ "warning": "#c25d1e",
+ "info": "#0072d4"
+ },
+ "variants": {
+ "type": "multi",
+ "defaults": {
+ "dark": {
+ "accent": "turquesa",
+ "flavor": "oscuro"
+ },
+ "light": {
+ "accent": "turquesa",
+ "flavor": "claro"
+ }
+ },
+ "flavors": [
+ {
+ "id": "oscuro",
+ "name": "Oscuro",
+ "dark": {
+ "surface": "#26211c",
+ "surfaceVariant": "#322b23",
+ "background": "#1c1814",
+ "surfaceContainer": "#26211c",
+ "surfaceContainerHigh": "#322b23",
+ "surfaceContainerHighest": "#3a332b"
+ },
+ "light": {}
+ },
+ {
+ "id": "claro",
+ "name": "Claro",
+ "dark": {},
+ "light": {
+ "surface": "#f3ead0",
+ "surfaceVariant": "#ece3cc",
+ "background": "#faf3e0",
+ "surfaceContainer": "#f3ead0",
+ "surfaceContainerHigh": "#ece3cc",
+ "surfaceContainerHighest": "#e0d4b0"
+ }
+ }
+ ],
+ "accents": [
+ {
+ "id": "turquesa",
+ "oscuro": {
+ "primary": "#7fac96",
+ "primaryText": "#1c1814",
+ "primaryContainer": "#1f3630",
+ "secondary": "#e2b55a",
+ "surfaceTint": "#1f2924"
+ },
+ "claro": {
+ "primary": "#5b8277",
+ "primaryText": "#faf3e0",
+ "primaryContainer": "#bbe0cf",
+ "secondary": "#b2872f",
+ "surfaceTint": "#fcf6da"
+ },
+ "name": "Turquesa"
+ },
+ {
+ "id": "verde",
+ "oscuro": {
+ "primary": "#92b078",
+ "primaryText": "#1c1814",
+ "primaryContainer": "#36481e",
+ "secondary": "#e2b55a",
+ "surfaceTint": "#242817"
+ },
+ "claro": {
+ "primary": "#6d974b",
+ "primaryText": "#faf3e0",
+ "primaryContainer": "#dfe4be",
+ "secondary": "#b2872f",
+ "surfaceTint": "#dfe4be"
+ },
+ "name": "Verde"
+ }
+ ]
+ },
+ "sourceDir": "ultramar"
+}