aboutsummaryrefslogtreecommitdiff
path: root/modules/foot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/foot.nix')
-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;