1<?php
2
3$lang['__header_background__'] = '<b>Header Background</b> color. Your main brand color.';
4$lang['__header_text__'] = '<b>Header Text</b>. Color to use in the header, should have good contrast on the above color.';
5$lang['__background__'] = '<b>Background</b>. The overall background color of the page. You probably want to stay close to white here.';
6$lang['__text__'] = '<b>Text</b>. The text for nearly all the content. Should be close to black.';
7$lang['__border__'] = '<b>Border</b>. The color of borders.';
8$lang['__accent__'] = '<b>Neutral</b>. A neutral background color. Should have good contrast with the text color.';
9$lang['__highlight__'] = '<b>Highlight</b>. A popping color add some life. Should match with your brand.';
10$lang['__site_width__'] = '<b>Site Width</b>. The maximum size of the content on large screens.';
11$lang['__phone_width__'] = '<b>Phone Width<b>. When to switch to the mobile view with a burger menu.';
12
13$lang['__text_alt__'] = 'Set to text color. (Not used by Notos, but Plugins may refer to it.)';
14$lang['__background_alt__'] = 'Set to background or neutral color. (Not used by Notos, but Plugins may refer to it.)';
15$lang['__text_neu__'] = 'Set to text color. (Not used by Notos, but Plugins may refer to it.)';
16$lang['__background_neu__'] = 'Set to background or neutral color. (Not used by Notos, but Plugins may refer to it.)';
17$lang['__background_site__'] = 'Set to background color. (Not used by Notos, but Plugins may refer to it.)';
18$lang['__link__'] = 'Set to text color. (Not used by Notos, but Plugins may refer to it.)';
19$lang['__existing__'] = 'Set to text color. (Not used by Notos, but Plugins may refer to it.)';
20$lang['__missing__'] = 'Set to text color. (Not used by Notos, but Plugins may refer to it.)';
21