mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Add "Dark Jade" theme by @lenicyl
parent
f9df645376
commit
e430a7208a
@ -166,3 +166,33 @@
|
|||||||
--whoogle-dark-result-visited: #2aa198;
|
--whoogle-dark-result-visited: #2aa198;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Dark Jade [by @lenicyl]
|
||||||
|
```css
|
||||||
|
:root {
|
||||||
|
/* LIGHT THEME COLORS
|
||||||
|
This is a dark theme so there is no light theme :)
|
||||||
|
Maybe in the future ?
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* DARK THEME COLORS */
|
||||||
|
--whoogle-dark-page-bg: #212121;
|
||||||
|
--whoogle-dark-element-bg: #111111 ;
|
||||||
|
--whoogle-dark-logo: #007261 ;
|
||||||
|
--whoogle-dark-text: #c6d3d1;
|
||||||
|
--whoogle-dark-contrast-text: #90AFA3;
|
||||||
|
--whoogle-dark-secondary-text: #f9fafb;
|
||||||
|
--whoogle-dark-result-bg: #111111;
|
||||||
|
--whoogle-dark-result-title: #699C88;
|
||||||
|
--whoogle-dark-result-url: #b1d2db;
|
||||||
|
--whoogle-dark-result-visited: #a3be8c;
|
||||||
|
}
|
||||||
|
|
||||||
|
#whoogle-o-1 {
|
||||||
|
fill: #347F6C;
|
||||||
|
}
|
||||||
|
|
||||||
|
#whoogle-o-2 {
|
||||||
|
fill: #347F6C;
|
||||||
|
}
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user