Skip to content

Boo15mario/access-grub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Access-Grub Theme

A red and white high-contrast GRUB theme, designed for accessibility and clarity.

Installation for NixOS

Add this to your configuration.nix:

{ pkgs, ... }:

let
  access-grub = pkgs.fetchFromGitHub {
    owner = "Boo15mario";
    repo = "access-grub";
    rev = "main";
    sha256 = "0000000000000000000000000000000000000000000000000000"; # Replace with actual sha256
  };
in
{
  boot.loader.grub = {
    enable = true;
    device = "nodev";
    efiSupport = true;
    theme = "${access-grub}/red-white-grub";
  };
}

Features

  • Black background with white text.
  • Red selection highlight for better visibility.
  • Minimal and clean layout.

About

A red and white high-contrast GRUB theme for NixOS and other systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages