Themed recipes are intended for my fork of Franz. You can get it here. It will allow you to change theme in settings.
- Close Franz
- Go to Franz's directory (on Windows it's
%appdata%\Franz
) - Backup
recipes
directory by changing its name to something else. - Clone this repository to this directory
git clone https://github.com/MikeDabrowski/franz-transparent-recipes.git
- This should create new directory called
franz-transparent-recipes
, rename it torecipes
- Start Franz
- If you can't see transparent apps, try View > ReloadService (Ctrl+R on Windows) or create issue here
- Close Franz
- Go to Franz's directory (on Windows it's
%appdata%\Franz
) - Backup
recipes
directory by changing its name to something else. - Download this repository as zip
- Unpack downloaded file to this directory
- Rename directory called
franz-transparent-recipes
torecipes
- Start Franz
- If you can't see transparent apps, try View > ReloadService (Ctrl+R on Windows) or create issue here
- Go to Franz's recipes directory (on Windows it's
%appdata%\Franz\recipes
) - Open cmd/powershell/terminal in this folder (on Windows hold shift and right click on this dir and choose open cmd/powershell here)
- Type
git pull
- Reload Franz or restart it
Just follow installation instructions.
Theme name has to match Franz theme. At this moment available themes are:
- theme-transparent-dark
- theme-dark
- theme-regular (defaults all apps to their's default theme) Propose new themes in my Franz-fork repo first: https://github.com/MikeDabrowski/franz
Rules:
- theme name must match Franz theme name (see above)
- Css file must have
theme-
prefix and.css
extension. - If you use scss/less you have to compile css by yourself
- For transparent themes add
html {background: none !important;}
to top of theme file.
Example:
html {background: none !important;}
body.theme-pink header {background: pink;}
body.theme-pink header nav {color: white;}
body.theme-pink footer {background: deeppink;}
See existing themes for reference.
First make sure you use my fork of Franz and both are up to date. Original Franz doesn't allow adding recipes if it detects '.git' folder in recipes directory. This folder keeps git stuff inside and in my fork is simply ignored. If you are sure this is not the case please create issue and post screenshots of Franz's developer console (View -> Toggle Dev Tools).