[GH-ISSUE #1148] [THEME] ChatGPT theme #698

Closed
opened 2026-02-25 20:36:19 +03:00 by kerem · 1 comment
Owner

Originally created by @bbf6 on GitHub (May 4, 2024).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1148

Originally assigned to: @benbusby on GitHub.

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;
}```
Originally created by @bbf6 on GitHub (May 4, 2024). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1148 Originally assigned to: @benbusby on GitHub. Adding the ChatGPT theme for when you want to search something before 2022 ;) ```css :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; }```
kerem 2026-02-25 20:36:19 +03:00
  • closed this issue
  • added the
    theme
    label
Author
Owner

@benbusby commented on GitHub (Sep 30, 2024):

Added -- thanks!

<!-- gh-comment-id:2383829954 --> @benbusby commented on GitHub (Sep 30, 2024): [Added](https://github.com/benbusby/whoogle-search/wiki/User-Contributed-CSS-Themes#chatgpt-theme-by-bbf6----screenshots) -- thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#698
No description provided.