We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use the following template to design your theme, replacing the blank spaces with the colors of your choice.
:root { /* LIGHT THEME COLORS */ /* coming soon.... */ /* DARK THEME COLORS */ --whoogle-dark-logo: #8751a1; --whoogle-dark-page-bg: #011627; --whoogle-dark-element-bg: #040A19; --whoogle-dark-text: #24b89d; --whoogle-dark-contrast-text: #4186c6; --whoogle-dark-secondary-text: #8751a1; --whoogle-dark-result-bg: #040A19; --whoogle-dark-result-title: #4186c6; --whoogle-dark-result-url: #f48075; --whoogle-dark-result-visited: #eb3488; --whoogle-dark-divider: #4186c6; } #whoogle-w { fill: #4186c6; } #whoogle-h { fill: #eb3488; } #whoogle-o-1 { fill: #f48075; } #whoogle-o-2 { fill: #8751a1; } #whoogle-g { fill: #24b89d; } #whoogle-l { fill: #eb3488; } #whoogle-e { fill: #4186c6; }
The text was updated successfully, but these errors were encountered:
Thank you! Added to the wiki
Sorry, something went wrong.
benbusby
No branches or pull requests
Use the following template to design your theme, replacing the blank spaces with the colors of your choice.
The text was updated successfully, but these errors were encountered: