| layout | page |
|---|---|
| title | OpenWebRX+ Receiver Plugin: Set Waterfall Theme |
| permalink | /receiver/set_waterfall_theme |
OWRX+ v1.2.106 implements this feature in "General Settings → Waterfall settings". There are no reasons to use this plugin anymore.
This is a receiver plugin to set the default waterfall theme.
You can choose between the following standard themes:
- default
- turbo
- ha7ilm
- teejeez
- ocean
- eclipse
If a wrong one will be set a default theme will be used and an error message will be shown in the console.
Add this lines in your init.js file:
Plugins.set_waterfall_theme_theme_value = 'ocean'; // set your desired theme here (see list above)
Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/set_waterfall_theme/set_waterfall_theme.js');Learn how to load plugins.