Updated User Contributed CSS Themes (markdown)

Ben Busby 2021-11-01 16:23:07 -06:00
parent 226a0d683e
commit 14938ace9e

@ -195,4 +195,52 @@
#whoogle-o-2 {
fill: #347F6C;
}
```
### Dark Jade (Dark Only) [by @ironboy1]
```css
:root {
/* LIGHT THEME COLORS */
/* coming soon.... */
/* DARK THEME COLORS */
--whoogle-dark-logo: #8751a1;
--whoogle-dark-page-bg: #011627;
--whoogle-dark-element-bg: #040A19;
--whoogle-dark-text: #24b89d;
--whoogle-dark-contrast-text: #4186c6;
--whoogle-dark-secondary-text: #8751a1;
--whoogle-dark-result-bg: #040A19;
--whoogle-dark-result-title: #4186c6;
--whoogle-dark-result-url: #f48075;
--whoogle-dark-result-visited: #eb3488;
--whoogle-dark-divider: #4186c6;
}
#whoogle-w {
fill: #4186c6;
}
#whoogle-h {
fill: #eb3488;
}
#whoogle-o-1 {
fill: #f48075;
}
#whoogle-o-2 {
fill: #8751a1;
}
#whoogle-g {
fill: #24b89d;
}
#whoogle-l {
fill: #eb3488;
}
#whoogle-e {
fill: #4186c6;
}
```