diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-03-20 12:20:43 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-21 13:27:00 -0700 |
commit | 98ef01b2e4c21f15ddf92059fa7fdd77acd883ec (patch) | |
tree | 48146f616ae4eb1b5a2388623483a0a7b1f85c91 /scripts | |
parent | f4f15039ac780903102eb101918329c6a488b9c3 (diff) | |
download | subsurface-98ef01b2e4c21f15ddf92059fa7fdd77acd883ec.tar.gz |
mobile UI: stop the use of dark icon theme
This was used very inconsistently and had more bugs than positive
impact.
See #2686
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mobilecomponents.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index b176aadb9..faff91bde 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -30,16 +30,13 @@ BREEZE=../breeze-icons rm -rf $MC mkdir -p $MC/icons -mkdir -p $MC/icons-dark cp -R $PMMC/* $MC/ cp $BREEZE/icons/actions/22/map-globe.svg $MC/icons cp $BREEZE/icons/actions/24/dialog-cancel.svg $MC/icons cp $BREEZE/icons/actions/24/distribute-horizontal-x.svg $MC/icons -cp $BREEZE/icons/actions/24/document-edit.svg $MC/icons -cp $BREEZE/icons/actions/24/document-save.svg $MC/icons -cp $BREEZE/icons-dark/actions/24/document-edit.svg $MC/icons-dark -cp $BREEZE/icons-dark/actions/24/document-save.svg $MC/icons-dark +cp $BREEZE/icons-dark/actions/24/document-edit.svg $MC/icons +cp $BREEZE/icons-dark/actions/24/document-save.svg $MC/icons cp $BREEZE/icons/actions/24/go-next.svg $MC/icons cp $BREEZE/icons/actions/24/go-previous.svg $MC/icons cp $BREEZE/icons/actions/24/go-up.svg $MC/icons |