Skip to content

Commit 4852137

Browse files
author
codefl0w
committed
Merge branch 'main' of https://github.com/codefl0w/QuickADB
2 parents c4cb5e6 + 5b07a77 commit 4852137

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
<img width="500" height="125" alt="QuickADB Logo" src="https://github.com/user-attachments/assets/2531e507-63f1-4b23-b48e-ad4edd99d6d9" />
23

34
A powerful GUI wrapper for ADB and Fastboot, built for Android developers and power users. Focused on reliability and speed, it provides one-click flows for common device tasks while keeping advanced tools available for power users.
@@ -22,6 +23,7 @@ A powerful GUI wrapper for ADB and Fastboot, built for Android developers and po
2223
- [Usage](#usage)
2324
- [Features](#features)
2425
- [Giving Root Permissions](#giving-root-permissions)
26+
- [Changing Themes](#changing-themes)
2527
- [Changelog](#changelog)
2628
- [Contributing](#contributing)
2729
- [Donate](#donate)
@@ -43,9 +45,9 @@ QuickADB is a portable GUI wrapper for ADB and Fastboot that eliminates the need
4345
## Screenshots
4446

4547

46-
<img width="2000" height="1500" alt="showcase" src="https://github.com/user-attachments/assets/59841fd7-ec8f-4618-a31d-a9a196a38ed1" />
47-
48+
<img width="2000" height="1500" alt="showcase_new" src="https://github.com/user-attachments/assets/ccd37739-98bd-40eb-86c7-f60b460d57c1" />
4849

50+
(Single-picture showcase of almost every UI window of QuickADB.)
4951

5052
---
5153

@@ -142,6 +144,20 @@ Features that require root access are marked with a `#` icon within the applicat
142144

143145
For root operations to work, you must grant root access to com.android.shell on your device.
144146

147+
---
148+
149+
## Changing themes
150+
151+
QuickADB has 4 Qt stylesheets included. Simply click the "About" button on the bottom left corner and change your theme.
152+
If you're building from source, you can add as much .qss themes in the themes/ directory as you want.
153+
154+
**Dark** - Default theme of QuickADB. Uses a dark navy color palette along with light blue accents.
155+
**High Contrast** - Darker version of the main theme.
156+
**Light** - Modern, elegant white theme.
157+
**Android** - Dark gray color palette with the classic Android green for the accents.
158+
**Default** - Resets widget styles, forcing them to inherit the OS' design language instead.
159+
160+
145161
---
146162

147163
## Changelog
@@ -185,8 +201,6 @@ If QuickADB has been useful to you, please consider supporting its development v
185201
<img width="350" alt="yellow-button" src="https://github.com/user-attachments/assets/2e6d44c8-9640-4cb3-bcc8-989595d6b7e9"/>
186202
</a>
187203

188-
189-
190204
---
191205

192206
## License

0 commit comments

Comments
 (0)