OpusCapita / filemanager

React based FileManager for browser ( + FS REST API for Node.js and Express)
https://demo.core.dev.opuscapita.com/filemanager/master/?currentComponentName=FileManager&maxContainerWidth=100%25&showSidebar=false
Apache License 2.0
566 stars 122 forks source link

Dark Mode option missing #318

Closed imdkbj closed 3 years ago

imdkbj commented 3 years ago

Not found any option for dark mode.

visortelle commented 3 years ago

It's another filemanager. :)

imdkbj commented 3 years ago

Sorry ! Link removed and comment updated

visortelle commented 3 years ago

You can always override styles as you wish and make a PR.

Example: https://github.com/OpusCapita/filemanager/blob/master/packages/client-react/src/client/components/themes/ex-jcatalog.less

You can try to choose theme at demo page https://demo.core.dev.opuscapita.com/filemanager/master/?currentComponentName=FileManager&maxContainerWidth=100%25&showSidebar=false

In this example it applies only for modals dialogs.

achernyakevich-sc commented 3 years ago

Short summary before closing the issue:

This issue is closed as this is not a bug. If it will be required we could create and issue to add customized "dark" theme.