[GH-ISSUE #684] [THEME] Catppuccin #442

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

Originally created by @WitherCubes on GitHub (Mar 19, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/684

Originally assigned to: @benbusby on GitHub.

As seen on https://github.com/catppuccin/whoogle

:root {
    /* LIGHT THEME COLORS */

    /* DARK THEME COLORS */
    --whoogle-dark-logo: #6E6C7E;
    --whoogle-dark-page-bg: #1E1E2E;
    --whoogle-dark-element-bg: #302D41;
    --whoogle-dark-text: #D9E0EE;
    --whoogle-dark-contrast-text: #F2CDCD;
    --whoogle-dark-secondary-text: #988BA2;
    --whoogle-dark-result-bg: #302D41;
    --whoogle-dark-result-title: #F5E0DC;
    --whoogle-dark-result-url: #F5E0DC;
    --whoogle-dark-result-visited: #C9CBFF;
}

#whoogle-w {
    fill: #96CDFB;
}

#whoogle-h {
    fill: #F28FAD;
}

#whoogle-o-1 {
    fill: #FAE3B0;
}

#whoogle-o-2 {
    fill: #96CDFB;
}

#whoogle-g {
    fill: #ABE9B3;
}

#whoogle-l {
    fill: #F28FAD;
}

#whoogle-e {
    fill: #FAE3B0;
}
Originally created by @WitherCubes on GitHub (Mar 19, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/684 Originally assigned to: @benbusby on GitHub. As seen on https://github.com/catppuccin/whoogle ```css :root { /* LIGHT THEME COLORS */ /* DARK THEME COLORS */ --whoogle-dark-logo: #6E6C7E; --whoogle-dark-page-bg: #1E1E2E; --whoogle-dark-element-bg: #302D41; --whoogle-dark-text: #D9E0EE; --whoogle-dark-contrast-text: #F2CDCD; --whoogle-dark-secondary-text: #988BA2; --whoogle-dark-result-bg: #302D41; --whoogle-dark-result-title: #F5E0DC; --whoogle-dark-result-url: #F5E0DC; --whoogle-dark-result-visited: #C9CBFF; } #whoogle-w { fill: #96CDFB; } #whoogle-h { fill: #F28FAD; } #whoogle-o-1 { fill: #FAE3B0; } #whoogle-o-2 { fill: #96CDFB; } #whoogle-g { fill: #ABE9B3; } #whoogle-l { fill: #F28FAD; } #whoogle-e { fill: #FAE3B0; } ```
kerem 2026-02-25 20:35:45 +03:00
  • closed this issue
  • added the
    theme
    label
Author
Owner

@benbusby commented on GitHub (Mar 21, 2022):

Added to the wiki -- thanks!

<!-- gh-comment-id:1074074766 --> @benbusby commented on GitHub (Mar 21, 2022): Added to the wiki -- 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#442
No description provided.