#------------------------------------------------------------------------------
# Modified Calculate Utilities 3.5.4.1
# Processed template files:
# /var/lib/layman/calculate/profiles/templates/3.5/2_ac_install_merge/sys-boot/grub/grub.d/05_theme
# For modify this file, create /etc/grub.d/05_theme.clt template.
#------------------------------------------------------------------------------
# grub-mkconfig helper script.
# Copyright 2016 Calculate Ltd. http://www.calculate-linux.org
#
#  Licensed under the Apache License, Version 2.0 (the "License");
#  you may not use this file except in compliance with the License.
#  You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0

if [ "x$GRUB_TERMINAL_OUTPUT" != xconsole ]; then
	cat <<EOF
set color_normal=white/black
set color_highlight=black/light-gray
EOF
fi
