johnfactotum / foliate

Read e-books in style
https://johnfactotum.github.io/foliate/
GNU General Public License v3.0
5.93k stars 273 forks source link

Custom themes don't show up #1138

Closed stpnwf closed 9 months ago

stpnwf commented 9 months ago

I am following the instructions posted here to add a custom theme to Foliate. I copied the template and created a .json file in ~/.var/app/com.github.johnfactotum.Foliate/themes/mytheme.json but nothing new shows up under Color in the Layout tab in the Font and Layout Settings.

Am I doing something wrong?

Version:

Hou-Rui commented 9 months ago

I believe for Flatpak, the correct path to put the json file would be ~/.var/app/com.github.johnfactotum.Foliate/config/com.github.johnfactotum.Foliate/themes/. Works for me when put under this path.

stpnwf commented 9 months ago

I believe for Flatpak, the correct path to put the json file would be ~/.var/app/com.github.johnfactotum.Foliate/config/com.github.johnfactotum.Foliate/themes/. Works for me when put under this path.

Thank you! That did fix it.