From 9f0cdb4ba85ce08a704dc6eca05a0d6b568a1142 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 13 Jul 2022 10:06:10 -0600 Subject: [PATCH] Update catpuccin theme --- User-Contributed-CSS-Themes.md | 44 +++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/User-Contributed-CSS-Themes.md b/User-Contributed-CSS-Themes.md index b2ef2d8..a965b9a 100644 --- a/User-Contributed-CSS-Themes.md +++ b/User-Contributed-CSS-Themes.md @@ -113,46 +113,56 @@ ```css :root { /* LIGHT THEME COLORS */ + --whoogle-logo: #4c4f69; + --whoogle-page-bg: #eff1f5; + --whoogle-element-bg: #bcc0cc; + --whoogle-text: #4c4f69; + --whoogle-contrast-text: #5c5f77; + --whoogle-secondary-text: #6c6f85; + --whoogle-result-bg: #ccd0da; + --whoogle-result-title: #7287fd; + --whoogle-result-url: #dc8a78; + --whoogle-result-visited: #e64553; /* DARK THEME COLORS */ - --whoogle-dark-logo: #6E6C7E; - --whoogle-dark-page-bg: #1E1E2E; - --whoogle-dark-element-bg: #302D41; - --whoogle-dark-text: #D9E0EE; - --whoogle-dark-contrast-text: #F2CDCD; - --whoogle-dark-secondary-text: #988BA2; - --whoogle-dark-result-bg: #302D41; - --whoogle-dark-result-title: #F5E0DC; - --whoogle-dark-result-url: #F5E0DC; - --whoogle-dark-result-visited: #C9CBFF; + --whoogle-dark-logo: #cdd6f4; + --whoogle-dark-page-bg: #1e1e2e; + --whoogle-dark-element-bg: #45475a; + --whoogle-dark-text: #cdd6f4; + --whoogle-dark-contrast-text: #bac2de; + --whoogle-dark-secondary-text: #a6adc8; + --whoogle-dark-result-bg: #313244; + --whoogle-dark-result-title: #b4befe; + --whoogle-dark-result-url: #f5e0dc; + --whoogle-dark-result-visited: #eba0ac; } #whoogle-w { - fill: #96CDFB; + fill: #89b4fa; } #whoogle-h { - fill: #F28FAD; + fill: #f38ba8; } #whoogle-o-1 { - fill: #FAE3B0; + fill: #f9e2af; } #whoogle-o-2 { - fill: #96CDFB; + fill: #89b4fa; } #whoogle-g { - fill: #ABE9B3; + fill: #a6e3a1; } #whoogle-l { - fill: #F28FAD; + fill: #f38ba8; } #whoogle-e { - fill: #FAE3B0; + fill: #f9e2af; } ```