diff options
Diffstat (limited to 'common/modules/matugen/templates/matugen-terminal.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-terminal.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/modules/matugen/templates/matugen-terminal.nix b/common/modules/matugen/templates/matugen-terminal.nix index 5ae9d86..c592226 100644 --- a/common/modules/matugen/templates/matugen-terminal.nix +++ b/common/modules/matugen/templates/matugen-terminal.nix @@ -87,9 +87,9 @@ xdg.configFile."matugen/templates/ghostty.conf" = { text = '' <* if {{ is_dark_mode }} *> - background = '{{colors.background.default.hex}}' + background = {{colors.background.default.hex}} <* else *> - background = '{{colors.surface_container.default.hex}}' + background = {{colors.surface_container.default.hex}} <* endif *> foreground = {{colors.on_surface.default.hex}} cursor-color = {{colors.primary.default.hex}} |
