#!/bin/sh # /etc/grub.d/99_devdungeon # Requires executable bit # and then run `sudo update-grub` # Use `black` for `menu_color_normal` for transparency if using an image background echo "set menu_color_normal=light-cyan/dark-gray" echo "set menu_color_highlight=dark-gray/light-cyan" echo "set color_normal=white/black" echo "set color_highlight=black/white"