diff --git a/flake-modules/rice.nix b/flake-modules/rice.nix index 0503d59..12cfc31 100644 --- a/flake-modules/rice.nix +++ b/flake-modules/rice.nix @@ -26,7 +26,7 @@ pkgs: rec { fbcolor = (builtins.fromJSON (builtins.readFile ./colors.json)).base; fcolor = facolor // fbcolor; xcolor = with ccolor; with fcolor; { - background = "#000000"; + # background = "#000000"; # foreground = "#dddddd"; # accent = blue; # secondary = cyan;