├── README.md ├── preview.png ├── yorha-1920x1080 ├── background.png ├── comfortaa_16.pf2 ├── comfortaa_18.pf2 ├── comfortaa_24.pf2 ├── comfortaa_36.pf2 ├── progress_bar_c.png ├── progress_highlight_c.png ├── slider_c.png ├── slider_n.png ├── slider_s.png └── theme.txt ├── yorha-2256x1504 ├── background.png ├── comfortaa_24.pf2 ├── comfortaa_26.pf2 ├── comfortaa_28.pf2 ├── comfortaa_30.pf2 ├── comfortaa_32.pf2 ├── comfortaa_36.pf2 ├── comfortaa_48.pf2 ├── progress_bar_c.png ├── progress_highlight_c.png ├── slider_c.png ├── slider_n.png ├── slider_s.png └── theme.txt ├── yorha-2560x1440 ├── background.png ├── comfortaa_24.pf2 ├── comfortaa_32.pf2 ├── comfortaa_36.pf2 ├── comfortaa_48.pf2 ├── progress_bar_c.png ├── progress_highlight_c.png ├── slider_c.png ├── slider_n.png ├── slider_s.png └── theme.txt └── yorha-3840x2160 ├── background.png ├── comfortaa_36.pf2 ├── comfortaa_48.pf2 ├── comfortaa_72.pf2 ├── progress_bar_c.png ├── progress_highlight_c.png ├── slider_c.png ├── slider_n.png ├── slider_s.png └── theme.txt /README.md: -------------------------------------------------------------------------------- 1 | # YoRHa GRUB theme 2 | 3 | ![Alt text](preview.png?raw=true "Preview") 4 | 5 | ## To install: 6 | 7 | ### Step 1 8 | Find your monitor's resolution and copy the corresponding folder to `/boot/grub/themes` 9 | 10 | ### Step 2 11 | Edit your `/etc/default/grub` file to include `GRUB_THEME="/boot/grub/themes/ *folder you copied* /theme.txt"` 12 | 13 | **For example:** `GRUB_THEME="/boot/grub/themes/yorha-1920x1080/theme.txt"` 14 | 15 | ### Step 3 16 | Finalize your changes with `sudo update-grub` 17 | -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/preview.png -------------------------------------------------------------------------------- /yorha-1920x1080/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/background.png -------------------------------------------------------------------------------- /yorha-1920x1080/comfortaa_16.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/comfortaa_16.pf2 -------------------------------------------------------------------------------- /yorha-1920x1080/comfortaa_18.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/comfortaa_18.pf2 -------------------------------------------------------------------------------- /yorha-1920x1080/comfortaa_24.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/comfortaa_24.pf2 -------------------------------------------------------------------------------- /yorha-1920x1080/comfortaa_36.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/comfortaa_36.pf2 -------------------------------------------------------------------------------- /yorha-1920x1080/progress_bar_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/progress_bar_c.png -------------------------------------------------------------------------------- /yorha-1920x1080/progress_highlight_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/progress_highlight_c.png -------------------------------------------------------------------------------- /yorha-1920x1080/slider_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/slider_c.png -------------------------------------------------------------------------------- /yorha-1920x1080/slider_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/slider_n.png -------------------------------------------------------------------------------- /yorha-1920x1080/slider_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-1920x1080/slider_s.png -------------------------------------------------------------------------------- /yorha-1920x1080/theme.txt: -------------------------------------------------------------------------------- 1 | title-text: "" 2 | title-color: "#dadada" 3 | title-font: "Comfortaa Bold 24" 4 | desktop-image: "background.png" 5 | terminal-font: "Comfortaa Bold 16" 6 | terminal-left: "0%" 7 | terminal-top: "0%" 8 | terminal-width: "100%" 9 | terminal-height: "100%" 10 | 11 | + label { 12 | left = 5% 13 | top = 5% 14 | height = 50 15 | width = 10% 16 | font = "Comfortaa Bold 36" 17 | color = "#dadada" 18 | align = "left" 19 | text = "L O A D I N G" 20 | } 21 | 22 | + label { 23 | left = 18% 24 | top = 70 25 | height = 50 26 | width = 10% 27 | font = "Comfortaa Bold 24" 28 | color = "#dadada" 29 | align = "left" 30 | text = "- BOOTING SYSTEM . . ." 31 | } 32 | 33 | + boot_menu { 34 | menu_pixmap_style = "boot_menu_*.png" 35 | left = 5% 36 | width = 50% 37 | top = 13% 38 | height = 90% 39 | item_font = "Comfortaa Bold 18" 40 | item_color = "#929292" 41 | selected_item_font = "Comfortaa Bold 18" 42 | selected_item_color = "#dadada" 43 | item_height = 25 44 | item_padding = 20 45 | item_spacing = 10 46 | scrollbar_width = 10 47 | scrollbar_thumb = "slider_*.png" 48 | } 49 | 50 | + label { 51 | left = 3% 52 | top = 95% 53 | height = 25 54 | width = 600 55 | font = "Comfortaa Bold 18" 56 | color = "#dadada" 57 | align = "left" 58 | text = "@KEYMAP_SHORT@" 59 | } 60 | 61 | + progress_bar { 62 | id = "__timeout__" 63 | left = 0% 64 | width = 100% 65 | top = 100% 66 | height = 20 67 | text = "%d seconds left" 68 | text_color = "#dadada" 69 | font = "Comfortaa Bold 18" 70 | bar_style = "progress_bar_*.png" 71 | highlight_style = "progress_highlight_*.png" 72 | } 73 | -------------------------------------------------------------------------------- /yorha-2256x1504/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/background.png -------------------------------------------------------------------------------- /yorha-2256x1504/comfortaa_24.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/comfortaa_24.pf2 -------------------------------------------------------------------------------- /yorha-2256x1504/comfortaa_26.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/comfortaa_26.pf2 -------------------------------------------------------------------------------- /yorha-2256x1504/comfortaa_28.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/comfortaa_28.pf2 -------------------------------------------------------------------------------- /yorha-2256x1504/comfortaa_30.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/comfortaa_30.pf2 -------------------------------------------------------------------------------- /yorha-2256x1504/comfortaa_32.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/comfortaa_32.pf2 -------------------------------------------------------------------------------- /yorha-2256x1504/comfortaa_36.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/comfortaa_36.pf2 -------------------------------------------------------------------------------- /yorha-2256x1504/comfortaa_48.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/comfortaa_48.pf2 -------------------------------------------------------------------------------- /yorha-2256x1504/progress_bar_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/progress_bar_c.png -------------------------------------------------------------------------------- /yorha-2256x1504/progress_highlight_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/progress_highlight_c.png -------------------------------------------------------------------------------- /yorha-2256x1504/slider_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/slider_c.png -------------------------------------------------------------------------------- /yorha-2256x1504/slider_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/slider_n.png -------------------------------------------------------------------------------- /yorha-2256x1504/slider_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2256x1504/slider_s.png -------------------------------------------------------------------------------- /yorha-2256x1504/theme.txt: -------------------------------------------------------------------------------- 1 | title-text: "" 2 | title-color: "#dadada" 3 | title-font: "Comfortaa Bold 36" 4 | desktop-image: "background.png" 5 | terminal-font: "Comfortaa Bold 24" 6 | terminal-left: "0%" 7 | terminal-top: "0%" 8 | terminal-width: "100%" 9 | terminal-height: "100%" 10 | 11 | + label { 12 | left = 5% 13 | top = 5% 14 | height = 50 15 | width = 10% 16 | font = "Comfortaa Bold 48" 17 | color = "#dadada" 18 | align = "left" 19 | text = "L O A D I N G" 20 | } 21 | 22 | + label { 23 | left = 20% 24 | top = 100 25 | height = 50 26 | width = 10% 27 | font = "Comfortaa Bold 30" 28 | color = "#dadada" 29 | align = "left" 30 | text = "- BOOTING SYSTEM . . ." 31 | } 32 | 33 | + boot_menu { 34 | menu_pixmap_style = "boot_menu_*.png" 35 | left = 5% 36 | width = 50% 37 | top = 12% 38 | height = 90% 39 | item_font = "Comfortaa Bold 26" 40 | item_color = "#929292" 41 | selected_item_font = "Comfortaa Bold 26" 42 | selected_item_color = "#dadada" 43 | item_height = 38 44 | item_padding = 20 45 | item_spacing = 10 46 | scrollbar_width = 10 47 | scrollbar_thumb = "slider_*.png" 48 | } 49 | 50 | + label { 51 | left = 3% 52 | top = 95% 53 | height = 25 54 | width = 600 55 | font = "Comfortaa Bold 26" 56 | color = "#dadada" 57 | align = "left" 58 | text = "@KEYMAP_SHORT@" 59 | } 60 | 61 | + progress_bar { 62 | id = "__timeout__" 63 | left = 0% 64 | width = 100% 65 | top = 100% 66 | height = 10 67 | text = "%d seconds left" 68 | text_color = "#dadada" 69 | font = "Comfortaa Bold 26" 70 | bar_style = "progress_bar_*.png" 71 | highlight_style = "progress_highlight_*.png" 72 | } 73 | -------------------------------------------------------------------------------- /yorha-2560x1440/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/background.png -------------------------------------------------------------------------------- /yorha-2560x1440/comfortaa_24.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/comfortaa_24.pf2 -------------------------------------------------------------------------------- /yorha-2560x1440/comfortaa_32.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/comfortaa_32.pf2 -------------------------------------------------------------------------------- /yorha-2560x1440/comfortaa_36.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/comfortaa_36.pf2 -------------------------------------------------------------------------------- /yorha-2560x1440/comfortaa_48.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/comfortaa_48.pf2 -------------------------------------------------------------------------------- /yorha-2560x1440/progress_bar_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/progress_bar_c.png -------------------------------------------------------------------------------- /yorha-2560x1440/progress_highlight_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/progress_highlight_c.png -------------------------------------------------------------------------------- /yorha-2560x1440/slider_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/slider_c.png -------------------------------------------------------------------------------- /yorha-2560x1440/slider_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/slider_n.png -------------------------------------------------------------------------------- /yorha-2560x1440/slider_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-2560x1440/slider_s.png -------------------------------------------------------------------------------- /yorha-2560x1440/theme.txt: -------------------------------------------------------------------------------- 1 | title-text: "" 2 | title-color: "#dadada" 3 | title-font: "Comfortaa Bold 36" 4 | desktop-image: "background.png" 5 | terminal-font: "Comfortaa Bold 24" 6 | terminal-left: "0%" 7 | terminal-top: "0%" 8 | terminal-width: "100%" 9 | terminal-height: "100%" 10 | 11 | + label { 12 | left = 5% 13 | top = 5% 14 | height = 50 15 | width = 10% 16 | font = "Comfortaa Bold 48" 17 | color = "#dadada" 18 | align = "left" 19 | text = "L O A D I N G" 20 | } 21 | 22 | + label { 23 | left = 18% 24 | top = 94 25 | height = 50 26 | width = 10% 27 | font = "Comfortaa Bold 32" 28 | color = "#dadada" 29 | align = "left" 30 | text = "- BOOTING SYSTEM . . ." 31 | } 32 | 33 | + boot_menu { 34 | menu_pixmap_style = "boot_menu_*.png" 35 | left = 5% 36 | width = 50% 37 | top = 13% 38 | height = 90% 39 | item_font = "Comfortaa Bold 24" 40 | item_color = "#929292" 41 | selected_item_font = "Comfortaa Bold 24" 42 | selected_item_color = "#dadada" 43 | item_height = 38 44 | item_padding = 20 45 | item_spacing = 10 46 | scrollbar_width = 10 47 | scrollbar_thumb = "slider_*.png" 48 | } 49 | 50 | + label { 51 | left = 3% 52 | top = 95% 53 | height = 25 54 | width = 600 55 | font = "Comfortaa Bold 24" 56 | color = "#dadada" 57 | align = "left" 58 | text = "@KEYMAP_SHORT@" 59 | } 60 | 61 | + progress_bar { 62 | id = "__timeout__" 63 | left = 0% 64 | width = 100% 65 | top = 100% 66 | height = 20 67 | text = "%d seconds left" 68 | text_color = "#dadada" 69 | font = "Comfortaa Bold 24" 70 | bar_style = "progress_bar_*.png" 71 | highlight_style = "progress_highlight_*.png" 72 | } 73 | -------------------------------------------------------------------------------- /yorha-3840x2160/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-3840x2160/background.png -------------------------------------------------------------------------------- /yorha-3840x2160/comfortaa_36.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-3840x2160/comfortaa_36.pf2 -------------------------------------------------------------------------------- /yorha-3840x2160/comfortaa_48.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-3840x2160/comfortaa_48.pf2 -------------------------------------------------------------------------------- /yorha-3840x2160/comfortaa_72.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-3840x2160/comfortaa_72.pf2 -------------------------------------------------------------------------------- /yorha-3840x2160/progress_bar_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-3840x2160/progress_bar_c.png -------------------------------------------------------------------------------- /yorha-3840x2160/progress_highlight_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-3840x2160/progress_highlight_c.png -------------------------------------------------------------------------------- /yorha-3840x2160/slider_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-3840x2160/slider_c.png -------------------------------------------------------------------------------- /yorha-3840x2160/slider_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-3840x2160/slider_n.png -------------------------------------------------------------------------------- /yorha-3840x2160/slider_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OliveThePuffin/yorha-grub-theme/4d9cd37baf56c4f5510cc4ff61be278f11077c81/yorha-3840x2160/slider_s.png -------------------------------------------------------------------------------- /yorha-3840x2160/theme.txt: -------------------------------------------------------------------------------- 1 | title-text: "" 2 | title-color: "#dadada" 3 | title-font: "Comfortaa Bold 48" 4 | desktop-image: "background.png" 5 | terminal-font: "Comfortaa Bold 36" 6 | terminal-left: "0%" 7 | terminal-top: "0%" 8 | terminal-width: "100%" 9 | terminal-height: "100%" 10 | 11 | + label { 12 | left = 5% 13 | top = 5% 14 | height = 50 15 | width = 10% 16 | font = "Comfortaa Bold 72" 17 | color = "#dadada" 18 | align = "left" 19 | text = "L O A D I N G" 20 | } 21 | 22 | + label { 23 | left = 18% 24 | top = 140 25 | height = 50 26 | width = 10% 27 | font = "Comfortaa Bold 48" 28 | color = "#dadada" 29 | align = "left" 30 | text = "- BOOTING SYSTEM . . ." 31 | } 32 | 33 | + boot_menu { 34 | menu_pixmap_style = "boot_menu_*.png" 35 | left = 5% 36 | width = 50% 37 | top = 13% 38 | height = 90% 39 | item_font = "Comfortaa Bold 36" 40 | item_color = "#929292" 41 | selected_item_font = "Comfortaa Bold 36" 42 | selected_item_color = "#dadada" 43 | item_height = 50 44 | item_padding = 20 45 | item_spacing = 10 46 | scrollbar_width = 10 47 | scrollbar_thumb = "slider_*.png" 48 | } 49 | 50 | + label { 51 | left = 3% 52 | top = 95% 53 | height = 25 54 | width = 600 55 | font = "Comfortaa Bold 36" 56 | color = "#dadada" 57 | align = "left" 58 | text = "@KEYMAP_SHORT@" 59 | } 60 | 61 | + progress_bar { 62 | id = "__timeout__" 63 | left = 0% 64 | width = 100% 65 | top = 100% 66 | height = 20 67 | text = "%d seconds left" 68 | text_color = "#dadada" 69 | font = "Comfortaa Bold 36" 70 | bar_style = "progress_bar_*.png" 71 | highlight_style = "progress_highlight_*.png" 72 | } 73 | --------------------------------------------------------------------------------