[GH-ISSUE #683] [THEME] easydark #439

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

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

Originally assigned to: @benbusby on GitHub.

/* Colors */
:root {
    /* LIGHT THEME COLORS */
    --whoogle-logo: #685e79;
    --whoogle-page-bg: #ffffff;
    --whoogle-element-bg: #4285f4;
    --whoogle-text: #000000;
    --whoogle-contrast-text: #ffffff;
    --whoogle-secondary-text: #70757a;
    --whoogle-result-bg: #ffffff;
    --whoogle-result-title: #1967d2;
    --whoogle-result-url: #0d652d;
    --whoogle-result-visited: #4b11a8;

    /* DARK THEME COLORS */
    --whoogle-dark-logo: #ffffff;
    --whoogle-dark-page-bg: #111111;
    --whoogle-dark-element-bg: #303134;
    --whoogle-dark-text: #dddddd;
    --whoogle-dark-contrast-text: #e8eaed;
    --whoogle-dark-secondary-text: #bdc1c6;
    --whoogle-dark-result-bg: #222222;
    --whoogle-dark-result-title: #8ab4f8;
    --whoogle-dark-result-url: #34a853;
    --whoogle-dark-result-visited: #c58af9;
}
Originally created by @Jieiku on GitHub (Mar 19, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/683 Originally assigned to: @benbusby on GitHub. ```css /* Colors */ :root { /* LIGHT THEME COLORS */ --whoogle-logo: #685e79; --whoogle-page-bg: #ffffff; --whoogle-element-bg: #4285f4; --whoogle-text: #000000; --whoogle-contrast-text: #ffffff; --whoogle-secondary-text: #70757a; --whoogle-result-bg: #ffffff; --whoogle-result-title: #1967d2; --whoogle-result-url: #0d652d; --whoogle-result-visited: #4b11a8; /* DARK THEME COLORS */ --whoogle-dark-logo: #ffffff; --whoogle-dark-page-bg: #111111; --whoogle-dark-element-bg: #303134; --whoogle-dark-text: #dddddd; --whoogle-dark-contrast-text: #e8eaed; --whoogle-dark-secondary-text: #bdc1c6; --whoogle-dark-result-bg: #222222; --whoogle-dark-result-title: #8ab4f8; --whoogle-dark-result-url: #34a853; --whoogle-dark-result-visited: #c58af9; } ```
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:1074074570 --> @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#439
No description provided.