diff options
Diffstat (limited to 'common/modules/matugen/templates/matugen-vesktop.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-vesktop.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/modules/matugen/templates/matugen-vesktop.nix b/common/modules/matugen/templates/matugen-vesktop.nix index aa3639f..44a6b20 100644 --- a/common/modules/matugen/templates/matugen-vesktop.nix +++ b/common/modules/matugen/templates/matugen-vesktop.nix @@ -103,7 +103,11 @@ --bg-1: {{colors.surface_variant.default.hex}}; --bg-2: {{colors.surface_container_high.default.hex}}; --bg-3: {{colors.surface_container_low.default.hex}}; + <* if {{ is_dark_mode }} *> --bg-4: {{colors.surface.default.hex}}; + <* else *> + --bg-4: {{colors.surface_container_low.default.hex}}; + <* endif *> /* hovers - using on_surface hex + CSS hex opacity (1a=10%, 33=20%, 4d=30%) */ --hover: {{colors.on_surface.default.hex}}1a; |
