Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-01-31 12:25:44 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-01-31 13:28:38 +0300
commit944f9e96680fc36c0f3fbe7087b17f498a36331c (patch)
tree0dacd338ba19db4d97f272a5cb976d126db0ecd3 /NEXTCLOUD.cmake
parent5c2996deb75e97f80924eca51f123385e19f125a (diff)
Move wizard options to CMAKE as well
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'NEXTCLOUD.cmake')
-rw-r--r--NEXTCLOUD.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEXTCLOUD.cmake b/NEXTCLOUD.cmake
index f13ab9a9b..011c41d10 100644
--- a/NEXTCLOUD.cmake
+++ b/NEXTCLOUD.cmake
@@ -22,3 +22,9 @@ option( WITH_CRASHREPORTER "Build crashreporter" OFF )
#set( CRASHREPORTER_ICON ":/owncloud-icon.png" )
option( WITH_PROVIDERS "Build with providers list" ON )
+
+
+## Theming options
+set( APPLICATION_WIZARD_HEADER_BACKGROUND_COLOR "#0082c9" CACHE string "Hex color of the wizard header background")
+set( APPLICATION_WIZARD_HEADER_TITLE_COLOR "#ffffff" CACHE string "Hex color of the text in the wizard header")
+option( APPLICATION_WIZARD_USE_CUSTOM_LOGO "Use the logo from ':/client/theme/colored/wizard_logo.png' else the default application icon is used" ON )