From 69512eb1776fda38f4d7d1c2acf9355fb88e6dec Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 10 Aug 2022 09:28:15 -0600 Subject: [PATCH] Updated User Contributed CSS Themes (markdown) --- User-Contributed-CSS-Themes.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/User-Contributed-CSS-Themes.md b/User-Contributed-CSS-Themes.md index a965b9a..7a030e9 100644 --- a/User-Contributed-CSS-Themes.md +++ b/User-Contributed-CSS-Themes.md @@ -406,4 +406,38 @@ --whoogle-dark-result-url: #bd93f9; --whoogle-dark-result-visited: #ff5555; } +``` + +### green_cookie by @alex3o0 + +```css +:root { + /* LIGHT THEME COLORS */ + --whoogle-logo: #c4a7e7; + --whoogle-page-bg: #ffe9d6; + --whoogle-element-bg: #fcd6c5; + --whoogle-text: #575279; + --whoogle-contrast-text: #1f1d2e; + --whoogle-secondary-text: #797593; + --whoogle-result-bg: #fcd6c5; + --whoogle-result-title: #5fbfa2; + --whoogle-result-url: steelblue; + --whoogle-result-visited: #3a9278; + + /* DARK THEME COLORS */ + --whoogle-dark-logo: #c4a7e7; + --whoogle-dark-page-bg: #191724; + --whoogle-dark-element-bg: #1f1d2e; + --whoogle-dark-text: #e0def4; + --whoogle-dark-contrast-text: #e0def4; + --whoogle-dark-secondary-text: #908caa; + --whoogle-dark-result-bg: #393552; + --whoogle-dark-result-title: #9ccfd8; + --whoogle-dark-result-url: #3e8fb0; + --whoogle-dark-result-visited: #c4a7e7; +} + +#whoogle-w,#whoogle-h,#whoogle-o-1,#whoogle-o-2,#whoogle-g,#whoogle-l,#whoogle-e { + fill: #7ccbb3; +} ``` \ No newline at end of file