aboutsummaryrefslogtreecommitdiff
path: root/modules/foot.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-10 21:17:14 +0200
committerschererleander <leander@schererleander.de>2025-05-10 21:17:14 +0200
commite04b5300532d21adf889cccf05b7d1f64c290825 (patch)
tree833311b86d490bdcac002d5928243afc7be2612e /modules/foot.nix
parentb66ea884dfa44f9a126cd491c8cb7e91253ea104 (diff)
formatting
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