From e04b5300532d21adf889cccf05b7d1f64c290825 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 10 May 2025 21:17:14 +0200 Subject: formatting --- modules/foot.nix | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'modules/foot.nix') diff --git a/modules/foot.nix b/modules/foot.nix index 9804db4..4fe4e4b 100644 --- a/modules/foot.nix +++ b/modules/foot.nix @@ -19,16 +19,16 @@ in { line-height = 12; }; - cursor = { - style = "underline"; - unfocused-style = "unchanged"; - blink = true; - }; + cursor = { + style = "underline"; + unfocused-style = "unchanged"; + blink = true; + }; colors = { - alpha=0.9; - # Gruvbox Theme - background = "000000"; + alpha = 0.9; + # Gruvbox Theme + background = "000000"; foreground = "ebdbb2"; regular0 = "282828"; @@ -52,5 +52,4 @@ in { }; }; }; -} - +} \ No newline at end of file -- cgit v1.3.1