Skip to content

Instantly share code, notes, and snippets.

View RenautMestdagh's full-sized avatar
🐧

Renaut Mestdagh RenautMestdagh

🐧
View GitHub Profile
@RenautMestdagh
RenautMestdagh / draucla-seafile-css-theme.css
Last active January 23, 2025 05:28
dark theme for Seafile Community Edition v11.0.3 (Place inside Custom CSS setting input box)
@media (prefers-color-scheme: dark) {
:root {
--main-bg: #282a36;
--dark-bg: #202023;
--light-bg: #535667;
--main-font: #f8f8f2;
--light-font: #282a36;
--dark-font: #f8f8f2;
--main-theme: #ffe875;
--theme-font: #ffe875;