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