{"id":20691729,"url":"https://github.com/necraul/kuroneko-themes","last_synced_at":"2026-04-17T16:31:44.219Z","repository":{"id":226547240,"uuid":"768996956","full_name":"NecRaul/kuroneko-themes","owner":"NecRaul","description":"GRUB themes for personal use","archived":false,"fork":false,"pushed_at":"2024-03-08T06:09:21.000Z","size":11757,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T01:33:29.439Z","etag":null,"topics":["grub","grub-theme","grub-themes","linux","theme","themes"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NecRaul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-08T06:04:05.000Z","updated_at":"2024-03-23T22:01:12.000Z","dependencies_parsed_at":"2024-03-08T07:36:48.298Z","dependency_job_id":null,"html_url":"https://github.com/NecRaul/kuroneko-themes","commit_stats":null,"previous_names":["necraul/kuroneko-themes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NecRaul/kuroneko-themes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NecRaul%2Fkuroneko-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NecRaul%2Fkuroneko-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NecRaul%2Fkuroneko-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NecRaul%2Fkuroneko-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NecRaul","download_url":"https://codeload.github.com/NecRaul/kuroneko-themes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NecRaul%2Fkuroneko-themes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31936545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grub","grub-theme","grub-themes","linux","theme","themes"],"created_at":"2024-11-16T23:17:42.673Z","updated_at":"2026-04-17T16:31:44.202Z","avatar_url":"https://github.com/NecRaul.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kuroneko-themes\n\nGRUB themes for personal use.\n\n## Requirements\n\n`dialog` package is optionally required if you run the script without any options.\n\n## Usage\n\n```Bash\nsudo bash install.sh\n    -t, --theme     theme variant(s)          [hide|cat|shirt]          (default is hide)\n    -i, --icon      icon variant(s)           [white|color]             (default is white)\n    -s, --screen    screen display variant(s) [1080p|2k|4k]             (default is 1080p)\n    -r, --remove    Remove theme              [hide|cat|shirt]          (must add theme name option, default is hide)\n    -g, --generate  do not install but generate theme into directory    (must add your directory)\n    -b, --boot      install theme into '/boot/grub' or '/boot/grub2'\n    -h, --help      Show this help\n```\n\n_If no options are used, a user interface `dialog` will show up instead_\n\n### Examples\n\n- Install Hide theme on 2k display device:\n\n```sh\nsudo bash install.sh -t hide -s 2k\n```\n\n- Install Hide theme into /boot/grub/themes:\n\n```sh\nsudo bash install.sh -b -t hide\n```\n\n- Uninstall Hide theme:\n\n```sh\nsudo bash install.sh -r -t hide\n```\n\n## Issues / tweaks\n\n### Correcting display resolution\n\n- On the grub screen, press `c` to enter the command line\n- Enter `vbeinfo` or `videoinfo` to check available resolutions\n- Open `/etc/default/grub`, and edit `GRUB_GFXMODE=[height]x[width]x32` to match your resolution\n- Finally, run `grub-mkconfig -o /boot/grub/grub.cfg` to update your grub config\n\n### Setting a custom background\n\n- Make sure you have `imagemagick` installed, or at least something that provides `convert`\n- Find the resolution of your display, and make sure your background matches the resolution\n  - 1920x1080 \u003e\u003e 1080p\n  - 2560x1440 \u003e\u003e 2k\n  - 3840x2160 \u003e\u003e 4k\n- Place your custom background inside the root of the project, and name it `background.jpg`\n- Run the installer like normal, but with -s `[YOUR_RESOLUTION]` and -t `[THEME]` and -i `[ICON]`\n  - Make sure to replace `[YOUR_RESOLUTION]` with your resolution and `[THEME]` with the theme\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnecraul%2Fkuroneko-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnecraul%2Fkuroneko-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnecraul%2Fkuroneko-themes/lists"}