From d679cce139eadd6215821282884131d66c768a75 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Sun, 27 Jul 2025 15:06:46 -0400 Subject: modules/foot: avoid depreciated field --- modules/foot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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; -- cgit v1.2.3