From 85400075a942c7e2ba6460b0dc8b2c9e7226f2af Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sun, 16 Jul 2023 17:51:13 -0700 Subject: [PATCH] Add screenshots to README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01e031a..6b9e8c7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,20 @@ An audio player that can play back files with seamless loops using their metadat It can also change the pitch, tempo, and speed (which is pitch and tempo at the same time) using the SoundTouch libraries found on the system. -### Themes +## Themes This player supports theming! Go to the preferences window, and either select a theme, or open the theme editor. -In addition, themes support changing the accent color to have the hue you select. \ No newline at end of file +In addition, themes support changing the accent color to have the hue you select. + +## Screenshots +Main Window: + +![Screenshot is here](screenshots/main_window.png) + +Dark mode with a custom accent color: + +![Screenshot is here](screenshots/dark_with_accent.png) + +Playback with the above settings: + +![Screenshot is here](screenshots/playing.png) \ No newline at end of file