From 025345351762602a435e58014650266674801ff3 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Wed, 22 Jun 2022 18:30:26 +0200 Subject: Move resources to a shared libary This allows us to use resources in the cmd app and the unit tests. Fixes: #8839 --- .../ui-light-plain-monochrom-state-checkmark.svg | 11 +++++++++++ .../ui-light-plain-monochrom-state-downloaded.svg | 11 +++++++++++ .../black/ui-light-plain-monochrom-state-error.svg | 11 +++++++++++ .../black/ui-light-plain-monochrom-state-info.svg | 11 +++++++++++ .../black/ui-light-plain-monochrom-state-offline.svg | 11 +++++++++++ .../black/ui-light-plain-monochrom-state-pause.svg | 11 +++++++++++ .../black/ui-light-plain-monochrom-state-sync.svg | 11 +++++++++++ .../black/ui-light-plain-monochrom-state-warning.svg | 11 +++++++++++ .../theme/colored/1024-owncloud-icon-sidebar.png | Bin 0 -> 15746 bytes src/resources/theme/colored/1024-owncloud-icon.png | Bin 0 -> 51517 bytes .../theme/colored/128-owncloud-icon-sidebar.png | Bin 0 -> 1317 bytes src/resources/theme/colored/128-owncloud-icon.png | Bin 0 -> 5126 bytes .../theme/colored/16-owncloud-icon-sidebar.png | Bin 0 -> 230 bytes src/resources/theme/colored/16-owncloud-icon.png | Bin 0 -> 416 bytes src/resources/theme/colored/24-owncloud-icon.png | Bin 0 -> 555 bytes .../theme/colored/256-owncloud-icon-sidebar.png | Bin 0 -> 3010 bytes src/resources/theme/colored/256-owncloud-icon.png | Bin 0 -> 10960 bytes .../theme/colored/32-owncloud-icon-sidebar.png | Bin 0 -> 346 bytes src/resources/theme/colored/32-owncloud-icon.png | Bin 0 -> 1044 bytes src/resources/theme/colored/48-owncloud-icon.png | Bin 0 -> 1612 bytes .../theme/colored/512-owncloud-icon-sidebar.png | Bin 0 -> 6724 bytes .../theme/colored/64-owncloud-icon-sidebar.png | Bin 0 -> 660 bytes src/resources/theme/colored/64-owncloud-icon.png | Bin 0 -> 2326 bytes src/resources/theme/colored/sidebar.svg | 3 +++ .../colored/ui-light-plain-color-state-checkmark.svg | 12 ++++++++++++ .../colored/ui-light-plain-color-state-downloaded.svg | 12 ++++++++++++ .../colored/ui-light-plain-color-state-error.svg | 12 ++++++++++++ .../theme/colored/ui-light-plain-color-state-info.svg | 12 ++++++++++++ .../colored/ui-light-plain-color-state-offline.svg | 12 ++++++++++++ .../colored/ui-light-plain-color-state-pause.svg | 12 ++++++++++++ .../theme/colored/ui-light-plain-color-state-sync.svg | 12 ++++++++++++ .../colored/ui-light-plain-color-state-warning.svg | 12 ++++++++++++ .../dark/ui-dark-plain-color-state-checkmark.svg | 13 +++++++++++++ .../dark/ui-dark-plain-color-state-downloaded.svg | 12 ++++++++++++ .../theme/dark/ui-dark-plain-color-state-error.svg | 12 ++++++++++++ .../theme/dark/ui-dark-plain-color-state-info.svg | 12 ++++++++++++ .../theme/dark/ui-dark-plain-color-state-offline.svg | 12 ++++++++++++ .../theme/dark/ui-dark-plain-color-state-pause.svg | 12 ++++++++++++ .../theme/dark/ui-dark-plain-color-state-sync.svg | 12 ++++++++++++ .../theme/dark/ui-dark-plain-color-state-warning.svg | 12 ++++++++++++ src/resources/theme/universal/oc-image-about.svg | 6 ++++++ src/resources/theme/universal/owncloud-icon.svg | 4 ++++ src/resources/theme/universal/wizard_logo.svg | 18 ++++++++++++++++++ .../white/ui-dark-plain-monochrom-state-checkmark.svg | 11 +++++++++++ .../ui-dark-plain-monochrom-state-downloaded.svg | 11 +++++++++++ .../white/ui-dark-plain-monochrom-state-error.svg | 11 +++++++++++ .../white/ui-dark-plain-monochrom-state-info.svg | 11 +++++++++++ .../white/ui-dark-plain-monochrom-state-offline.svg | 11 +++++++++++ .../white/ui-dark-plain-monochrom-state-pause.svg | 11 +++++++++++ .../white/ui-dark-plain-monochrom-state-sync.svg | 11 +++++++++++ .../white/ui-dark-plain-monochrom-state-warning.svg | 11 +++++++++++ 51 files changed, 400 insertions(+) create mode 100644 src/resources/theme/black/ui-light-plain-monochrom-state-checkmark.svg create mode 100644 src/resources/theme/black/ui-light-plain-monochrom-state-downloaded.svg create mode 100644 src/resources/theme/black/ui-light-plain-monochrom-state-error.svg create mode 100644 src/resources/theme/black/ui-light-plain-monochrom-state-info.svg create mode 100644 src/resources/theme/black/ui-light-plain-monochrom-state-offline.svg create mode 100644 src/resources/theme/black/ui-light-plain-monochrom-state-pause.svg create mode 100644 src/resources/theme/black/ui-light-plain-monochrom-state-sync.svg create mode 100644 src/resources/theme/black/ui-light-plain-monochrom-state-warning.svg create mode 100644 src/resources/theme/colored/1024-owncloud-icon-sidebar.png create mode 100644 src/resources/theme/colored/1024-owncloud-icon.png create mode 100644 src/resources/theme/colored/128-owncloud-icon-sidebar.png create mode 100644 src/resources/theme/colored/128-owncloud-icon.png create mode 100644 src/resources/theme/colored/16-owncloud-icon-sidebar.png create mode 100644 src/resources/theme/colored/16-owncloud-icon.png create mode 100644 src/resources/theme/colored/24-owncloud-icon.png create mode 100644 src/resources/theme/colored/256-owncloud-icon-sidebar.png create mode 100644 src/resources/theme/colored/256-owncloud-icon.png create mode 100644 src/resources/theme/colored/32-owncloud-icon-sidebar.png create mode 100644 src/resources/theme/colored/32-owncloud-icon.png create mode 100644 src/resources/theme/colored/48-owncloud-icon.png create mode 100644 src/resources/theme/colored/512-owncloud-icon-sidebar.png create mode 100644 src/resources/theme/colored/64-owncloud-icon-sidebar.png create mode 100644 src/resources/theme/colored/64-owncloud-icon.png create mode 100644 src/resources/theme/colored/sidebar.svg create mode 100644 src/resources/theme/colored/ui-light-plain-color-state-checkmark.svg create mode 100644 src/resources/theme/colored/ui-light-plain-color-state-downloaded.svg create mode 100644 src/resources/theme/colored/ui-light-plain-color-state-error.svg create mode 100644 src/resources/theme/colored/ui-light-plain-color-state-info.svg create mode 100644 src/resources/theme/colored/ui-light-plain-color-state-offline.svg create mode 100644 src/resources/theme/colored/ui-light-plain-color-state-pause.svg create mode 100644 src/resources/theme/colored/ui-light-plain-color-state-sync.svg create mode 100644 src/resources/theme/colored/ui-light-plain-color-state-warning.svg create mode 100644 src/resources/theme/dark/ui-dark-plain-color-state-checkmark.svg create mode 100644 src/resources/theme/dark/ui-dark-plain-color-state-downloaded.svg create mode 100644 src/resources/theme/dark/ui-dark-plain-color-state-error.svg create mode 100644 src/resources/theme/dark/ui-dark-plain-color-state-info.svg create mode 100644 src/resources/theme/dark/ui-dark-plain-color-state-offline.svg create mode 100644 src/resources/theme/dark/ui-dark-plain-color-state-pause.svg create mode 100644 src/resources/theme/dark/ui-dark-plain-color-state-sync.svg create mode 100644 src/resources/theme/dark/ui-dark-plain-color-state-warning.svg create mode 100644 src/resources/theme/universal/oc-image-about.svg create mode 100644 src/resources/theme/universal/owncloud-icon.svg create mode 100644 src/resources/theme/universal/wizard_logo.svg create mode 100644 src/resources/theme/white/ui-dark-plain-monochrom-state-checkmark.svg create mode 100644 src/resources/theme/white/ui-dark-plain-monochrom-state-downloaded.svg create mode 100644 src/resources/theme/white/ui-dark-plain-monochrom-state-error.svg create mode 100644 src/resources/theme/white/ui-dark-plain-monochrom-state-info.svg create mode 100644 src/resources/theme/white/ui-dark-plain-monochrom-state-offline.svg create mode 100644 src/resources/theme/white/ui-dark-plain-monochrom-state-pause.svg create mode 100644 src/resources/theme/white/ui-dark-plain-monochrom-state-sync.svg create mode 100644 src/resources/theme/white/ui-dark-plain-monochrom-state-warning.svg (limited to 'src/resources/theme') diff --git a/src/resources/theme/black/ui-light-plain-monochrom-state-checkmark.svg b/src/resources/theme/black/ui-light-plain-monochrom-state-checkmark.svg new file mode 100644 index 000000000..d9e5d1e36 --- /dev/null +++ b/src/resources/theme/black/ui-light-plain-monochrom-state-checkmark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/black/ui-light-plain-monochrom-state-downloaded.svg b/src/resources/theme/black/ui-light-plain-monochrom-state-downloaded.svg new file mode 100644 index 000000000..c5df77b8d --- /dev/null +++ b/src/resources/theme/black/ui-light-plain-monochrom-state-downloaded.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/black/ui-light-plain-monochrom-state-error.svg b/src/resources/theme/black/ui-light-plain-monochrom-state-error.svg new file mode 100644 index 000000000..1c830f82b --- /dev/null +++ b/src/resources/theme/black/ui-light-plain-monochrom-state-error.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/black/ui-light-plain-monochrom-state-info.svg b/src/resources/theme/black/ui-light-plain-monochrom-state-info.svg new file mode 100644 index 000000000..a98ae32e0 --- /dev/null +++ b/src/resources/theme/black/ui-light-plain-monochrom-state-info.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/black/ui-light-plain-monochrom-state-offline.svg b/src/resources/theme/black/ui-light-plain-monochrom-state-offline.svg new file mode 100644 index 000000000..09ba29299 --- /dev/null +++ b/src/resources/theme/black/ui-light-plain-monochrom-state-offline.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/black/ui-light-plain-monochrom-state-pause.svg b/src/resources/theme/black/ui-light-plain-monochrom-state-pause.svg new file mode 100644 index 000000000..3cf2d62fb --- /dev/null +++ b/src/resources/theme/black/ui-light-plain-monochrom-state-pause.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/black/ui-light-plain-monochrom-state-sync.svg b/src/resources/theme/black/ui-light-plain-monochrom-state-sync.svg new file mode 100644 index 000000000..927cc0a1f --- /dev/null +++ b/src/resources/theme/black/ui-light-plain-monochrom-state-sync.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/black/ui-light-plain-monochrom-state-warning.svg b/src/resources/theme/black/ui-light-plain-monochrom-state-warning.svg new file mode 100644 index 000000000..a37cbcd50 --- /dev/null +++ b/src/resources/theme/black/ui-light-plain-monochrom-state-warning.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/colored/1024-owncloud-icon-sidebar.png b/src/resources/theme/colored/1024-owncloud-icon-sidebar.png new file mode 100644 index 000000000..7afed514e Binary files /dev/null and b/src/resources/theme/colored/1024-owncloud-icon-sidebar.png differ diff --git a/src/resources/theme/colored/1024-owncloud-icon.png b/src/resources/theme/colored/1024-owncloud-icon.png new file mode 100644 index 000000000..ba5eef2a1 Binary files /dev/null and b/src/resources/theme/colored/1024-owncloud-icon.png differ diff --git a/src/resources/theme/colored/128-owncloud-icon-sidebar.png b/src/resources/theme/colored/128-owncloud-icon-sidebar.png new file mode 100644 index 000000000..688c8ad52 Binary files /dev/null and b/src/resources/theme/colored/128-owncloud-icon-sidebar.png differ diff --git a/src/resources/theme/colored/128-owncloud-icon.png b/src/resources/theme/colored/128-owncloud-icon.png new file mode 100644 index 000000000..aed06cb90 Binary files /dev/null and b/src/resources/theme/colored/128-owncloud-icon.png differ diff --git a/src/resources/theme/colored/16-owncloud-icon-sidebar.png b/src/resources/theme/colored/16-owncloud-icon-sidebar.png new file mode 100644 index 000000000..39f4118ed Binary files /dev/null and b/src/resources/theme/colored/16-owncloud-icon-sidebar.png differ diff --git a/src/resources/theme/colored/16-owncloud-icon.png b/src/resources/theme/colored/16-owncloud-icon.png new file mode 100644 index 000000000..7359ec6e8 Binary files /dev/null and b/src/resources/theme/colored/16-owncloud-icon.png differ diff --git a/src/resources/theme/colored/24-owncloud-icon.png b/src/resources/theme/colored/24-owncloud-icon.png new file mode 100644 index 000000000..a337636ab Binary files /dev/null and b/src/resources/theme/colored/24-owncloud-icon.png differ diff --git a/src/resources/theme/colored/256-owncloud-icon-sidebar.png b/src/resources/theme/colored/256-owncloud-icon-sidebar.png new file mode 100644 index 000000000..b99f4b9b2 Binary files /dev/null and b/src/resources/theme/colored/256-owncloud-icon-sidebar.png differ diff --git a/src/resources/theme/colored/256-owncloud-icon.png b/src/resources/theme/colored/256-owncloud-icon.png new file mode 100644 index 000000000..479d0e25f Binary files /dev/null and b/src/resources/theme/colored/256-owncloud-icon.png differ diff --git a/src/resources/theme/colored/32-owncloud-icon-sidebar.png b/src/resources/theme/colored/32-owncloud-icon-sidebar.png new file mode 100644 index 000000000..8b37e95ff Binary files /dev/null and b/src/resources/theme/colored/32-owncloud-icon-sidebar.png differ diff --git a/src/resources/theme/colored/32-owncloud-icon.png b/src/resources/theme/colored/32-owncloud-icon.png new file mode 100644 index 000000000..d464d9930 Binary files /dev/null and b/src/resources/theme/colored/32-owncloud-icon.png differ diff --git a/src/resources/theme/colored/48-owncloud-icon.png b/src/resources/theme/colored/48-owncloud-icon.png new file mode 100644 index 000000000..e909ae905 Binary files /dev/null and b/src/resources/theme/colored/48-owncloud-icon.png differ diff --git a/src/resources/theme/colored/512-owncloud-icon-sidebar.png b/src/resources/theme/colored/512-owncloud-icon-sidebar.png new file mode 100644 index 000000000..8132c5095 Binary files /dev/null and b/src/resources/theme/colored/512-owncloud-icon-sidebar.png differ diff --git a/src/resources/theme/colored/64-owncloud-icon-sidebar.png b/src/resources/theme/colored/64-owncloud-icon-sidebar.png new file mode 100644 index 000000000..bdf9137ae Binary files /dev/null and b/src/resources/theme/colored/64-owncloud-icon-sidebar.png differ diff --git a/src/resources/theme/colored/64-owncloud-icon.png b/src/resources/theme/colored/64-owncloud-icon.png new file mode 100644 index 000000000..1cd2af7c1 Binary files /dev/null and b/src/resources/theme/colored/64-owncloud-icon.png differ diff --git a/src/resources/theme/colored/sidebar.svg b/src/resources/theme/colored/sidebar.svg new file mode 100644 index 000000000..89fab7c05 --- /dev/null +++ b/src/resources/theme/colored/sidebar.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/resources/theme/colored/ui-light-plain-color-state-checkmark.svg b/src/resources/theme/colored/ui-light-plain-color-state-checkmark.svg new file mode 100644 index 000000000..bbea91eb8 --- /dev/null +++ b/src/resources/theme/colored/ui-light-plain-color-state-checkmark.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/colored/ui-light-plain-color-state-downloaded.svg b/src/resources/theme/colored/ui-light-plain-color-state-downloaded.svg new file mode 100644 index 000000000..b38aef983 --- /dev/null +++ b/src/resources/theme/colored/ui-light-plain-color-state-downloaded.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/colored/ui-light-plain-color-state-error.svg b/src/resources/theme/colored/ui-light-plain-color-state-error.svg new file mode 100644 index 000000000..d8b3410af --- /dev/null +++ b/src/resources/theme/colored/ui-light-plain-color-state-error.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/colored/ui-light-plain-color-state-info.svg b/src/resources/theme/colored/ui-light-plain-color-state-info.svg new file mode 100644 index 000000000..a51c4145f --- /dev/null +++ b/src/resources/theme/colored/ui-light-plain-color-state-info.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/colored/ui-light-plain-color-state-offline.svg b/src/resources/theme/colored/ui-light-plain-color-state-offline.svg new file mode 100644 index 000000000..8f7c934eb --- /dev/null +++ b/src/resources/theme/colored/ui-light-plain-color-state-offline.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/colored/ui-light-plain-color-state-pause.svg b/src/resources/theme/colored/ui-light-plain-color-state-pause.svg new file mode 100644 index 000000000..c4694d386 --- /dev/null +++ b/src/resources/theme/colored/ui-light-plain-color-state-pause.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/colored/ui-light-plain-color-state-sync.svg b/src/resources/theme/colored/ui-light-plain-color-state-sync.svg new file mode 100644 index 000000000..7225bf985 --- /dev/null +++ b/src/resources/theme/colored/ui-light-plain-color-state-sync.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/colored/ui-light-plain-color-state-warning.svg b/src/resources/theme/colored/ui-light-plain-color-state-warning.svg new file mode 100644 index 000000000..d8c10126f --- /dev/null +++ b/src/resources/theme/colored/ui-light-plain-color-state-warning.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/dark/ui-dark-plain-color-state-checkmark.svg b/src/resources/theme/dark/ui-dark-plain-color-state-checkmark.svg new file mode 100644 index 000000000..3fd73d000 --- /dev/null +++ b/src/resources/theme/dark/ui-dark-plain-color-state-checkmark.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/resources/theme/dark/ui-dark-plain-color-state-downloaded.svg b/src/resources/theme/dark/ui-dark-plain-color-state-downloaded.svg new file mode 100644 index 000000000..4497b2d9f --- /dev/null +++ b/src/resources/theme/dark/ui-dark-plain-color-state-downloaded.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/dark/ui-dark-plain-color-state-error.svg b/src/resources/theme/dark/ui-dark-plain-color-state-error.svg new file mode 100644 index 000000000..b53774bf3 --- /dev/null +++ b/src/resources/theme/dark/ui-dark-plain-color-state-error.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/dark/ui-dark-plain-color-state-info.svg b/src/resources/theme/dark/ui-dark-plain-color-state-info.svg new file mode 100644 index 000000000..f1c2cc0c3 --- /dev/null +++ b/src/resources/theme/dark/ui-dark-plain-color-state-info.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/dark/ui-dark-plain-color-state-offline.svg b/src/resources/theme/dark/ui-dark-plain-color-state-offline.svg new file mode 100644 index 000000000..dce80a64b --- /dev/null +++ b/src/resources/theme/dark/ui-dark-plain-color-state-offline.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/dark/ui-dark-plain-color-state-pause.svg b/src/resources/theme/dark/ui-dark-plain-color-state-pause.svg new file mode 100644 index 000000000..e53cb185c --- /dev/null +++ b/src/resources/theme/dark/ui-dark-plain-color-state-pause.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/dark/ui-dark-plain-color-state-sync.svg b/src/resources/theme/dark/ui-dark-plain-color-state-sync.svg new file mode 100644 index 000000000..d824ede36 --- /dev/null +++ b/src/resources/theme/dark/ui-dark-plain-color-state-sync.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/dark/ui-dark-plain-color-state-warning.svg b/src/resources/theme/dark/ui-dark-plain-color-state-warning.svg new file mode 100644 index 000000000..76b018894 --- /dev/null +++ b/src/resources/theme/dark/ui-dark-plain-color-state-warning.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/resources/theme/universal/oc-image-about.svg b/src/resources/theme/universal/oc-image-about.svg new file mode 100644 index 000000000..551f6ed41 --- /dev/null +++ b/src/resources/theme/universal/oc-image-about.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/resources/theme/universal/owncloud-icon.svg b/src/resources/theme/universal/owncloud-icon.svg new file mode 100644 index 000000000..0026f7db1 --- /dev/null +++ b/src/resources/theme/universal/owncloud-icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/resources/theme/universal/wizard_logo.svg b/src/resources/theme/universal/wizard_logo.svg new file mode 100644 index 000000000..44508f6f9 --- /dev/null +++ b/src/resources/theme/universal/wizard_logo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/resources/theme/white/ui-dark-plain-monochrom-state-checkmark.svg b/src/resources/theme/white/ui-dark-plain-monochrom-state-checkmark.svg new file mode 100644 index 000000000..a0f66d4f2 --- /dev/null +++ b/src/resources/theme/white/ui-dark-plain-monochrom-state-checkmark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/white/ui-dark-plain-monochrom-state-downloaded.svg b/src/resources/theme/white/ui-dark-plain-monochrom-state-downloaded.svg new file mode 100644 index 000000000..9eb004677 --- /dev/null +++ b/src/resources/theme/white/ui-dark-plain-monochrom-state-downloaded.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/white/ui-dark-plain-monochrom-state-error.svg b/src/resources/theme/white/ui-dark-plain-monochrom-state-error.svg new file mode 100644 index 000000000..7dfd6f2ae --- /dev/null +++ b/src/resources/theme/white/ui-dark-plain-monochrom-state-error.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/white/ui-dark-plain-monochrom-state-info.svg b/src/resources/theme/white/ui-dark-plain-monochrom-state-info.svg new file mode 100644 index 000000000..bd618326b --- /dev/null +++ b/src/resources/theme/white/ui-dark-plain-monochrom-state-info.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/white/ui-dark-plain-monochrom-state-offline.svg b/src/resources/theme/white/ui-dark-plain-monochrom-state-offline.svg new file mode 100644 index 000000000..17672d236 --- /dev/null +++ b/src/resources/theme/white/ui-dark-plain-monochrom-state-offline.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/white/ui-dark-plain-monochrom-state-pause.svg b/src/resources/theme/white/ui-dark-plain-monochrom-state-pause.svg new file mode 100644 index 000000000..2d87cdcd8 --- /dev/null +++ b/src/resources/theme/white/ui-dark-plain-monochrom-state-pause.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/white/ui-dark-plain-monochrom-state-sync.svg b/src/resources/theme/white/ui-dark-plain-monochrom-state-sync.svg new file mode 100644 index 000000000..02967ecf2 --- /dev/null +++ b/src/resources/theme/white/ui-dark-plain-monochrom-state-sync.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/resources/theme/white/ui-dark-plain-monochrom-state-warning.svg b/src/resources/theme/white/ui-dark-plain-monochrom-state-warning.svg new file mode 100644 index 000000000..1a768eae2 --- /dev/null +++ b/src/resources/theme/white/ui-dark-plain-monochrom-state-warning.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + -- cgit v1.2.3