Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[THEME] Dark Jade #479

Closed
lenicyl opened this issue Oct 22, 2021 · 1 comment
Closed

[THEME] Dark Jade #479

lenicyl opened this issue Oct 22, 2021 · 1 comment
Assignees
Labels

Comments

@lenicyl
Copy link

lenicyl commented Oct 22, 2021

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;
}
@benbusby
Copy link
Owner

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants