Move Starlingx branding from stx-horizon to stx-gui

Moved themes/titanium/ and themes/starlingx/ folder from
stx-horizon into stx-gui. Renamed titanium to starlingx and
delete titanium.

Story: 2004552
Task: 28310

Change-Id: I1e9e8bcd41b6b5bb32e40da8dfce6c4804ce5d37
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
Kristine Bujold 2018-12-05 17:03:57 -05:00
parent 3b11aaa52b
commit 6a8f77de55
1 changed files with 3 additions and 3 deletions

View File

@ -986,9 +986,9 @@ SITE_BRANDING = "StarlingX"
AVAILABLE_THEMES = [
('default', 'Default', 'themes/default'),
('material', 'Material', 'themes/material'),
('titanium', 'Titanium', 'themes/titanium'),
('starlingx', 'StarlingX', 'themes/starlingx'),
]
DEFAULT_THEME = 'titanium'
DEFAULT_THEME = 'starlingx'
for root, dirs, files in os.walk('/opt/branding/applied'):
if 'manifest.py' in files:
@ -999,7 +999,7 @@ for root, dirs, files in os.walk('/opt/branding/applied'):
AVAILABLE_THEMES = [
('default', 'Default', 'themes/default'),
('material', 'Material', 'themes/material'),
('titanium', 'Titanium', 'themes/titanium'),
('starlingx', 'StarlingX', 'themes/starlingx'),
('custom', 'Custom', '/opt/branding/applied'),
]
DEFAULT_THEME = 'custom'