mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 10:52:48 +01:00
Merge pull request #11 from LivingWithHippos/master
Vaporwave inspired themes
This commit is contained in:
commit
0e9fd328f1
BIN
Vaporwave/NewRetro.PNG
Normal file
BIN
Vaporwave/NewRetro.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 402 KiB |
25
Vaporwave/README.md
Normal file
25
Vaporwave/README.md
Normal file
@ -0,0 +1,25 @@
|
||||
# Vaporwave
|
||||
|
||||
## Screenshots
|
||||
|
||||
#### NewRetro (Default)
|
||||
|
||||
![Arc-Dark](./NewRetro.PNG)
|
||||
|
||||
#### SeaPunk
|
||||
|
||||
![Arc-Dark](./SeaPunk.PNG)
|
||||
|
||||
## How to install
|
||||
|
||||
To switch between the color themes run
|
||||
|
||||
```
|
||||
spicetify config color_scheme <scheme name>
|
||||
```
|
||||
|
||||
## Credits
|
||||
|
||||
Theme developed by [LivingWithHippos](https://github.com/LivingWithHippos/spicetify-themes)
|
||||
|
||||
Highly inspired by [vapoRwave](https://github.com/moldach/vapoRwave)
|
BIN
Vaporwave/SeaPunk.PNG
Normal file
BIN
Vaporwave/SeaPunk.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 716 KiB |
41
Vaporwave/color.ini
Normal file
41
Vaporwave/color.ini
Normal file
@ -0,0 +1,41 @@
|
||||
[NewRetro]
|
||||
|
||||
main_fg = FF0076
|
||||
secondary_fg = FF4373
|
||||
main_bg = 0F0D1A
|
||||
sidebar_and_player_bg = 4A354F
|
||||
cover_overlay_and_shadow = FF4373
|
||||
indicator_fg_and_button_bg = FF6B58
|
||||
pressing_fg = 903495
|
||||
slider_bg = 6F3460
|
||||
sidebar_indicator_and_hover_button_bg = FF6B58
|
||||
scrollbar_fg_and_selected_row_bg = 6F3460
|
||||
pressing_button_fg = FF6B58
|
||||
pressing_button_bg = 6F3460
|
||||
selected_button = FF6B58
|
||||
miscellaneous_bg = 6F3460
|
||||
miscellaneous_hover_bg = FFFFFF
|
||||
preserve_1 = FFFFFF
|
||||
|
||||
[SeaPunk]
|
||||
;main text color, titles, rows and buttons text
|
||||
main_fg = ff7ddb
|
||||
;secondary text color
|
||||
secondary_fg = C774E8
|
||||
;left bar, bottom player and selected row background
|
||||
main_bg = F7F5C4
|
||||
;main background
|
||||
sidebar_and_player_bg = 74FFDE
|
||||
cover_overlay_and_shadow = 333333
|
||||
;button background and selected text color
|
||||
indicator_fg_and_button_bg = c4c5f7
|
||||
pressing_fg = ff0040
|
||||
slider_bg = fcdde5
|
||||
sidebar_indicator_and_hover_button_bg = e05c74
|
||||
scrollbar_fg_and_selected_row_bg = 37ffd2
|
||||
pressing_button_fg = e05c74
|
||||
pressing_button_bg = fcdde5
|
||||
selected_button = ea8f9e
|
||||
miscellaneous_bg = fcdde5
|
||||
miscellaneous_hover_bg = FFFFFF
|
||||
preserve_1 = FFFFFF
|
18
Vaporwave/user.css
Normal file
18
Vaporwave/user.css
Normal file
@ -0,0 +1,18 @@
|
||||
/*Thinner scrollbar*/
|
||||
::-webkit-scrollbar {
|
||||
height: 6px !important;
|
||||
width: 0px !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/*Hide upgrade button */
|
||||
|
||||
.upgrade-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*Exclude these elements from draggable property because it stops them from clickable*/
|
||||
|
||||
.profile-items-container, .profile {
|
||||
-webkit-app-region: no-drag !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user