mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Add wallust support
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"backgroundPrimary": "{{ background }}",
|
||||
"backgroundSecondary": "{{ background | lighten(0.05) }}",
|
||||
"backgroundTertiary": "{{ background | lighten(0.1) }}",
|
||||
|
||||
"surface": "{{ background | lighten(0.08) }}",
|
||||
"surfaceVariant": "{{ background | lighten(0.15) }}",
|
||||
|
||||
"textPrimary": "{{ foreground }}",
|
||||
"textSecondary": "{{ foreground | darken(0.1) }}",
|
||||
"textDisabled": "{{ foreground | darken(0.4) }}",
|
||||
|
||||
"accentPrimary": "{{ color4 }}",
|
||||
"accentSecondary": "{{ color4 | lighten(0.2) }}",
|
||||
"accentTertiary": "{{ color4 | darken(0.2) }}",
|
||||
|
||||
"error": "{{ color5 | lighten(0.1) }}",
|
||||
"warning": "{{ color5 | lighten(0.3) }}",
|
||||
|
||||
"highlight": "{{ color4 | lighten(0.4) }}",
|
||||
"onAccent": "{{ background }}",
|
||||
"outline": "{{ background | lighten(0.3) }}",
|
||||
|
||||
"shadow": "{{ background }}",
|
||||
"overlay": "{{ background }}"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"backgroundPrimary": "{{ background }}",
|
||||
"backgroundSecondary": "{{ background | lighten(0.03) }}",
|
||||
"backgroundTertiary": "{{ background | lighten(0.06) }}",
|
||||
|
||||
"surface": "{{ background | lighten(0.04) }}",
|
||||
"surfaceVariant": "{{ background | lighten(0.08) }}",
|
||||
|
||||
"textPrimary": "{{ foreground | darken(0.1) }}",
|
||||
"textSecondary": "{{ foreground | darken(0.3) }}",
|
||||
"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) }}",
|
||||
|
||||
"error": "{{ color5 | darken(0.25) | saturate(0.5) }}",
|
||||
"warning": "{{ color6 | darken(0.3) | saturate(0.4) }}",
|
||||
|
||||
"hover": "{{ color4 | darken(0.2) | saturate(0.3) }}",
|
||||
"onAccent": "{{ background }}",
|
||||
"outline": "{{ background | lighten(0.15) }}",
|
||||
|
||||
"shadow": "{{ background }}",
|
||||
"overlay": "{{ background }}"
|
||||
}
|
||||
@@ -44,4 +44,4 @@ check_contrast = true
|
||||
# target: ABSOLUTE path in which to place a file with generated templated values.
|
||||
# ¡ If either one is a directory, then both SHOULD be one. !
|
||||
# zathura = { template = 'zathura', target = '~/.config/zathura/zathurarc' }
|
||||
Quickshell = { template = 'quickshell.json', target = '~/.config/Noctalia/Theme.json' }
|
||||
Noctalia = { template = 'noctalia.json', target = '~/.config/noctalia/Theme.json' }
|
||||
Reference in New Issue
Block a user