This is an old revision of the document!
# Check out the latest version of RADIUSdesk # We will check it out in the home directory of the **system** user. cd ~ sudo git clone https://github.com/RADIUSdesk/rdcore.git
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
cd /home/system/rdcore/rd sencha app refresh sencha app build production
</code>