Add dracula theme

Ben Busby 2021-12-19 11:14:01 -07:00
parent 98a989cc81
commit 73ee4706a1

@ -244,3 +244,22 @@
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;
}
```