[GH-ISSUE #823] [THEME] green_cookie #516

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

Originally created by @alex3o0 on GitHub (Aug 9, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/823

Originally assigned to: @benbusby on GitHub.

I taken the "Rosé Pine" theme and I changed it a little.

You can get a look in my codepen

:root {
    /* LIGHT THEME COLORS */
    --whoogle-logo: #c4a7e7;
    --whoogle-page-bg: #ffe9d6;
    --whoogle-element-bg: #fcd6c5;
    --whoogle-text: #575279;
    --whoogle-contrast-text: #1f1d2e;
    --whoogle-secondary-text: #797593;
    --whoogle-result-bg: #fcd6c5;
    --whoogle-result-title: #5fbfa2;
    --whoogle-result-url: steelblue;
    --whoogle-result-visited: #3a9278;

    /* DARK THEME COLORS */
    --whoogle-dark-logo: #c4a7e7;
    --whoogle-dark-page-bg: #191724;
    --whoogle-dark-element-bg: #1f1d2e;
    --whoogle-dark-text: #e0def4;
    --whoogle-dark-contrast-text: #e0def4;
    --whoogle-dark-secondary-text: #908caa;
    --whoogle-dark-result-bg: #393552;
    --whoogle-dark-result-title: #9ccfd8;
    --whoogle-dark-result-url: #3e8fb0;
    --whoogle-dark-result-visited: #c4a7e7;
}

#whoogle-w,#whoogle-h,#whoogle-o-1,#whoogle-o-2,#whoogle-g,#whoogle-l,#whoogle-e {
    fill: #7ccbb3;
}
Originally created by @alex3o0 on GitHub (Aug 9, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/823 Originally assigned to: @benbusby on GitHub. I taken the "[Rosé Pine](https://github.com/benbusby/whoogle-search/issues/660)" theme and I changed it a little. You can get a look in my [codepen](https://codepen.io/alex3o0/pen/jOZYEav) ```css :root { /* LIGHT THEME COLORS */ --whoogle-logo: #c4a7e7; --whoogle-page-bg: #ffe9d6; --whoogle-element-bg: #fcd6c5; --whoogle-text: #575279; --whoogle-contrast-text: #1f1d2e; --whoogle-secondary-text: #797593; --whoogle-result-bg: #fcd6c5; --whoogle-result-title: #5fbfa2; --whoogle-result-url: steelblue; --whoogle-result-visited: #3a9278; /* DARK THEME COLORS */ --whoogle-dark-logo: #c4a7e7; --whoogle-dark-page-bg: #191724; --whoogle-dark-element-bg: #1f1d2e; --whoogle-dark-text: #e0def4; --whoogle-dark-contrast-text: #e0def4; --whoogle-dark-secondary-text: #908caa; --whoogle-dark-result-bg: #393552; --whoogle-dark-result-title: #9ccfd8; --whoogle-dark-result-url: #3e8fb0; --whoogle-dark-result-visited: #c4a7e7; } #whoogle-w,#whoogle-h,#whoogle-o-1,#whoogle-o-2,#whoogle-g,#whoogle-l,#whoogle-e { fill: #7ccbb3; } ```
kerem 2026-02-25 20:35:56 +03:00
  • closed this issue
  • added the
    theme
    label
Author
Owner

@benbusby commented on GitHub (Aug 10, 2022):

Added -- thanks!

<!-- gh-comment-id:1210871800 --> @benbusby commented on GitHub (Aug 10, 2022): Added -- 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#516
No description provided.