Lines Matching refs:Theme

198     // Theme Colors
200 property string themePanelBackground: Theme.color(Theme.DSpanelBackground)
202 property string themeInteraction: Theme.color(Theme.DSinteraction)
203 property string themeError: Theme.color(Theme.DSerrorColor)
204 property string themeDisabled: Theme.color(Theme.DSdisabledColor)
206 property string themeAliasIconChecked: Theme.color(Theme.DSnavigatorAliasIconChecked)
209 property string themeControlBackground: Theme.color(Theme.DScontrolBackground)
210 …property string themeControlBackgroundInteraction: Theme.color(Theme.DScontrolBackgroundInteractio…
211 property string themeControlBackgroundDisabled: Theme.color(Theme.DScontrolBackgroundDisabled)
212 …property string themeControlBackgroundGlobalHover: Theme.color(Theme.DScontrolBackgroundGlobalHove…
213 property string themeControlBackgroundHover: Theme.color(Theme.DScontrolBackgroundHover)
215 property string themeControlOutline: Theme.color(Theme.DScontrolOutline)
216 property string themeControlOutlineInteraction: Theme.color(Theme.DScontrolOutlineInteraction)
217 property string themeControlOutlineDisabled: Theme.color(Theme.DScontrolOutlineDisabled)
220 property string themeTextColor: Theme.color(Theme.DStextColor)
221 property string themeTextColorDisabled: Theme.color(Theme.DStextColorDisabled)
222 property string themeTextSelectionColor: Theme.color(Theme.DStextSelectionColor)
223 property string themeTextSelectedTextColor: Theme.color(Theme.DStextSelectedTextColor)
226 property string themePlaceholderTextColor: Theme.color(Theme.DSplaceholderTextColor)
227 …property string themePlaceholderTextColorInteraction: Theme.color(Theme.DSplaceholderTextColorInte…
230 property string themeIconColor: Theme.color(Theme.DSiconColor)
231 property string themeIconColorHover: Theme.color(Theme.DSiconColorHover)
232 property string themeIconColorInteraction: Theme.color(Theme.DSiconColorInteraction)
233 property string themeIconColorDisabled: Theme.color(Theme.DSiconColorDisabled)
234 property string themeIconColorSelected: Theme.color(Theme.DSiconColorSelected)
236 property string themeLinkIndicatorColor: Theme.color(Theme.DSlinkIndicatorColor)
237 property string themeLinkIndicatorColorHover: Theme.color(Theme.DSlinkIndicatorColorHover)
238 …property string themeLinkIndicatorColorInteraction: Theme.color(Theme.DSlinkIndicatorColorInteract…
239 property string themeLinkIndicatorColorDisabled: Theme.color(Theme.DSlinkIndicatorColorDisabled)
241 property string themeInfiniteLoopIndicatorColor: Theme.color(Theme.DSlinkIndicatorColor)
242 … property string themeInfiniteLoopIndicatorColorHover: Theme.color(Theme.DSlinkIndicatorColorHover)
243 …property string themeInfiniteLoopIndicatorColorInteraction: Theme.color(Theme.DSlinkIndicatorColor…
246 property string themePopupBackground: Theme.color(Theme.DSpopupBackground)
248 property string themePopupOverlayColor: Theme.color(Theme.DSpopupOverlayColor)
251 property string themeToolTipBackground: Theme.color(Theme.DStoolTipBackground)
252 property string themeToolTipOutline: Theme.color(Theme.DStoolTipOutline)
253 property string themeToolTipText: Theme.color(Theme.DStoolTipText)
256 property string themeSliderActiveTrack: Theme.color(Theme.DSsliderActiveTrack)
257 property string themeSliderActiveTrackHover: Theme.color(Theme.DSactiveTrackHover)
258 property string themeSliderActiveTrackFocus: Theme.color(Theme.DSsliderActiveTrackFocus)
259 property string themeSliderInactiveTrack: Theme.color(Theme.DSsliderInactiveTrack)
260 property string themeSliderInactiveTrackHover: Theme.color(Theme.DSsliderInactiveTrackHover)
261 property string themeSliderInactiveTrackFocus: Theme.color(Theme.DSsliderInactiveTrackFocus)
262 property string themeSliderHandle: Theme.color(Theme.DSsliderHandle)
263 property string themeSliderHandleHover: Theme.color(Theme.DSsliderHandleHover)
264 property string themeSliderHandleFocus: Theme.color(Theme.DSsliderHandleFocus)
265 property string themeSliderHandleInteraction: Theme.color(Theme.DSsliderHandleInteraction)
267 property string themeScrollBarTrack: Theme.color(Theme.DSscrollBarTrack)
268 property string themeScrollBarHandle: Theme.color(Theme.DSscrollBarHandle)
270 property string themeSectionHeadBackground: Theme.color(Theme.DSsectionHeadBackground)
272 property string themeTabActiveBackground: Theme.color(Theme.DStabActiveBackground)
273 property string themeTabActiveText: Theme.color(Theme.DStabActiveText)
274 property string themeTabInactiveBackground: Theme.color(Theme.DStabInactiveBackground)
275 property string themeTabInactiveText: Theme.color(Theme.DStabInactiveText)
277 property string themeStateDefaultHighlight: Theme.color(Theme.DSstateDefaultHighlight)
278 property string themeStateSeparator: Theme.color(Theme.DSstateSeparatorColor)
279 property string themeStateBackground: Theme.color(Theme.DSstateBackgroundColor)
280 property string themeStatePreviewOutline: Theme.color(Theme.DSstatePreviewOutline)
282 property string themeUnimportedModuleColor: Theme.color(Theme.DSUnimportedModuleColor)
285 property string themeChangedStateText: Theme.color(Theme.DSchangedStateText)
288 property string theme3DAxisXColor: Theme.color(Theme.DS3DAxisXColor)
289 property string theme3DAxisYColor: Theme.color(Theme.DS3DAxisYColor)
290 property string theme3DAxisZColor: Theme.color(Theme.DS3DAxisZColor)
292 property string themeActionBinding: Theme.color(Theme.DSactionBinding)
293 property string themeActionAlias: Theme.color(Theme.DSactionAlias)
294 property string themeActionKeyframe: Theme.color(Theme.DSactionKeyframe)
295 property string themeActionJIT: Theme.color(Theme.DSactionJIT)
297 property string themeListItemBackground: Theme.color(Theme.DSnavigatorItemBackground)
298 property string themeListItemBackgroundHover: Theme.color(Theme.DSnavigatorItemBackgroundHover)
299 … property string themeListItemBackgroundPress: Theme.color(Theme.DSnavigatorItemBackgroundSelected)
300 property string themeListItemText: Theme.color(Theme.DSnavigatorText)
301 property string themeListItemTextHover: Theme.color(Theme.DSnavigatorTextHover)
302 property string themeListItemTextPress: Theme.color(Theme.DSnavigatorTextSelected)