--- label: 'Changing the color palette of a theme' related: - core.appearance --- {% set appearance = render_var(url('system.themes_page')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Change the colors for links, backgrounds, and text in a theme that supports the Color module. Color-specific stylesheets will be generated and saved; you will need to follow these steps again to regenerate the stylesheets if you make any changes to the base stylesheets of your theme.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Appearance.{% endtrans %}
  2. {% trans %}Click the Settings link for the theme you want to change the colors of.{% endtrans %}
  3. {% trans %}In the Color scheme section, choose new colors for the backgrounds, text, and links that your theme defines colors for. However, if you do not see color settings, then your theme does not support the Color module.{% endtrans %}
  4. {% trans %}Click Save configuration. Color-specific stylesheets will be generated and saved in the file system.{% endtrans %}

{% trans %}Additional resources{% endtrans %}