Theming, Logo - mattimaier/bnote GitHub Wiki
With BNote 3.3.0 we introduce themes. Themes are coloring your BNote to fit your band's style. Furthermore you are able to change the BNote logo in a configurative way.
- Make sure you are running BNote 3.3.0 or later and you have your BNote/config/config.xmlupdated properly (ThemeandLogotags added) if you migrated from a version below BNote 3.3.0.
- Open BNote/config/config.xmland change the<Theme>default</Theme>line to one of the available themes. In the beginning we offer:default,green,red,orange,dark
- Open BNote/style/cssin your file explorer/browser
- Copy the folder defaultand name it how you want to name your theme, e.g. "myband".
- Open the colors.lessfile and change the HEX color codes to your needs.
- Install lessusingnpm(Installation Guide).
- Go to BNote/style/css/mybandand runlessc bnote.less > bnote.css.
- Please make sure to run this every time you update BNote.
The requirements for to put your own logo in BNote are:
- your logo file should have a height of 44px
- please use PNG or JPG as a file format
- if possible, use a transparent background so it fits with the theme colors
- Copy your logo file in BNote/style/images.
- For compatibility, please make sure your filename only contains alphanumeric characters, - and _. Do not use spaces or other special characters.
- Open BNote/config/config.xmland change the<Logo>...</Logo>line to the name of your logo file.