summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates/matugen-terminal.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-25 01:00:42 +0530
committerbrustybee <bee@4d2.org>2026-03-25 01:00:42 +0530
commita2f09d4f75cf9d00fa225bf3a75a01a23b6feeaa (patch)
treecc8c185f1f2d351d9cbd16fa47621af61512fd75 /common/modules/matugen/templates/matugen-terminal.nix
parentbd007ed24262fd6fad5de586e35955b65854edfb (diff)
lot is a lot
Diffstat (limited to 'common/modules/matugen/templates/matugen-terminal.nix')
-rw-r--r--common/modules/matugen/templates/matugen-terminal.nix4
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}}