From 14938ace9efad638094c498e012bb45750a0e7f6 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 1 Nov 2021 16:23:07 -0600 Subject: [PATCH] Updated User Contributed CSS Themes (markdown) --- User-Contributed-CSS-Themes.md | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) 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