the filelist.tpl ist not installed in your screenshot
I couldn't figure out how to put the [files] section back inside the template (so there's no separate filelist.tpl).
So, howabout "click-once-go," a 1 file instantly ready-to-use template?
version 4 never reloads the page. It's fast because it only updates the filelist and not the template.
Maybe CSS isn't working; because, text and background same/similar, is so hard to read
you use the dark theme
you can change the theme with rightclick on files
the css for dark theme you find in line 31 and 32
.dark {background:#555; color:white}
@media (prefers-color-scheme: dark) { body { background-color: #555; color: white; }}
todo: better contrast for dark theme
update: replace
body with
body, athis will go to mobil-light_V4.6.4:
@media (prefers-color-scheme: dark) { body, li a, li span, small a { background-color: #555; color: white; }}