aboutsummaryrefslogtreecommitdiff
path: root/modules/foot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/foot.nix')
-rw-r--r--modules/foot.nix19
1 files changed, 9 insertions, 10 deletions
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