%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GRUB2 gfxmenu theme "Star field - dark"       %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
by Kārlis Kalviškis


Version history:

	0.9.2: 2018.11.18
	     Switch to julietaula-montserrat-fonts (16 pt).

	0.9: 2015.02.09.
	     The first release is based on GRUB2 gfxmenu default theme by 
	     Daniel Tschudi. The message box is made darker. Fonts are taken
	     from system theme.

Usage:	
	
	To use any GRUB2 theme, the file "/etc/default/grub" should be edited
	manually. To use "Star field - dark" theme, include the following line:
	
		GRUB_THEME="/boot/grub2/themes/starfield-theme-dark/theme.txt"
	
	The following line should be commented out:
	
		#GRUB_TERMINAL_OUTPUT="console"
  
    A new grub2 configuration file is generated with following command:
    
		grub2-mkconfig > /boot/grub2/grub.cfg
    
