[GH-ISSUE #585] [THEME] Dracula #371

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

Originally created by @clementwzk on GitHub (Dec 19, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/585

Originally assigned to: @benbusby on GitHub.

Hi, I created a Dracula theme using the Dracula palette

:root {
    /* LIGHT THEME COLORS */

    /* DARK THEME COLORS */
    --whoogle-dark-logo: #44475a;
    --whoogle-dark-page-bg: #282a36;
    --whoogle-dark-element-bg: #282a36;
    --whoogle-dark-text: #f8f8f2;
    --whoogle-dark-contrast-text: #f8f8f2;
    --whoogle-dark-secondary-text: #6272a4;
    --whoogle-dark-result-bg: #44475a;
    --whoogle-dark-result-title: #f8f8f2;
    --whoogle-dark-result-url: #bd93f9;
    --whoogle-dark-result-visited: #ff5555;
}
Originally created by @clementwzk on GitHub (Dec 19, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/585 Originally assigned to: @benbusby on GitHub. Hi, I created a Dracula theme using the [Dracula palette](https://draculatheme.com/contribute) ```css :root { /* LIGHT THEME COLORS */ /* DARK THEME COLORS */ --whoogle-dark-logo: #44475a; --whoogle-dark-page-bg: #282a36; --whoogle-dark-element-bg: #282a36; --whoogle-dark-text: #f8f8f2; --whoogle-dark-contrast-text: #f8f8f2; --whoogle-dark-secondary-text: #6272a4; --whoogle-dark-result-bg: #44475a; --whoogle-dark-result-title: #f8f8f2; --whoogle-dark-result-url: #bd93f9; --whoogle-dark-result-visited: #ff5555; } ```
kerem 2026-02-25 20:35:35 +03:00
  • closed this issue
  • added the
    theme
    label
Author
Owner

@benbusby commented on GitHub (Dec 19, 2021):

Added to the wiki -- thanks!

<!-- gh-comment-id:997436658 --> @benbusby commented on GitHub (Dec 19, 2021): 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#371
No description provided.