mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Add dracula theme
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;
|
||||
}
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user