Add initial token theming.

This commit is contained in:
jmsgrogan 2023-01-17 13:01:59 +00:00
parent 3d37a7244b
commit 1f85954e98
34 changed files with 406 additions and 253 deletions

View file

@ -25,8 +25,13 @@ list(APPEND LIB_INCLUDES
widgets/BoxGeometry.cpp
widgets/WidgetState.h
widgets/WidgetState.cpp
style/Theme.h
style/Theme.cpp
style/ThemeManager.h
style/ThemeManager.cpp
style/ITheme.h
style/LightTheme.h
style/LightTheme.cpp
style/ColorPalette.h
style/ColorPalette.cpp
)
add_library(${MODULE_NAME} SHARED ${LIB_INCLUDES})