From 09875801016842b9325274acf91d88946a8720d2 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Wed, 4 Nov 2020 12:34:35 +0100 Subject: Generate theme qrc automatically, fall back to core icons --- core_theme.qrc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 core_theme.qrc (limited to 'core_theme.qrc') diff --git a/core_theme.qrc b/core_theme.qrc new file mode 100644 index 000000000..a62eebb20 --- /dev/null +++ b/core_theme.qrc @@ -0,0 +1,31 @@ + + + theme/black/ui-light-plain-monochrom-state-checkmark.svg + theme/black/ui-light-plain-monochrom-state-error.svg + theme/black/ui-light-plain-monochrom-state-info.svg + theme/black/ui-light-plain-monochrom-state-offline.svg + theme/black/ui-light-plain-monochrom-state-pause.svg + theme/black/ui-light-plain-monochrom-state-sync.svg + theme/colored/oc-image-about.svg + theme/colored/owncloud-icon.svg + theme/colored/ui-light-plain-color-state-checkmark.svg + theme/colored/ui-light-plain-color-state-error.svg + theme/colored/ui-light-plain-color-state-info.svg + theme/colored/ui-light-plain-color-state-offline.svg + theme/colored/ui-light-plain-color-state-pause.svg + theme/colored/ui-light-plain-color-state-sync.svg + theme/colored/wizard_logo.svg + theme/dark/ui-dark-plain-color-state-checkmark.svg + theme/dark/ui-dark-plain-color-state-error.svg + theme/dark/ui-dark-plain-color-state-info.svg + theme/dark/ui-dark-plain-color-state-offline.svg + theme/dark/ui-dark-plain-color-state-pause.svg + theme/dark/ui-dark-plain-color-state-sync.svg + theme/white/ui-dark-plain-monochrom-state-checkmark.svg + theme/white/ui-dark-plain-monochrom-state-error.svg + theme/white/ui-dark-plain-monochrom-state-info.svg + theme/white/ui-dark-plain-monochrom-state-offline.svg + theme/white/ui-dark-plain-monochrom-state-pause.svg + theme/white/ui-dark-plain-monochrom-state-sync.svg + + -- cgit v1.2.3