You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whoogle-search/.github/ISSUE_TEMPLATE/new-theme.md

1.0 KiB

name about title labels assignees
New theme Create a new theme for Whoogle [THEME] <your theme name> theme benbusby

Use the following template to design your theme, replacing the blank spaces with the colors of your choice.

:root {
    /* LIGHT THEME COLORS */
    --whoogle-logo: #______;
    --whoogle-page-bg: #______;
    --whoogle-element-bg: #______;
    --whoogle-text: #______;
    --whoogle-contrast-text: #______;
    --whoogle-secondary-text: #______;
    --whoogle-result-bg: #______;
    --whoogle-result-title: #______;
    --whoogle-result-url: #______;
    --whoogle-result-visited: #______;

    /* DARK THEME COLORS */
    --whoogle-dark-logo: #______;
    --whoogle-dark-page-bg: #______;
    --whoogle-dark-element-bg: #______;
    --whoogle-dark-text: #______;
    --whoogle-dark-contrast-text: #______;
    --whoogle-dark-secondary-text: #______;
    --whoogle-dark-result-bg: #______;
    --whoogle-dark-result-title: #______;
    --whoogle-dark-result-url: #______;
    --whoogle-dark-result-visited: #______;
}