From 9554c67809a674cad2de1482634da2f79de90474 Mon Sep 17 00:00:00 2001 From: Kyle Kienapfel Date: Mon, 12 Sep 2022 08:56:24 -0700 Subject: UI: move icons from default into colorful theme. colorful theme has been default theme for awhile. having colorful theme try and grab icons from other theme doesn't work on Linux. Also adding two additional icons, info is to hint to the user that they should hit verify after pasting in a token, sync is to show that the verification is occurring. --- dist/qt_themes/colorful/icons/16x16/checked.png | Bin 0 -> 414 bytes dist/qt_themes/colorful/icons/16x16/failed.png | Bin 0 -> 431 bytes dist/qt_themes/colorful/icons/16x16/info.png | Bin 0 -> 428 bytes dist/qt_themes/colorful/icons/16x16/sync.png | Bin 0 -> 548 bytes dist/qt_themes/colorful/icons/16x16/view-refresh.png | Bin 0 -> 349 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 dist/qt_themes/colorful/icons/16x16/checked.png create mode 100644 dist/qt_themes/colorful/icons/16x16/failed.png create mode 100644 dist/qt_themes/colorful/icons/16x16/info.png create mode 100644 dist/qt_themes/colorful/icons/16x16/sync.png create mode 100644 dist/qt_themes/colorful/icons/16x16/view-refresh.png (limited to 'dist/qt_themes/colorful/icons/16x16') diff --git a/dist/qt_themes/colorful/icons/16x16/checked.png b/dist/qt_themes/colorful/icons/16x16/checked.png new file mode 100644 index 000000000..b9e64e9e0 Binary files /dev/null and b/dist/qt_themes/colorful/icons/16x16/checked.png differ diff --git a/dist/qt_themes/colorful/icons/16x16/failed.png b/dist/qt_themes/colorful/icons/16x16/failed.png new file mode 100644 index 000000000..a1872835d Binary files /dev/null and b/dist/qt_themes/colorful/icons/16x16/failed.png differ diff --git a/dist/qt_themes/colorful/icons/16x16/info.png b/dist/qt_themes/colorful/icons/16x16/info.png new file mode 100644 index 000000000..8b9330f4c Binary files /dev/null and b/dist/qt_themes/colorful/icons/16x16/info.png differ diff --git a/dist/qt_themes/colorful/icons/16x16/sync.png b/dist/qt_themes/colorful/icons/16x16/sync.png new file mode 100644 index 000000000..0d57789c3 Binary files /dev/null and b/dist/qt_themes/colorful/icons/16x16/sync.png differ diff --git a/dist/qt_themes/colorful/icons/16x16/view-refresh.png b/dist/qt_themes/colorful/icons/16x16/view-refresh.png new file mode 100644 index 000000000..69f9474ac Binary files /dev/null and b/dist/qt_themes/colorful/icons/16x16/view-refresh.png differ -- cgit v1.2.3