From f62a0e5f832c761e53ae8072b1e9f5ebd8dabaa6 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Tue, 12 Aug 2025 14:05:19 -0400 Subject: [PATCH] Attempt at improving Wallust - looks ok with bright wallpapers - kinda suck with dark wallpapers --- Assets/Wallust/templates/noctalia.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Assets/Wallust/templates/noctalia.json b/Assets/Wallust/templates/noctalia.json index dd3e547..90af322 100644 --- a/Assets/Wallust/templates/noctalia.json +++ b/Assets/Wallust/templates/noctalia.json @@ -6,18 +6,18 @@ "surface": "{{ background | lighten(0.04) }}", "surfaceVariant": "{{ background | lighten(0.08) }}", - "textPrimary": "{{ foreground | darken(0.1) }}", - "textSecondary": "{{ foreground | darken(0.3) }}", + "textPrimary": "{{ foreground }}", + "textSecondary": "{{ foreground | darken(0.25) }}", "textDisabled": "{{ foreground | darken(0.5) }}", - "accentPrimary": "{{ color4 | darken(0.3) | saturate(0.4) }}", - "accentSecondary": "{{ color1 | darken(0.4) | saturate(0.3) }}", - "accentTertiary": "{{ color3 | darken(0.35) | saturate(0.35) }}", + "accentPrimary": "{{ color1 }}", + "accentSecondary": "{{ color6 }}", + "accentTertiary": "{{ color4 }}", - "error": "{{ color5 | darken(0.25) | saturate(0.5) }}", - "warning": "{{ color6 | darken(0.3) | saturate(0.4) }}", + "error": "{{ color5 | saturate(0.5) }}", + "warning": "{{ color6 | saturate(0.4) }}", - "hover": "{{ color4 | darken(0.2) | saturate(0.3) }}", + "hover": "{{ color14 }}", "onAccent": "{{ background }}", "outline": "{{ background | lighten(0.15) }}",