diff options
| author | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
|---|---|---|
| committer | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
| commit | 2c2669697fdeaf7316feed3449d2082d255de5af (patch) | |
| tree | 4d8ed566c2be1ec01c54a3eb6106c40fa79ddb8a /common/modules/matugen/templates/matugen-nvim.nix | |
| parent | b6e25e72d30d9810abc0eb48058334e2495350f8 (diff) | |
Debloat
Diffstat (limited to 'common/modules/matugen/templates/matugen-nvim.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-nvim.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/modules/matugen/templates/matugen-nvim.nix b/common/modules/matugen/templates/matugen-nvim.nix index 0b7b421..8e6f5f5 100644 --- a/common/modules/matugen/templates/matugen-nvim.nix +++ b/common/modules/matugen/templates/matugen-nvim.nix @@ -10,7 +10,11 @@ { "mode": "{{mode}}", "source_color":"{{colors.primary.default.hex}}", - "background":"{{colors.background.default.hex}}" + <* if {{ is_dark_mode }} *> + "background":"{{colors.surface.default.hex}}" + <* else *> + "background":"{{colors.surface_container_low.default.hex}}" + <* endif *> } ''; }; |
