mirror of
https://github.com/Ahwxorg/librey/
synced 2024-12-06 19:16:48 +01:00
faf6b08d41
Currently, LibreY only has Catppuccin Mocha. This adds the rest: Latte, Frappe, and Macchiato.
27 lines
522 B
CSS
27 lines
522 B
CSS
:root {
|
|
--main-bg: #303446;
|
|
--main-fg: #c6d0f5;
|
|
|
|
--result-link-fg: #8caaee;
|
|
--result-fg: #babbf1;
|
|
|
|
--button-bg: #414559;
|
|
|
|
--special-result-border: opacity 50;
|
|
--special-text-background: #51576d;
|
|
--special-text-color: #c6d0f5;
|
|
|
|
--search-container-text-color: #c6d0f5;
|
|
--search-container-background-color: #414559;
|
|
--search-container-background-border: #babbf1;
|
|
|
|
--search-form-background-color: #292c3c;
|
|
|
|
--border: #babbf1;
|
|
|
|
--footer-fg: #a5adce;
|
|
--footer-bg: #414559;
|
|
|
|
color-scheme: dark;
|
|
}
|