[GH-ISSUE #479] [THEME] Dark Jade #313

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

Originally created by @lenicyl on GitHub (Oct 22, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/479

Originally assigned to: @benbusby on GitHub.

Preview

There is no light theme but maybe ill make one later :)

Css

:root {
/* LIGHT THEME COLORS 
  This is a dark theme so there is no light theme :)
  Maybe in the future ?
*/

/* DARK THEME COLORS */
--whoogle-dark-page-bg: #212121; 
--whoogle-dark-element-bg: #111111 ; 
--whoogle-dark-logo: #007261 ; 
--whoogle-dark-text: #c6d3d1; 
--whoogle-dark-contrast-text: #90AFA3; 
--whoogle-dark-secondary-text: #f9fafb;
--whoogle-dark-result-bg: #111111; 
--whoogle-dark-result-title: #699C88; 
--whoogle-dark-result-url: #b1d2db; 
--whoogle-dark-result-visited: #a3be8c; 
}

#whoogle-o-1 {
  fill: #347F6C;
}

#whoogle-o-2 {
  fill: #347F6C;
}

Originally created by @lenicyl on GitHub (Oct 22, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/479 Originally assigned to: @benbusby on GitHub. # Preview There is no light theme but maybe ill make one later :) ![](https://cdn.upload.systems/uploads/Z7cyMjrL.png) ![](https://cdn.upload.systems/uploads/PzGPsvqd.png) # Css ```css :root { /* LIGHT THEME COLORS This is a dark theme so there is no light theme :) Maybe in the future ? */ /* DARK THEME COLORS */ --whoogle-dark-page-bg: #212121; --whoogle-dark-element-bg: #111111 ; --whoogle-dark-logo: #007261 ; --whoogle-dark-text: #c6d3d1; --whoogle-dark-contrast-text: #90AFA3; --whoogle-dark-secondary-text: #f9fafb; --whoogle-dark-result-bg: #111111; --whoogle-dark-result-title: #699C88; --whoogle-dark-result-url: #b1d2db; --whoogle-dark-result-visited: #a3be8c; } #whoogle-o-1 { fill: #347F6C; } #whoogle-o-2 { fill: #347F6C; } ```
kerem 2026-02-25 20:35:25 +03:00
  • closed this issue
  • added the
    theme
    label
Author
Owner

@benbusby commented on GitHub (Oct 23, 2021):

Awesome, thanks for the contribution!

Added to the wiki here: https://github.com/benbusby/whoogle-search/wiki/User-Contributed-CSS-Themes#dark-jade-by-lenicyl

<!-- gh-comment-id:950184712 --> @benbusby commented on GitHub (Oct 23, 2021): Awesome, thanks for the contribution! Added to the wiki here: https://github.com/benbusby/whoogle-search/wiki/User-Contributed-CSS-Themes#dark-jade-by-lenicyl
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#313
No description provided.