Skip to content

Instantly share code, notes, and snippets.

@trungly1
trungly1 / draucla-seafile-css-theme.css
Created January 23, 2025 05:28 — forked from RenautMestdagh/draucla-seafile-css-theme.css
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;