Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[THEME] ChatGPT theme #1148

Open
bbf6 opened this issue May 4, 2024 · 0 comments
Open

[THEME] ChatGPT theme #1148

bbf6 opened this issue May 4, 2024 · 0 comments
Assignees
Labels

Comments

@bbf6
Copy link

bbf6 commented May 4, 2024

Adding the ChatGPT theme for when you want to search something before 2022 ;)

:root {
    /* LIGHT THEME COLORS */
    --whoogle-logo: #10a37f;
    --whoogle-page-bg: #ffffff;
    --whoogle-element-bg: #f0f0f0;
    --whoogle-text: #0d0d0d;
    --whoogle-contrast-text: #10a37f;
    --whoogle-secondary-text: #666666;
    --whoogle-result-bg: #f0f0f0;
    --whoogle-result-title: #10a37f;
    --whoogle-result-url: #10a37f;
    --whoogle-result-visited: #1a7f64;

    /* DARK THEME COLORS */
    --whoogle-dark-logo: #10a37f;
    --whoogle-dark-page-bg: #171717;
    --whoogle-dark-element-bg: #2f2f2f;
    --whoogle-dark-text: #ffffff;
    --whoogle-dark-contrast-text: #10a37f;
    --whoogle-dark-secondary-text: #f0f0f0;
    --whoogle-dark-result-bg: #2f2f2f;
    --whoogle-dark-result-title: #10a37f;
    --whoogle-dark-result-url: #10a37f;
    --whoogle-dark-result-visited: #1a7f64;
}

#whoogle-w,#whoogle-h,#whoogle-o-1,#whoogle-o-2,#whoogle-g,#whoogle-l,#whoogle-e {
    fill: #10a37f;
}```
@bbf6 bbf6 added the theme label May 4, 2024
@bbf6 bbf6 changed the title [THEME] <your theme name> [THEME] ChatGPT theme May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants