diff --git a/demilich/home.nix b/demilich/home.nix index 9a6d037..330f701 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -176,14 +176,14 @@ "14=#b2f8f5" "15=#f5f9f5" ]; - background = "1f2620"; - foreground = "eaeaea"; - cursor-color = "fffd98"; - cursor-text = "3f4c3f"; + background = "#1f2620"; + foreground = "#eaeaea"; + cursor-color = "#fffd98"; + cursor-text = "#3f4c3f"; cursor-opacity = 0.7; cursor-style = "block"; - selection-background = "3f4c3f"; - selection-foreground = "ffffea"; + selection-background = "#3f4c3f"; + selection-foreground = "#ffffea"; background-opacity = 1; window-padding-x = "2,2"; window-padding-y = "2,2"; @@ -775,4 +775,4 @@ # }; # }; # }; -} +} \ No newline at end of file