mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 18:15:41 +00:00
Attempt at improving Wallust
- looks ok with bright wallpapers - kinda suck with dark wallpapers
This commit is contained in:
@@ -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) }}",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user