Seafile “Shadow Wave” Theme: An elegant combination of light and shadow for your Seafile! This custom theme offers a pleasant visual experience whether you are a day or night user. 🥰
- login page
- mainpage
- profile
- admin menu
- file editor
- MD editor
- etc.
-
Go to System Admin > Settings > Custom CSS, paste the compiled CSS code in and confirm.
-
After reloading the page, your Seafile should've gotten a visual upgrade 🥰
# Clone repository
$ git clone https://github.com/adrianocandrade/seafile-shadow-wave-theme
# Running with NPM
$ cd seafile-shadow-wave-theme && npm install
# Running with yarn
$ cd seafile-shadow-wave-theme && yarn
# Run in development mode
$ yarn start
# Build to production
$ yarn build