-
Notifications
You must be signed in to change notification settings - Fork 16
Theming, Logo
Matti Maier edited this page Jan 7, 2018
·
1 revision
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.xml
updated properly (Theme
andLogo
tags added) if you migrated from a version below BNote 3.3.0. - Open
BNote/config/config.xml
and 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/css
in your file explorer/browser - Copy the folder
default
and name it how you want to name your theme, e.g. "myband". - Open the
colors.less
file and change the HEX color codes to your needs. - Install
less
usingnpm
(Installation Guide). - Go to
BNote/style/css/myband
and 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.xml
and change the<Logo>...</Logo>
line to the name of your logo file.
Stand: 21.09.2020, BNote Version 3.4.4