aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-07-27 15:06:46 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-07-27 15:06:46 -0400
commitd679cce139eadd6215821282884131d66c768a75 (patch)
tree3b25c893b8781456ef8684a0d186c056208bfab8
parent2b8c10b3674a42d10cbf4878266d0e7745de985a (diff)
downloadhome-d679cce139eadd6215821282884131d66c768a75.tar.gz
modules/foot: avoid depreciated field
-rw-r--r--modules/foot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/foot.nix b/modules/foot.nix
index 68243a8..e0cabda 100644
--- a/modules/foot.nix
+++ b/modules/foot.nix
@@ -34,11 +34,11 @@ in
cursor = {
style = "block";
blink = "no";
- color = "0f0f0f cacaca";
};
colors = {
# alpha=0.7;
+ cursor = (fmt scheme.base00) + " " + (fmt scheme.base05);
foreground = fmt scheme.base05;
background = fmt scheme.base00;
regular0 = fmt scheme.base01;