From 73ee4706a1576f7c8f5d635c3567d41973c1e0a2 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Sun, 19 Dec 2021 11:14:01 -0700 Subject: [PATCH] Add dracula theme --- User-Contributed-CSS-Themes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/User-Contributed-CSS-Themes.md b/User-Contributed-CSS-Themes.md index 1dce601..089d528 100644 --- a/User-Contributed-CSS-Themes.md +++ b/User-Contributed-CSS-Themes.md @@ -243,4 +243,23 @@ #whoogle-e { fill: #4186c6; } +``` + +### Dracula (Dark Only) by @Darkempire78 +```css +:root { + /* LIGHT THEME COLORS */ + + /* DARK THEME COLORS */ + --whoogle-dark-logo: #44475a; + --whoogle-dark-page-bg: #282a36; + --whoogle-dark-element-bg: #282a36; + --whoogle-dark-text: #f8f8f2; + --whoogle-dark-contrast-text: #f8f8f2; + --whoogle-dark-secondary-text: #6272a4; + --whoogle-dark-result-bg: #44475a; + --whoogle-dark-result-title: #f8f8f2; + --whoogle-dark-result-url: #bd93f9; + --whoogle-dark-result-visited: #ff5555; +} ``` \ No newline at end of file