Skip to content

Commit

Permalink
Added Vaporwave theme
Browse files Browse the repository at this point in the history
2 different color scheme available for now
  • Loading branch information
LivingWithHippos committed Oct 28, 2019
1 parent 15eefdc commit 216f424
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
Binary file added Vaporwave/NewRetro.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Vaporwave/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Vaporwave

## Screenshots

#### NewRetro (Default)

![Arc-Dark](C:\Users\User\Documents\GitHub\Temi-Spicetify\spicetify-themes\Vaporwave\NewRetro.PNG)

#### SeaPunk

![Arc-Dark](C:\Users\User\Documents\GitHub\Temi-Spicetify\spicetify-themes\Vaporwave\SeaPunk.PNG)

## How to install

Copy these files into your spicetify themes folder and run from your terminal

```
spicetify config current_theme Vaporwave
spicetify config color_scheme <scheme name>
spicetify apply
```

## Credits

Theme developed by [LivingWithHippos](https://github.com/LivingWithHippos/spicetify-themes)

Highly inspired by [vapoRwave](https://github.com/moldach/vapoRwave)


Binary file added Vaporwave/SeaPunk.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions Vaporwave/color.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[Base]

main_fg = F5F6F7
secondary_fg = E5E9F0
main_bg = 303642
sidebar_and_player_bg = 414A59
cover_overlay_and_shadow = 303642
indicator_fg_and_button_bg = 5294E2
pressing_fg = 4C566A
slider_bg = 303642
sidebar_indicator_and_hover_button_bg = 5294E2
scrollbar_fg_and_selected_row_bg = 303642
pressing_button_fg = 5294E2
pressing_button_bg = 303642
selected_button = 5294E2
miscellaneous_bg = 303642
miscellaneous_hover_bg = FFFFFF
preserve_1 = FFFFFF
6 changes: 6 additions & 0 deletions Vaporwave/user.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*Thinner scrollbar*/
::-webkit-scrollbar {
height: 6px !important;
width: 0px !important;
background-color: transparent;
}

0 comments on commit 216f424

Please sign in to comment.