- bartik_css_alter in core/
themes/ bartik/ template.php - Prepares variables for page templates.
- bartik_form_system_theme_settings_alter in core/
modules/ color/ color.legacy.inc - Alters the theme settings form for Bartik legacy colors.
- bartik_preprocess_layout in core/
themes/ bartik/ template.php - Prepares variables for layout template files.
- color.inc in core/
themes/ bartik/ color/ color.inc - ColorTestCase::testColor in core/
modules/ color/ tests/ color.test - Tests the Color module functionality.
- ColorTestCase::testUpdateCssFilesOnConfigSave in core/
modules/ color/ tests/ color.test - Test if the CSS files for a theme are updated when editing Configuration.
- color_css_alter in core/
modules/ color/ color.module - Implements hook_css_alter().
- color_form_system_theme_settings_alter in core/
modules/ color/ color.module - Implements hook_form_FORM_ID_alter().
- color_get_palette in core/
modules/ color/ color.module - Retrieves the color palette for a particular theme.
- color_save_configuration in core/
modules/ color/ color.module - Generates the necessary CSS and images based on a color palette.
- hook_form_system_theme_settings_alter in core/
modules/ system/ theme.api.php - Allow themes to alter the theme-specific settings form.
- theme-settings.php in core/
themes/ bartik/ theme-settings.php - theme-settings.php in core/
modules/ simpletest/ tests/ themes/ test_theme/ theme-settings.php - theme-settings.php in core/
modules/ simpletest/ tests/ themes/ test_theme_config/ theme-settings.php - Theme settings file for the test_theme_config theme.
- ThemeUnitTest::testThemeGetSetting in core/
modules/ simpletest/ tests/ theme.test - Test the theme_get_setting() function.
- _icon_from_theme in core/
includes/ icon.inc - Checks if the current theme provides an icon.