Commit Graph

176 Commits

Author SHA1 Message Date
williamckha
c2a2037dba feat(Fluent): improve sidebar/topbar UI + minor fixes
- Added transitions for switching between sidebar items
- Search bar width is now responsive to window resize
- Added accent to various UI elements on focus
- Added repeat song icon
- Fixed player and sidebar bugs with old Spotify UI
- Fixed tab bar in Library not truncating properly
- Fixed some issues with friend activity header
2021-08-21 13:04:14 -07:00
morpheusthewhite
bc61341d53
Merge pull request #502 from Ay-355/fix-readme-install
Add recurse flag to Copy-Item in powershell install command
2021-08-15 09:00:30 +02:00
morpheusthewhite
513e0d0554
Merge pull request #501 from morpheusthewhite/imgbot
[ImgBot] Optimize images
2021-08-15 08:57:25 +02:00
Ay355
080eae524c
docs(README): Add recurse flag to Copy-Item
Previously the theme folders would be copied, but the contents wouldn't. This adds the -Recurse flag so that the files inside the theme folders also get copied to the new location.
2021-08-14 18:02:36 -07:00
ImgBotApp
2e76398679
[ImgBot] Optimize images
*Total -- 1,414.95kb -> 616.80kb (56.41%)

/Fluent/screenshots/dark-2.png -- 583.28kb -> 120.92kb (79.27%)
/Fluent/screenshots/dark-1.png -- 591.05kb -> 300.43kb (49.17%)
/Fluent/screenshots/light-1.png -- 222.31kb -> 177.38kb (20.21%)
/Fluent/assets/phosphor-icons/shuffle-bold.svg -- 0.97kb -> 0.91kb (6.24%)
/Fluent/assets/phosphor-icons/shuffle-light.svg -- 0.98kb -> 0.92kb (6.19%)
/Fluent/assets/phosphor-icons/shuffle.svg -- 0.98kb -> 0.92kb (6.19%)
/Fluent/assets/fluentui-system-icons/ic_fluent_play_24_filled.svg -- 0.30kb -> 0.29kb (0.99%)
/Fluent/assets/fluentui-system-icons/ic_fluent_pause_16_filled.svg -- 0.42kb -> 0.42kb (0.93%)
/Fluent/assets/fluentui-system-icons/ic_fluent_next_24_filled.svg -- 0.44kb -> 0.44kb (0.88%)
/Fluent/assets/fluentui-system-icons/ic_fluent_previous_24_filled.svg -- 0.49kb -> 0.48kb (0.8%)
/Fluent/assets/fluentui-system-icons/ic_fluent_arrow_right_24_filled.svg -- 0.52kb -> 0.51kb (0.57%)
/Fluent/assets/fluentui-system-icons/ic_fluent_search_12_filled.svg -- 0.52kb -> 0.52kb (0.56%)
/Fluent/assets/fluentui-system-icons/ic_fluent_search_16_regular.svg -- 0.55kb -> 0.54kb (0.53%)
/Fluent/assets/fluentui-system-icons/ic_fluent_arrow_left_24_filled.svg -- 0.55kb -> 0.54kb (0.53%)
/Fluent/assets/fluentui-system-icons/ic_fluent_search_16_filled.svg -- 0.57kb -> 0.57kb (0.52%)
/Fluent/assets/fluentui-system-icons/ic_fluent_search_24_filled.svg -- 0.58kb -> 0.58kb (0.5%)
/Fluent/assets/fluentui-system-icons/ic_fluent_home_24_filled.svg -- 0.58kb -> 0.58kb (0.5%)
/Fluent/assets/fluentui-system-icons/ic_fluent_library_24_filled.svg -- 0.61kb -> 0.60kb (0.48%)
/Fluent/assets/fluentui-system-icons/ic_fluent_search_24_regular.svg -- 0.61kb -> 0.61kb (0.48%)
/Fluent/assets/fluentui-system-icons/ic_fluent_add_circle_24_regular.svg -- 0.68kb -> 0.68kb (0.43%)
/Fluent/assets/fluentui-system-icons/ic_fluent_arrow_up_right_24_regular.svg -- 0.79kb -> 0.79kb (0.37%)
/Fluent/assets/fluentui-system-icons/ic_fluent_arrow_up_right_24_filled.svg -- 0.79kb -> 0.79kb (0.37%)
/Fluent/assets/fluentui-system-icons/ic_fluent_home_24_regular.svg -- 1.06kb -> 1.06kb (0.28%)
/Fluent/assets/fluentui-system-icons/ic_fluent_arrow_repeat_all_24_filled.svg -- 1.59kb -> 1.59kb (0.18%)
/Fluent/assets/fluentui-system-icons/ic_fluent_library_24_regular.svg -- 1.77kb -> 1.77kb (0.17%)
/Fluent/assets/fluentui-system-icons/ic_fluent_arrow_repeat_all_off_24_regular.svg -- 1.96kb -> 1.96kb (0.15%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-08-14 07:48:34 +00:00
morpheusthewhite
105807fe92
Merge pull request #499 from williamckha/master
Add Fluent theme
2021-08-14 09:41:42 +02:00
williamckha
80f21b264f feat(Fluent): add Fluent theme 2021-08-13 12:22:47 -07:00
morpheusthewhite
519198d17b
Merge pull request #492 from mcastiglia/master
fix(Dribblish): fix Windows install script
2021-08-06 08:52:32 +02:00
Michael Castiglia
2ba2ff8197
fix(Dribblish): fix Windows install script
The Windows install script was trying to get the file from the `v2` branch and was trying to get into that path once extracted.
This has been fixed by changing calls for `v2` back to `master`.
2021-08-05 22:59:03 -04:00
morpheusthewhite
19e12f9467
docs(Dribbblish): correct installation instructions 2021-08-05 08:38:42 +02:00
morpheusthewhite
6e09413e46
Merge pull request #480 from tandpfun/improve-sleek-theme
Feat(Sleek): Styling improvements + fixes
2021-08-03 07:47:45 +02:00
Coding
fc7795fce8 fix(Sleek): Make playlist play button visible 2021-08-02 16:26:49 -07:00
Coding
de39c7ca7a
Fix(Sleek): Use play button instead of button color
Some themes have same color for both variables.

Co-authored-by: harbassan <84175605+harbassan@users.noreply.github.com>
2021-07-31 09:08:58 -07:00
Coding
914d0eb861
Fix(Sleek): Round song art only when collapsed
Co-authored-by: harbassan <84175605+harbassan@users.noreply.github.com>
2021-07-31 09:06:52 -07:00
Coding
279060bfe2 fix playlist subtitle 2021-07-28 18:54:24 -07:00
Coding
8f55f16020 Feat(Sleek): Styling improvements + fixes
- Format css with prettier
- add transitions in a lot of places where missing (song lists, buttons, navbars, progress bars etc)
- Make confirmation dialog look better
- show song duration on progress bar hover
- round album cover corners
- fix hidden menu items
- add styling to the delete playlist modal
- gradient side bars
- make scrollbars smaller on windows & remove in places where not necessary
2021-07-27 20:25:56 -07:00
morpheusthewhite
fb3deec854
docs(Dreary): correct and rephrase README 2021-07-20 19:15:32 +02:00
morpheusthewhite
e4204cd7ad
Merge pull request #473 from morpheusthewhite/imgbot
[ImgBot] Optimize images
2021-07-20 08:02:33 +02:00
ImgBotApp
06dc92354a
[ImgBot] Optimize images
*Total -- 7,294.91kb -> 5,882.01kb (19.37%)

/Dreary/golden.png -- 846.57kb -> 566.92kb (33.03%)
/Dreary/deeper.png -- 983.89kb -> 659.92kb (32.93%)
/Dreary/bib.png -- 891.98kb -> 616.40kb (30.9%)
/Dreary/psycho.png -- 850.16kb -> 600.54kb (29.36%)
/Dreary/mono.png -- 950.28kb -> 671.94kb (29.29%)
/Sleek/cherry.png -- 648.71kb -> 646.63kb (0.32%)
/Sleek/coral.png -- 633.31kb -> 631.82kb (0.24%)
/Sleek/bladerunner.png -- 1,051.54kb -> 1,049.59kb (0.19%)
/Sleek/psycho.png -- 438.47kb -> 438.24kb (0.05%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-07-19 20:18:35 +00:00
morpheusthewhite
91ed81b6e0
Merge pull request #469 from CharlieS1103/master
Add dreary theme
2021-07-19 22:04:09 +02:00
SaltNuggets
2961db5a7a Update Readme.MD 2021-07-19 14:43:07 -04:00
SaltNuggets
37faf326d4 Final fix
Make golden theme look a LOT better
2021-07-18 20:02:26 -04:00
SaltNuggets
62cd5e0cf1 Fixes
Fixed the connect to facebook button(wasn't readable in psycho.)
2021-07-18 19:10:44 -04:00
SaltNuggets
a72e931d14 Fixes and Images
Fixed readme (hopefully)
and uploaded new images
2021-07-18 19:03:37 -04:00
SaltNuggets
3ade9f4c46 Update
Made progress bar more interesting
Centered player control buttons
Added back username display
Styled username
Removed box shadows on some elements
Fixed most unreadable text
Fixed episode icon color and other buttons
Styled friend feed
Changed context menu opacity
And more.
2021-07-17 10:38:25 -04:00
CharlieS1103
e20128cb05
Fixed Themes.MD 2021-07-15 11:07:13 -04:00
SaltNuggets
0ef184afd8 Added Dreary Theme 2021-07-15 06:37:36 -04:00
morpheusthewhite
691a069fe0
Merge pull request #464 from harbassan/v2
Sleek: add new color schemes to theme
2021-07-15 11:59:41 +02:00
harbassan
d62157626e docs(Sleek): fix typo 2021-07-15 20:40:41 +12:00
harbassan
269876bcdc docs(THEMES): sort images in table 2021-07-15 20:40:41 +12:00
harbassan
a7665e7ab3 feat(Sleek): add new color schemes 2021-07-15 20:40:41 +12:00
harbassan
7d217f0bc4 feat(Sleek): integrate theme into more elements 2021-07-15 20:40:41 +12:00
morpheusthewhite
9f9adf0085
docs(Extra): improve explanation 2021-07-15 10:38:32 +02:00
morpheusthewhite
8d88fe32c4
ci(github): correct actions to accept _Extra folder 2021-07-15 10:36:22 +02:00
morpheusthewhite
0d851b4696
fix(SpotifyNoControl): use khanhas executable 2021-07-15 10:23:34 +02:00
morpheusthewhite
885f9847ac
feat(Extra): add SpotifyNoControl 2021-07-15 10:21:17 +02:00
morpheusthewhite
263c39dd76
Merge pull request #465 from morpheusthewhite/imgbot
[ImgBot] Optimize images
2021-07-15 09:18:18 +02:00
ImgBotApp
cbd332f7c6
[ImgBot] Optimize images
*Total -- 11,964.60kb -> 10,020.02kb (16.25%)

/BurntSienna/screenshot.png -- 478.10kb -> 274.92kb (42.5%)
/Turntable/screenshots/full_app_display.png -- 1,377.26kb -> 937.11kb (31.96%)
/Turntable/screenshots/full_app_display_vertical_mode.png -- 1,385.05kb -> 948.59kb (31.51%)
/Turntable/screenshots/turntable.png -- 1,162.64kb -> 864.84kb (25.61%)
/Onepunch/screenshots/dark_album.png -- 319.23kb -> 276.45kb (13.4%)
/Onepunch/screenshots/light_album.png -- 325.10kb -> 282.54kb (13.09%)
/Onepunch/screenshots/light_podcast.png -- 580.13kb -> 507.29kb (12.56%)
/Onepunch/screenshots/light_profile.png -- 502.95kb -> 439.99kb (12.52%)
/Onepunch/screenshots/dark_playlist.png -- 385.46kb -> 337.39kb (12.47%)
/Onepunch/screenshots/light_playlist.png -- 392.19kb -> 344.58kb (12.14%)
/Onepunch/screenshots/light_home.png -- 538.99kb -> 474.05kb (12.05%)
/Onepunch/screenshots/dark_home.png -- 527.51kb -> 464.80kb (11.89%)
/Onepunch/screenshots/dark_profile.png -- 481.59kb -> 426.73kb (11.39%)
/Onepunch/screenshots/dark_podcast.png -- 506.92kb -> 454.88kb (10.27%)
/Default/ocean.png -- 228.54kb -> 225.91kb (1.15%)
/Sleek/bib.png -- 280.25kb -> 277.75kb (0.89%)
/Sleek/psycho.png -- 309.51kb -> 307.03kb (0.8%)
/Sleek/deeper.png -- 331.42kb -> 328.94kb (0.75%)
/Dribbblish/nord-light.png -- 223.61kb -> 222.39kb (0.54%)
/Dribbblish/dark.png -- 261.47kb -> 260.28kb (0.46%)
/Dribbblish/gruvbox.png -- 426.22kb -> 424.85kb (0.32%)
/Sleek/deep.png -- 283.45kb -> 282.73kb (0.25%)
/Dribbblish/purple.png -- 657.02kb -> 655.97kb (0.16%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-07-15 07:16:45 +00:00
Grason Chan
1f70381f6f refactor(Turntable): refactor the "Enable blur backdrop" feature
You can right click in the Full App Display to find it.
2021-07-10 01:50:23 +08:00
morpheusthewhite
bc18b92219
Merge pull request #456 from FlipperLP/v2
feat(Onepunch): show current playlist in theme color
2021-07-09 18:10:47 +02:00
FlipperLP
278257abc5
feat(Onepunch): show current playlist in theme color
Shows current playlist in the theme color, as well as hovering over it.
2021-07-09 01:46:59 +02:00
morpheusthewhite
a65a16b52d
docs(README): fix typos 2021-07-08 09:12:06 +02:00
morpheusthewhite
a7c7438a3d
docs(README): improve README 2021-07-08 09:08:58 +02:00
morpheusthewhite
c469c1266d
Merge pull request #449 from schnensch0/v2
10 new color schemes
2021-07-08 08:32:07 +02:00
morpheusthewhite
a4910e7ba0
Merge pull request #451 from okarin001/v2
fix(Onepunch): visibility and position of ui element
2021-07-08 08:30:51 +02:00
khanhas
8bbc28c97d Merge branch 'v2' of https://github.com/morpheusthewhite/spicetify-themes into v2 2021-07-08 03:30:03 +10:00
okarin001
818d70d7fc fix(Onepunch): visibility and position of ui element 2021-07-07 22:35:48 +05:30
Hanzo
40822a9a7b
docs(Onepunch): update README.md 2021-07-07 22:34:55 +05:30
okarin001
81895252cc Squashed commit of the following:
commit b1c5ecfcc0
Author: Grason Chan <grasonchan@gmail.com>
Date:   Wed Jul 7 23:28:10 2021 +0800

    fix(Turntable): repair invalid styles

    You may need to reinstall Spotify and Spicetify.
2021-07-07 22:16:32 +05:30
Grason Chan
51f3663588 feat(Turntable): add context menu item "Enable blur backdrop" to toggle backdrop effect
You can right click in the Full App Display to find it.
2021-07-08 00:40:08 +08:00