This project provides a web interface for generating custom CSS code for Seafile, allowing users to create a personalized color theme for the Seafile / Seahub web interface.
Simply visit the web interface and select your preferred primary color. The CSS code will be generated automatically.
Just open an issue in the issue tracker and describe your problem or suggestion.
Feel free to contribute to this project. Just fork the repository and create a pull request. We would love to see more options for customizing the Seafile web interface, e.g. a dark theme or support for more Seafile versions.
There is no build process required. You can edit the files and use any web server of your choice to serve them. A
straightforward option is to use the python module http.server
:
python3 -m http.server 9000
This project is not affiliated with Seafile or Seafile Ltd. It is a tool designed to generate custom CSS code for the Seafile web interface. Please be aware that the generated CSS code may not be compatible with future versions of Seafile, and you should use it at your own risk.