Update catpuccin theme

Ben Busby 2022-07-13 10:06:10 -06:00
parent 44849c84c9
commit 9f0cdb4ba8

@ -113,46 +113,56 @@
```css
:root {
/* LIGHT THEME COLORS */
--whoogle-logo: #4c4f69;
--whoogle-page-bg: #eff1f5;
--whoogle-element-bg: #bcc0cc;
--whoogle-text: #4c4f69;
--whoogle-contrast-text: #5c5f77;
--whoogle-secondary-text: #6c6f85;
--whoogle-result-bg: #ccd0da;
--whoogle-result-title: #7287fd;
--whoogle-result-url: #dc8a78;
--whoogle-result-visited: #e64553;
/* DARK THEME COLORS */
--whoogle-dark-logo: #6E6C7E;
--whoogle-dark-page-bg: #1E1E2E;
--whoogle-dark-element-bg: #302D41;
--whoogle-dark-text: #D9E0EE;
--whoogle-dark-contrast-text: #F2CDCD;
--whoogle-dark-secondary-text: #988BA2;
--whoogle-dark-result-bg: #302D41;
--whoogle-dark-result-title: #F5E0DC;
--whoogle-dark-result-url: #F5E0DC;
--whoogle-dark-result-visited: #C9CBFF;
--whoogle-dark-logo: #cdd6f4;
--whoogle-dark-page-bg: #1e1e2e;
--whoogle-dark-element-bg: #45475a;
--whoogle-dark-text: #cdd6f4;
--whoogle-dark-contrast-text: #bac2de;
--whoogle-dark-secondary-text: #a6adc8;
--whoogle-dark-result-bg: #313244;
--whoogle-dark-result-title: #b4befe;
--whoogle-dark-result-url: #f5e0dc;
--whoogle-dark-result-visited: #eba0ac;
}
#whoogle-w {
fill: #96CDFB;
fill: #89b4fa;
}
#whoogle-h {
fill: #F28FAD;
fill: #f38ba8;
}
#whoogle-o-1 {
fill: #FAE3B0;
fill: #f9e2af;
}
#whoogle-o-2 {
fill: #96CDFB;
fill: #89b4fa;
}
#whoogle-g {
fill: #ABE9B3;
fill: #a6e3a1;
}
#whoogle-l {
fill: #F28FAD;
fill: #f38ba8;
}
#whoogle-e {
fill: #FAE3B0;
fill: #f9e2af;
}
```