mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
f4f15039ac
commit
98ef01b2e4
6 changed files with 5 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue