diff --git a/User-Contributed-CSS-Themes.md b/User-Contributed-CSS-Themes.md index dda1b27..757bc14 100644 --- a/User-Contributed-CSS-Themes.md +++ b/User-Contributed-CSS-Themes.md @@ -195,4 +195,52 @@ #whoogle-o-2 { fill: #347F6C; } +``` + +### Dark Jade (Dark Only) [by @ironboy1] +```css +: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; +} ``` \ No newline at end of file