mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-23 11:23:38 +01:00
commit
42afc22a87
Binary file not shown.
Before Width: | Height: | Size: 372 KiB |
@ -3,16 +3,23 @@
|
||||
## Screenshots
|
||||
|
||||
![OnepunchHome](./OnepunchHome.png)
|
||||
![OnepunchFullPlayer](./OnepunchFullPlayer.png)
|
||||
|
||||
## More
|
||||
This is still an alpha project intended to redesign the app as much as possible.
|
||||
But it will take time as I do this as a hobby. Hope you will like it.
|
||||
|
||||
A theme by Saitama D. Luffy
|
||||
#### Details
|
||||
|
||||
PS: feedbacks will be much appreciated. Specially from windows users. I can't test
|
||||
in windows.
|
||||
A project intended to redesign the Spotify app.As you know Saitama is only a "hero for fun", this is going to take a while even though he can finish an enemy with just one punch. I hope you'll like it! Suggestions will always help me to make it look better.
|
||||
So, feel free to drop your feedback.
|
||||
|
||||
Contact: Telegram https://t.me/saitama_a
|
||||
Twitter https://twitter.com/_saitama_0
|
||||
#### Changelogs
|
||||
|
||||
Wondering what is changed, then check this [file](./changelog.md).
|
||||
|
||||
#### Contact
|
||||
|
||||
Click **[here](https://t.me/saitama_a)** for *feedback*, *sharing new ideas* and *reporting bugs* only.
|
||||
Format for bug reporting:
|
||||
|
||||
Operating System(!important):
|
||||
|
||||
Description of issue:
|
||||
|
@ -1,9 +0,0 @@
|
||||
# change log
|
||||
|
||||
v 0.1 beta
|
||||
|
||||
1. fixed the Spotify logo.
|
||||
2. fixed the friend activity bar
|
||||
3. fixed text colors inside album and playlist
|
||||
4. fixed overlapping of sidebar items.
|
||||
5. A few optimizations.
|
16
Onepunch/changelog.md
Normal file
16
Onepunch/changelog.md
Normal file
@ -0,0 +1,16 @@
|
||||
## Versions
|
||||
|
||||
**v 0.2 beta**
|
||||
|
||||
- [x] Fixed the two bars shown in now playing
|
||||
- [x] An attempt to fix the logo not showing issue for platforms other than macos.
|
||||
- [x] A few optimizations.
|
||||
|
||||
**v 0.1 beta**
|
||||
|
||||
- [x] Added the Spotify logo.
|
||||
- [x] Fixed the friend activity bar.
|
||||
- [x] Fixed text colors inside album and playlist.
|
||||
- [x] Fixed overlapping of sidebar items.
|
||||
- [x] A few optimizations.
|
||||
***
|
@ -1,17 +1,19 @@
|
||||
[Base]
|
||||
main_fg = 1DB954
|
||||
secondary_fg = DEDEDE
|
||||
main_fg = 1DB954
|
||||
secondary_fg = DEDEDE
|
||||
main_bg = 111111
|
||||
main_bg_second = 282828
|
||||
sidebar_and_player_bg = 111111
|
||||
cover_overlay_and_shadow = 212121
|
||||
indicator_fg_and_button_bg = 1DB954
|
||||
pressing_fg = FF5C86
|
||||
slider_bg = 3F3C45
|
||||
sidebar_indicator_and_hover_button_bg = 1DC954
|
||||
scrollbar_fg_and_selected_row_bg = 3b3b3b
|
||||
scrollbar_fg_and_selected_row_bg = 3B3B3B
|
||||
pressing_button_fg = DEDEDE
|
||||
pressing_button_bg = 383145
|
||||
selected_button = 1DB954
|
||||
miscellaneous_bg = 3F3C45
|
||||
miscellaneous_hover_bg = 3b3b3b
|
||||
miscellaneous_hover_bg = 3B3B3B
|
||||
primary_text = FAFAFA
|
||||
preserve_1 = FAFAFA
|
||||
|
@ -48,12 +48,15 @@ html .SidebarList__title {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.sidebar .sidebar-navbar {
|
||||
background-image: url(https://local_resource_host/images/spotify-logo-primary-green.png);
|
||||
/*background-image: url(https://local_resource_host/images/logo-navbar-green.png);*/
|
||||
background-image: url(https://imgur.com/YQroYy7.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 175px;
|
||||
background-position-x: 28px;
|
||||
}
|
||||
|
||||
.resizer{
|
||||
display: none !important;
|
||||
}
|
||||
/*playlist items
|
||||
.RootlistItem {
|
||||
padding-left: 30px;
|
||||
@ -121,7 +124,7 @@ html .SidebarList__title {
|
||||
.view-player{
|
||||
height: 85px !important;
|
||||
border-radius: 20px !important;
|
||||
background: #282828 !important;
|
||||
background: var(--modspotify_main_bg_second) !important;
|
||||
position: relative;
|
||||
/*border: 10px solid #111111;*/
|
||||
padding-left: 2px !important;
|
||||
@ -153,6 +156,10 @@ html .SidebarList__title {
|
||||
.view-player .now-playing .cover-image-container .cover-image {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.view-player .text-container .text-item-container .text-item .scroll-text-container:after {
|
||||
background: #282828 !important;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
||||
/*browse tab edits*/
|
||||
|
Loading…
Reference in New Issue
Block a user