@@ -125,11 +125,11 @@ srcConstantsEdgeX50Button=$(srcConstantsEdgeBase);source/config/device-edge/devi
125125
126126# Theme definitions specify the source directories that contain
127127# the color theme implementations.
128- srcThemeDefinitionsBase=source/themes/theme- definitions/base
129- srcThemeDefinitionsDefault=source/themes/theme- definitions/device-default
128+ srcThemeDefinitionsBase=source/themes/definitions/base
129+ srcThemeDefinitionsDefault=source/themes/definitions/device-default
130130# The dark theme for night mode is based on the default theme
131- srcThemeDefinitionsNightModeDark=$(srcThemeDefinitionsDefault);source/themes/theme- definitions/device-night-mode/dark
132- srcThemeDefinitionsNightModeLight=source/themes/theme- definitions/device-night-mode/light
131+ srcThemeDefinitionsNightModeDark=$(srcThemeDefinitionsDefault);source/themes/definitions/device-night-mode/dark
132+ srcThemeDefinitionsNightModeLight=source/themes/definitions/device-night-mode/light
133133
134134# Edge devices that use buttons for control (for example 540, 840,
135135# 550, 850, MTB) require a focus indicator in the menu to show
@@ -141,35 +141,35 @@ srcThemeDefinitionsNightModeLight=source/themes/theme-definitions/device-night-m
141141#
142142# This behavior is not available in the simulator. Therefore,
143143# a blue background is used there as the menu item focus indicator.
144- srcThemeDefinitionsNightModeFocusBlue=source/themes/theme- definitions/device-night-mode/focus-blue
144+ srcThemeDefinitionsNightModeFocusBlue=source/themes/definitions/device-night-mode/focus-blue
145145
146146# Edge x50 button-based devices display a rounded frame in the
147147# background color for the focused menu item. The app must therefore
148148# use contrasting colors for the focused entry.
149149# These devices use the light theme for day mode and the dark theme
150150# for night mode. For the focused menu item, the opposite theme
151151# is applied to ensure proper contrast.
152- srcThemeDefinitionsNightModeFocusInverted=source/themes/theme- definitions/device-night-mode/focus-inverted
152+ srcThemeDefinitionsNightModeFocusInverted=source/themes/definitions/device-night-mode/focus-inverted
153153
154154# SOURCE PATH - THEMES - THEME MANAGER
155155
156156# For devices that use only the dark theme.
157- srcThemeManagerDefault=source/themes/theme- manager/device-default
157+ srcThemeManagerDefault=source/themes/manager/device-default
158158
159159# Devices that support night mode use the light theme by default
160160# and switch to the dark theme when night mode is active.
161- srcThemeManagerNightModeBase=source/themes/theme- manager/device-night-mode/base
161+ srcThemeManagerNightModeBase=source/themes/manager/device-night-mode/base
162162
163163# The default implementation switches between day and night mode
164164# and does not apply a menu item focus indicator.
165165# This applies to touch-based Edge devices (Explore 2, 1040, 1050).
166- srcThemeManagerNightModeDefault=$(srcThemeManagerNightModeBase);source/themes/theme- manager/device-night-mode/device-default
166+ srcThemeManagerNightModeDefault=$(srcThemeManagerNightModeBase);source/themes/manager/device-night-mode/device-default
167167
168168# Button-based devices use a focus indicator.
169169# The implementation for x40 and x50 devices is the same here.
170170# They differ only in the source directories included for
171171# the actual focus indicator theme implementations.
172- srcThemeManagerNightModeFocusIndicator=$(srcThemeManagerNightModeBase);source/themes/theme- manager/device-night-mode/device-focus-indicator
172+ srcThemeManagerNightModeFocusIndicator=$(srcThemeManagerNightModeBase);source/themes/manager/device-night-mode/device-focus-indicator
173173
174174# SOURCE PATH - THEMES - ASSEMBLY
175175
0 commit comments