This part will show you how to modify the base theme which RADIUSdesk uses when building the production optimised Javascript Code.
Make sure you have access to the RADIUSdesk repository to check it out using git.
# Check out the latest version of RADIUSdesk
# We will check it out in the home directory of the **system** user.
cd ~
git clone https://github.com/RADIUSdesk/rdcore.git
Check out the Ext JS
GPL version SDK
cd ~
mkdir extjs-gpl
cd extjs-gpl/
git clone https://github.com/tremez/extjs-gpl.git
ln -s /home/system/extjs-gpl/extjs-gpl /home/system/rdcore/rd/ex
cd /home/system/rdcore/rd/packages/local/rd-theme/sass/var
vi Component.scss
$base-color: #000000 !default;
$panel-header-color: #ff3300 !default;
$tab-color-active: #ff3300 !default;
cd /home/system/rdcore/rd/packages/local/rd-theme
sencha package build
Now that the theme is completed we can build the RADIUSdesk production
GUI to see how it looks.