├── LICENSE ├── PKGBUILD ├── README.md ├── grub-theme-creator ├── prettygrub ├── prettygrub.conf └── templates ├── acropolis ├── 1024x768.conf ├── 1920x1080.conf ├── default.conf ├── resources │ ├── erechtheum.png │ ├── sgs-ion-kiones_c.png │ ├── sgs-ion-kiones_e.png │ ├── sgs-ion-kiones_n.png │ ├── sgs-ion-kiones_ne.png │ ├── sgs-ion-kiones_nw.png │ └── sgs-ion-kiones_w.png └── theme.txt ├── default ├── 16_9.conf ├── 1920x1080.conf ├── 4_3.conf ├── 640x480.conf ├── default.conf ├── resources │ ├── clock │ │ ├── manjaro-badge-200.png │ │ ├── pg-clock-circle.png │ │ ├── pg-clock-ring-108.png │ │ ├── pg-clock-ring-140.png │ │ ├── pg-clock-ring-200.png │ │ ├── pg-clock-ring.png │ │ ├── pg-tick-borred-20.png │ │ ├── pg-tick-borred-50.png │ │ ├── pg-tick-orange.png │ │ └── pg-tick-red-50.png │ ├── fonts │ │ ├── freesans12.pf2 │ │ ├── freesans12b.pf2 │ │ ├── freesans24.pf2 │ │ ├── freesans24b.pf2 │ │ ├── inconsolata12.pf2 │ │ ├── inconsolata8.pf2 │ │ ├── lato12.pf2 │ │ ├── lato12b.pf2 │ │ └── lato48b.pf2 │ ├── icons │ │ ├── pg-square │ │ │ ├── arch.png │ │ │ ├── arcolinux.png │ │ │ ├── linuxmint.png │ │ │ ├── manjaro.png │ │ │ ├── manjarolinux.png │ │ │ ├── mint.png │ │ │ ├── netrunner.png │ │ │ └── windows.png │ │ └── prettygrub │ │ │ ├── antergos.png │ │ │ ├── arch.png │ │ │ ├── arcolinux.png │ │ │ ├── linuxmint.png │ │ │ ├── manjaro.png │ │ │ ├── manjarolinux.png │ │ │ ├── netrunner.png │ │ │ └── pretty.png │ ├── logos │ │ ├── GTC-fractal-110.png │ │ ├── GTC-fractal-420.png │ │ ├── GTC-fractal.png │ │ ├── GTC-poster-110.png │ │ ├── GTC-poster-dark.png │ │ ├── GTC-poster.png │ │ ├── manjaro-engraved-256.png │ │ └── manjaro-sgs-400.png │ ├── menu │ │ ├── pg-greenmenu_c.png │ │ ├── pg-menu640_c.png │ │ ├── pg-menu640_e.png │ │ ├── pg-menu640_n.png │ │ ├── pg-menu640_ne.png │ │ ├── pg-menu640_nw.png │ │ ├── pg-menu640_s.png │ │ ├── pg-menu640_se.png │ │ ├── pg-menu640_sw.png │ │ ├── pg-menu640_w.png │ │ ├── pg-menu_c.png │ │ ├── pg-menu_e.png │ │ ├── pg-menu_n.png │ │ ├── pg-menu_ne.png │ │ ├── pg-menu_nw.png │ │ ├── pg-menu_s.png │ │ ├── pg-menu_se.png │ │ ├── pg-menu_sw.png │ │ ├── pg-menu_w.png │ │ ├── pg-yellowmenu_c.png │ │ ├── pg-yellowmenu_e.png │ │ ├── pg-yellowmenu_n.png │ │ ├── pg-yellowmenu_ne.png │ │ ├── pg-yellowmenu_nw.png │ │ ├── pg-yellowmenu_s.png │ │ ├── pg-yellowmenu_se.png │ │ ├── pg-yellowmenu_sw.png │ │ └── pg-yellowmenu_w.png │ ├── menuitem │ │ ├── item_c.svg │ │ ├── pg-item_c.png │ │ └── pg-ivory_c.png │ ├── other │ │ ├── background-dark.png │ │ ├── distros-black.png │ │ ├── distros-black.svg │ │ ├── distros-white-circle.png │ │ ├── distros-white.png │ │ ├── distros-white.svg │ │ └── sample-menu.png │ ├── selected │ │ ├── pg-select-dark_c.png │ │ ├── pg-select-red_c.png │ │ └── select_c.png │ ├── terminal │ │ ├── pg-terminal_c.png │ │ ├── pg-terminal_e.png │ │ ├── pg-terminal_n.png │ │ ├── pg-terminal_ne.png │ │ ├── pg-terminal_nw.png │ │ ├── pg-terminal_s.png │ │ ├── pg-terminal_se.png │ │ ├── pg-terminal_sw.png │ │ └── pg-terminal_w.png │ └── wallpapers │ │ ├── sgs-dark-plasma-16_9.png │ │ └── sgs-teal-dark-16_9.png └── theme.txt └── projector ├── default.conf ├── resources ├── camera.png ├── canvas_book.png ├── plasma001.jpg ├── plasma001.png └── tripod-board.png └── theme.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/LICENSE -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/README.md -------------------------------------------------------------------------------- /grub-theme-creator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/grub-theme-creator -------------------------------------------------------------------------------- /prettygrub: -------------------------------------------------------------------------------- 1 | grub-theme-creator -------------------------------------------------------------------------------- /prettygrub.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/prettygrub.conf -------------------------------------------------------------------------------- /templates/acropolis/1024x768.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/1024x768.conf -------------------------------------------------------------------------------- /templates/acropolis/1920x1080.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/1920x1080.conf -------------------------------------------------------------------------------- /templates/acropolis/default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/default.conf -------------------------------------------------------------------------------- /templates/acropolis/resources/erechtheum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/resources/erechtheum.png -------------------------------------------------------------------------------- /templates/acropolis/resources/sgs-ion-kiones_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/resources/sgs-ion-kiones_c.png -------------------------------------------------------------------------------- /templates/acropolis/resources/sgs-ion-kiones_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/resources/sgs-ion-kiones_e.png -------------------------------------------------------------------------------- /templates/acropolis/resources/sgs-ion-kiones_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/resources/sgs-ion-kiones_n.png -------------------------------------------------------------------------------- /templates/acropolis/resources/sgs-ion-kiones_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/resources/sgs-ion-kiones_ne.png -------------------------------------------------------------------------------- /templates/acropolis/resources/sgs-ion-kiones_nw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/resources/sgs-ion-kiones_nw.png -------------------------------------------------------------------------------- /templates/acropolis/resources/sgs-ion-kiones_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/resources/sgs-ion-kiones_w.png -------------------------------------------------------------------------------- /templates/acropolis/theme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/acropolis/theme.txt -------------------------------------------------------------------------------- /templates/default/16_9.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/16_9.conf -------------------------------------------------------------------------------- /templates/default/1920x1080.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/1920x1080.conf -------------------------------------------------------------------------------- /templates/default/4_3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/4_3.conf -------------------------------------------------------------------------------- /templates/default/640x480.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/640x480.conf -------------------------------------------------------------------------------- /templates/default/default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/default.conf -------------------------------------------------------------------------------- /templates/default/resources/clock/manjaro-badge-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/manjaro-badge-200.png -------------------------------------------------------------------------------- /templates/default/resources/clock/pg-clock-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/pg-clock-circle.png -------------------------------------------------------------------------------- /templates/default/resources/clock/pg-clock-ring-108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/pg-clock-ring-108.png -------------------------------------------------------------------------------- /templates/default/resources/clock/pg-clock-ring-140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/pg-clock-ring-140.png -------------------------------------------------------------------------------- /templates/default/resources/clock/pg-clock-ring-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/pg-clock-ring-200.png -------------------------------------------------------------------------------- /templates/default/resources/clock/pg-clock-ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/pg-clock-ring.png -------------------------------------------------------------------------------- /templates/default/resources/clock/pg-tick-borred-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/pg-tick-borred-20.png -------------------------------------------------------------------------------- /templates/default/resources/clock/pg-tick-borred-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/pg-tick-borred-50.png -------------------------------------------------------------------------------- /templates/default/resources/clock/pg-tick-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/pg-tick-orange.png -------------------------------------------------------------------------------- /templates/default/resources/clock/pg-tick-red-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/clock/pg-tick-red-50.png -------------------------------------------------------------------------------- /templates/default/resources/fonts/freesans12.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/fonts/freesans12.pf2 -------------------------------------------------------------------------------- /templates/default/resources/fonts/freesans12b.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/fonts/freesans12b.pf2 -------------------------------------------------------------------------------- /templates/default/resources/fonts/freesans24.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/fonts/freesans24.pf2 -------------------------------------------------------------------------------- /templates/default/resources/fonts/freesans24b.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/fonts/freesans24b.pf2 -------------------------------------------------------------------------------- /templates/default/resources/fonts/inconsolata12.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/fonts/inconsolata12.pf2 -------------------------------------------------------------------------------- /templates/default/resources/fonts/inconsolata8.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/fonts/inconsolata8.pf2 -------------------------------------------------------------------------------- /templates/default/resources/fonts/lato12.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/fonts/lato12.pf2 -------------------------------------------------------------------------------- /templates/default/resources/fonts/lato12b.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/fonts/lato12b.pf2 -------------------------------------------------------------------------------- /templates/default/resources/fonts/lato48b.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/fonts/lato48b.pf2 -------------------------------------------------------------------------------- /templates/default/resources/icons/pg-square/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/pg-square/arch.png -------------------------------------------------------------------------------- /templates/default/resources/icons/pg-square/arcolinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/pg-square/arcolinux.png -------------------------------------------------------------------------------- /templates/default/resources/icons/pg-square/linuxmint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/pg-square/linuxmint.png -------------------------------------------------------------------------------- /templates/default/resources/icons/pg-square/manjaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/pg-square/manjaro.png -------------------------------------------------------------------------------- /templates/default/resources/icons/pg-square/manjarolinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/pg-square/manjarolinux.png -------------------------------------------------------------------------------- /templates/default/resources/icons/pg-square/mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/pg-square/mint.png -------------------------------------------------------------------------------- /templates/default/resources/icons/pg-square/netrunner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/pg-square/netrunner.png -------------------------------------------------------------------------------- /templates/default/resources/icons/pg-square/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/pg-square/windows.png -------------------------------------------------------------------------------- /templates/default/resources/icons/prettygrub/antergos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/prettygrub/antergos.png -------------------------------------------------------------------------------- /templates/default/resources/icons/prettygrub/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/prettygrub/arch.png -------------------------------------------------------------------------------- /templates/default/resources/icons/prettygrub/arcolinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/prettygrub/arcolinux.png -------------------------------------------------------------------------------- /templates/default/resources/icons/prettygrub/linuxmint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/prettygrub/linuxmint.png -------------------------------------------------------------------------------- /templates/default/resources/icons/prettygrub/manjaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/prettygrub/manjaro.png -------------------------------------------------------------------------------- /templates/default/resources/icons/prettygrub/manjarolinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/prettygrub/manjarolinux.png -------------------------------------------------------------------------------- /templates/default/resources/icons/prettygrub/netrunner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/prettygrub/netrunner.png -------------------------------------------------------------------------------- /templates/default/resources/icons/prettygrub/pretty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/icons/prettygrub/pretty.png -------------------------------------------------------------------------------- /templates/default/resources/logos/GTC-fractal-110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/logos/GTC-fractal-110.png -------------------------------------------------------------------------------- /templates/default/resources/logos/GTC-fractal-420.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/logos/GTC-fractal-420.png -------------------------------------------------------------------------------- /templates/default/resources/logos/GTC-fractal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/logos/GTC-fractal.png -------------------------------------------------------------------------------- /templates/default/resources/logos/GTC-poster-110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/logos/GTC-poster-110.png -------------------------------------------------------------------------------- /templates/default/resources/logos/GTC-poster-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/logos/GTC-poster-dark.png -------------------------------------------------------------------------------- /templates/default/resources/logos/GTC-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/logos/GTC-poster.png -------------------------------------------------------------------------------- /templates/default/resources/logos/manjaro-engraved-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/logos/manjaro-engraved-256.png -------------------------------------------------------------------------------- /templates/default/resources/logos/manjaro-sgs-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/logos/manjaro-sgs-400.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-greenmenu_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-greenmenu_c.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu640_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu640_c.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu640_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu640_e.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu640_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu640_n.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu640_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu640_ne.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu640_nw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu640_nw.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu640_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu640_s.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu640_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu640_se.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu640_sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu640_sw.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu640_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu640_w.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu_c.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu_e.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu_n.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu_ne.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu_nw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu_nw.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu_s.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu_se.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu_sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu_sw.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-menu_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-menu_w.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-yellowmenu_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-yellowmenu_c.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-yellowmenu_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-yellowmenu_e.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-yellowmenu_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-yellowmenu_n.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-yellowmenu_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-yellowmenu_ne.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-yellowmenu_nw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-yellowmenu_nw.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-yellowmenu_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-yellowmenu_s.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-yellowmenu_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-yellowmenu_se.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-yellowmenu_sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-yellowmenu_sw.png -------------------------------------------------------------------------------- /templates/default/resources/menu/pg-yellowmenu_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menu/pg-yellowmenu_w.png -------------------------------------------------------------------------------- /templates/default/resources/menuitem/item_c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menuitem/item_c.svg -------------------------------------------------------------------------------- /templates/default/resources/menuitem/pg-item_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menuitem/pg-item_c.png -------------------------------------------------------------------------------- /templates/default/resources/menuitem/pg-ivory_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/menuitem/pg-ivory_c.png -------------------------------------------------------------------------------- /templates/default/resources/other/background-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/other/background-dark.png -------------------------------------------------------------------------------- /templates/default/resources/other/distros-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/other/distros-black.png -------------------------------------------------------------------------------- /templates/default/resources/other/distros-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/other/distros-black.svg -------------------------------------------------------------------------------- /templates/default/resources/other/distros-white-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/other/distros-white-circle.png -------------------------------------------------------------------------------- /templates/default/resources/other/distros-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/other/distros-white.png -------------------------------------------------------------------------------- /templates/default/resources/other/distros-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/other/distros-white.svg -------------------------------------------------------------------------------- /templates/default/resources/other/sample-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/other/sample-menu.png -------------------------------------------------------------------------------- /templates/default/resources/selected/pg-select-dark_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/selected/pg-select-dark_c.png -------------------------------------------------------------------------------- /templates/default/resources/selected/pg-select-red_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/selected/pg-select-red_c.png -------------------------------------------------------------------------------- /templates/default/resources/selected/select_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/selected/select_c.png -------------------------------------------------------------------------------- /templates/default/resources/terminal/pg-terminal_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/terminal/pg-terminal_c.png -------------------------------------------------------------------------------- /templates/default/resources/terminal/pg-terminal_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/terminal/pg-terminal_e.png -------------------------------------------------------------------------------- /templates/default/resources/terminal/pg-terminal_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/terminal/pg-terminal_n.png -------------------------------------------------------------------------------- /templates/default/resources/terminal/pg-terminal_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/terminal/pg-terminal_ne.png -------------------------------------------------------------------------------- /templates/default/resources/terminal/pg-terminal_nw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/terminal/pg-terminal_nw.png -------------------------------------------------------------------------------- /templates/default/resources/terminal/pg-terminal_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/terminal/pg-terminal_s.png -------------------------------------------------------------------------------- /templates/default/resources/terminal/pg-terminal_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/terminal/pg-terminal_se.png -------------------------------------------------------------------------------- /templates/default/resources/terminal/pg-terminal_sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/terminal/pg-terminal_sw.png -------------------------------------------------------------------------------- /templates/default/resources/terminal/pg-terminal_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/terminal/pg-terminal_w.png -------------------------------------------------------------------------------- /templates/default/resources/wallpapers/sgs-dark-plasma-16_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/wallpapers/sgs-dark-plasma-16_9.png -------------------------------------------------------------------------------- /templates/default/resources/wallpapers/sgs-teal-dark-16_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/resources/wallpapers/sgs-teal-dark-16_9.png -------------------------------------------------------------------------------- /templates/default/theme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/default/theme.txt -------------------------------------------------------------------------------- /templates/projector/default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/projector/default.conf -------------------------------------------------------------------------------- /templates/projector/resources/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/projector/resources/camera.png -------------------------------------------------------------------------------- /templates/projector/resources/canvas_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/projector/resources/canvas_book.png -------------------------------------------------------------------------------- /templates/projector/resources/plasma001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/projector/resources/plasma001.jpg -------------------------------------------------------------------------------- /templates/projector/resources/plasma001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/projector/resources/plasma001.png -------------------------------------------------------------------------------- /templates/projector/resources/tripod-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/projector/resources/tripod-board.png -------------------------------------------------------------------------------- /templates/projector/theme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petsam/grub-theme-creator/HEAD/templates/projector/theme.txt --------------------------------------------------------------------------------