├── screenshot.png ├── dracula ├── font.pf2 ├── logo.png ├── select_c.png ├── select_e.png ├── select_n.png ├── select_s.png ├── select_w.png ├── background.png ├── icons │ ├── arch.png │ ├── kali.png │ ├── kaos.png │ ├── lfs.png │ ├── pop.png │ ├── chakra.png │ ├── debian.png │ ├── deepin.png │ ├── fedora.png │ ├── gentoo.png │ ├── korora.png │ ├── kubuntu.png │ ├── lubuntu.png │ ├── mageia.png │ ├── manjaro.png │ ├── pop-os.png │ ├── ubuntu.png │ ├── windows.png │ ├── xubuntu.png │ ├── zorin.png │ ├── antergos.png │ ├── gnu-linux.png │ ├── opensuse.png │ ├── siduction.png │ ├── elementary.png │ └── linux-mint.png ├── select_ne.png ├── select_nw.png ├── select_se.png ├── select_sw.png └── theme.txt ├── .github ├── issue_template.md └── pull_request_template.md ├── INSTALL.md ├── LICENSE └── README.md /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/screenshot.png -------------------------------------------------------------------------------- /dracula/font.pf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/font.pf2 -------------------------------------------------------------------------------- /dracula/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/logo.png -------------------------------------------------------------------------------- /dracula/select_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/select_c.png -------------------------------------------------------------------------------- /dracula/select_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/select_e.png -------------------------------------------------------------------------------- /dracula/select_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/select_n.png -------------------------------------------------------------------------------- /dracula/select_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/select_s.png -------------------------------------------------------------------------------- /dracula/select_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/select_w.png -------------------------------------------------------------------------------- /dracula/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/background.png -------------------------------------------------------------------------------- /dracula/icons/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/arch.png -------------------------------------------------------------------------------- /dracula/icons/kali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/kali.png -------------------------------------------------------------------------------- /dracula/icons/kaos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/kaos.png -------------------------------------------------------------------------------- /dracula/icons/lfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/lfs.png -------------------------------------------------------------------------------- /dracula/icons/pop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/pop.png -------------------------------------------------------------------------------- /dracula/select_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/select_ne.png -------------------------------------------------------------------------------- /dracula/select_nw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/select_nw.png -------------------------------------------------------------------------------- /dracula/select_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/select_se.png -------------------------------------------------------------------------------- /dracula/select_sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/select_sw.png -------------------------------------------------------------------------------- /dracula/icons/chakra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/chakra.png -------------------------------------------------------------------------------- /dracula/icons/debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/debian.png -------------------------------------------------------------------------------- /dracula/icons/deepin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/deepin.png -------------------------------------------------------------------------------- /dracula/icons/fedora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/fedora.png -------------------------------------------------------------------------------- /dracula/icons/gentoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/gentoo.png -------------------------------------------------------------------------------- /dracula/icons/korora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/korora.png -------------------------------------------------------------------------------- /dracula/icons/kubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/kubuntu.png -------------------------------------------------------------------------------- /dracula/icons/lubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/lubuntu.png -------------------------------------------------------------------------------- /dracula/icons/mageia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/mageia.png -------------------------------------------------------------------------------- /dracula/icons/manjaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/manjaro.png -------------------------------------------------------------------------------- /dracula/icons/pop-os.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/pop-os.png -------------------------------------------------------------------------------- /dracula/icons/ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/ubuntu.png -------------------------------------------------------------------------------- /dracula/icons/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/windows.png -------------------------------------------------------------------------------- /dracula/icons/xubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/xubuntu.png -------------------------------------------------------------------------------- /dracula/icons/zorin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/zorin.png -------------------------------------------------------------------------------- /dracula/icons/antergos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/antergos.png -------------------------------------------------------------------------------- /dracula/icons/gnu-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/gnu-linux.png -------------------------------------------------------------------------------- /dracula/icons/opensuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/opensuse.png -------------------------------------------------------------------------------- /dracula/icons/siduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/siduction.png -------------------------------------------------------------------------------- /dracula/icons/elementary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/elementary.png -------------------------------------------------------------------------------- /dracula/icons/linux-mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/grub/HEAD/dracula/icons/linux-mint.png -------------------------------------------------------------------------------- /.github/issue_template.md: -------------------------------------------------------------------------------- 1 | > If you're reporting an UI issue, make sure you take a screenshot that shows the actual bug. -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | > If you're fixing a UI issue, make sure you take two screenshots. One that shows the actual bug and another that shows how you fixed it. -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- 1 | ### [GRUB](https://gnu.org/software/grub/) 2 | 3 | #### Install using Git 4 | 5 | If you are a git user, you can install the theme and keep up to date by cloning the repo: 6 | 7 | git clone https://github.com/dracula/grub.git 8 | 9 | #### Install manually 10 | 11 | Download using the [GitHub .zip download](https://github.com/dracula/grub/archive/master.zip) option and unzip them. 12 | 13 | #### Activating theme 14 | 15 | 1. Move the dracula folder to /boot/grub/themes 16 | 2. Change the theme in /etc/default/grub ( Set GRUB_THEME to '/boot/grub/themes/dracula/theme.txt') 17 | 3. Run `sudo grub-mkconfig -o /boot/grub/grub.cfg` 18 | -------------------------------------------------------------------------------- /dracula/theme.txt: -------------------------------------------------------------------------------- 1 | # GRUB2 gfxmenu pop theme, based on Linux Vimix theme 2 | # Designed for any resolution 3 | 4 | # Global Property 5 | title-text: "" 6 | desktop-image: "background.png" 7 | desktop-image-scale-method: "stretch" 8 | desktop-color: "#282a36" 9 | terminal-font: "Unifont Regular 16" 10 | terminal-left: "0" 11 | terminal-top: "0" 12 | terminal-width: "100%" 13 | terminal-height: "100%" 14 | terminal-border: "0" 15 | 16 | # Logo image 17 | + image { 18 | left = 50%-50 19 | top = 50%-50 20 | file = "logo.png" 21 | } 22 | 23 | # Show the boot menu 24 | + boot_menu { 25 | left = 50%-240 26 | top = 60% 27 | width = 480 28 | height = 30% 29 | item_font = "Unifont Regular 16" 30 | item_color = "#f6f6f6" 31 | selected_item_color = "#f6f6f6" 32 | item_height = 32 33 | item_spacing = 24 34 | selected_item_pixmap_style = "select_*.png" 35 | } 36 | 37 | # Show a countdown message using the label component 38 | + label { 39 | top = 82% 40 | left = 35% 41 | width = 30% 42 | align = "center" 43 | id = "__timeout__" 44 | text = "Booting in %d seconds" 45 | color = "#f6f6f6" 46 | } 47 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2020 Dracula Theme 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Dracula for [GRUB](https://gnu.org/software/grub/) 2 | 3 | > A dark theme for [GRUB](https://gnu.org/software/grub/). 4 | 5 | ![Screenshot](./screenshot.png) 6 | 7 | ## Install 8 | 9 | All instructions can be found at [draculatheme.com/grub](https://draculatheme.com/grub). 10 | 11 | ## Team 12 | 13 | This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/grub/graphs/contributors). 14 | 15 | | [![Zeno Rocha](https://github.com/pspiagicw.png?size=100)](https://github.com/pspiagicw) | 16 | | ---------------------------------------------------------------------------------------- | 17 | | [Zeno Rocha](https://github.com/pspiagicw) | 18 | 19 | ## Community 20 | 21 | - [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff. 22 | - [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues. 23 | - [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community. 24 | 25 | ## License 26 | 27 | [MIT License](./LICENSE) 28 | --------------------------------------------------------------------------------