Alternative dark theme for https://github.com/filebrowser/filebrowser/
Copy the contents of custom.css
or custom.min.css
to your own custom.css
file.
You can read about the File-Browser custom.css
customization here.
Add the following to your custom.css
file:
@import url("https://cdn.jsdelivr.net/gh/Teraskull/file-browser-modern-theme@master/custom.min.css");
Because the icon replacements rely on aria-label
, most of the new icons are only visible when English language is selected.
To use the default icons, remove the styles between the following comments at the end of custom.css
:
/* ############### ICON THEME ############### */
/* ############### END ICON THEME ############### */
- Copy the contents of any CSS theme from https://github.com/ajaxorg/ace/blob/master/lib/ace/theme/.
- Replace all instances of the theme class name with
.ace-twilight
.
For example, if you copy the
nord-dark
theme, replace all.ace-nord-dark
classes with.ace-twilight
.
- Paste the replaced contents between the following comments:
/* ############### EDITOR THEME ############### */
/* ############### END EDITOR THEME ############### */
Distributed under the AGPL-3.0 License. See LICENSE
for more information.