index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-19 23:05:58 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-19 23:05:58 -0500 |
commit | 611c06daaa06cf93e1f4d76201d68fcb39291598 (patch) | |
tree | 14a7d4e5f9f4838719ab7eb12b6524e6d928a510 /configs/install-iso/boot-files/grub/colors.lst | |
parent | b4d60a7ccb59e5a8a76fff46c7090814769ccf49 (diff) |
-rw-r--r-- | configs/install-iso/boot-files/grub/colors.lst | 36 |
diff --git a/configs/install-iso/boot-files/grub/colors.lst b/configs/install-iso/boot-files/grub/colors.lst new file mode 100644 index 0000000..faa9c8f --- /dev/null +++ b/configs/install-iso/boot-files/grub/colors.lst @@ -0,0 +1,36 @@ +#color schemes - ganked from SGD ( http://freshmeat.net/projects/supergrub/?branch_id=62132&release_id=236631 ) +# TODO change these and make some more... specifically an "arch" theme +timeout 300 +default 0 +color light-blue/blue black/light-grey +splashimage=/boot/splash.xpm.gz + +title << Back to Main Menu +configfile /boot/grub/menu.lst + +title Barlond +color white/cyan yellow/blue + +title Barlond2 +color white/blue yellow/cyan + +title Simple Black +color light-gray/black yellow/blue + +title Matrix +color green/black light-green/green + +title Dalton Bros. +color red/green green/red + +title Debian +color cyan/blue white/blue + +title BW +color light-gray/black black/light-gray + +title BW Inverse +color black/light-gray + +title SGD Non Default +color black/cyan yellow/black |