Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

White background color #12

Open
Vasissualiyp opened this issue Jan 17, 2025 · 0 comments
Open

White background color #12

Vasissualiyp opened this issue Jan 17, 2025 · 0 comments

Comments

@Vasissualiyp
Copy link

Vasissualiyp commented Jan 17, 2025

Hi,

I followed instructions to set it up, but my background color is white, no matter what values I set bgColor to. The logo animation works fine. Here's my module:

{config, pkgs, lib, ... }:
{
  nixos-boot = {
    enable = true;
    theme = "evil-nixos";
    bgColor.red   = 0; # 0 - 255
    bgColor.green = 0; # 0 - 255
    bgColor.blue  = 0; # 0 - 255
  };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant