2023-07-13 09:45:18 +02:00
# text
## Screenshots
#### Display Images
2023-07-15 08:34:42 +02:00
##### with images
2023-07-13 09:45:18 +02:00
![withimg ](screenshots/withimg.png )
2023-07-15 08:34:42 +02:00
##### without images
2023-07-13 09:45:18 +02:00
![withoutimg ](screenshots/withoutimg.png )
### Spotify
![Spotify ](screenshots/Spotify.png )
### Spicetify
![Spicetify ](screenshots/Spicetify.png )
### CatppuccinMocha
![CatppuccinMocha ](screenshots/CatppuccinMocha.png )
### CatppuccinMacchiato
![CatppuccinMacchiato ](screenshots/CatppuccinMacchiato.png )
### CatppuccinLatte
![CatppuccinLatte ](screenshots/CatppuccinLatte.png )
### Dracula
![Dracula ](screenshots/Dracula.png )
### Gruvbox
![Gruvbox ](screenshots/Gruvbox.png )
### Kanagawa
![Kanagawa ](screenshots/Kanagawa.png )
### Nord
![Nord ](screenshots/Nord.png )
### Rigel
![CatppuccinMaRigelcchiato ](screenshots/Rigel.png )
### RosePine
![RosePine ](screenshots/RosePine.png )
### RosePineMoon
![RosePineMoon ](screenshots/RosePineMoon.png )
### Solarized
![Solarized ](screenshots/Solarized.png )
### TokyoNight
![TokyoNight ](screenshots/TokyoNight.png )
### TokyoNightStorm
![TokyoNightStorm ](screenshots/TokyoNightStorm.png )
2024-01-30 08:40:19 +01:00
### ForestGreen
![ForestGreen ](screenshots/ForestGreen.png )
2023-07-13 09:45:18 +02:00
## More
### Description
a spicetify theme that mimics the look of [spotify-tui ](https://github.com/Rigellute/spotify-tui )
### Credits
created by [darkthemer ](https://github.com/darkthemer/ )
### Notes
2023-11-07 15:15:52 +01:00
- **IMPORTANT:** Add the following to your `config-xpui.ini` file. Details as to why are explained [here ](https://github.com/JulienMaille/spicetify-dynamic-theme#important ). Run `spicetify apply` after adding these lines.
2023-07-15 08:34:42 +02:00
```ini
[Patch]
2023-11-07 15:15:52 +01:00
xpui.js_find_0880 = COLLAPSED\?64:32
xpui.js_repl_0880 = COLLAPSED?32:32
2023-07-15 08:34:42 +02:00
xpui.js_find_8008 = ,(\w+=)56,
xpui.js_repl_8008 = ,${1}32,
```
- **SUGGESTION:** Feel free to edit `color.ini` to swap the accent color (it's green for most of them) into your preferred color based from the color pallete.
2023-07-13 09:45:18 +02:00
- https://github.com/catppuccin/catppuccin
- https://github.com/dracula/dracula-theme
- https://github.com/morhetz/gruvbox/
- https://github.com/rebelot/kanagawa.nvim
- https://github.com/nordtheme/nord
- https://github.com/Rigellute/rigel/
- https://github.com/rose-pine/rose-pine-theme
- https://github.com/altercation/solarized
- https://github.com/enkia/tokyo-night-vscode-theme
2023-07-15 08:34:42 +02:00
- **SUGGESTION:** Check the very top of `user.css` for user settings
2023-07-13 09:45:18 +02:00
2023-07-15 08:34:42 +02:00
- If you use the Marketplace, go to `Marketplace > Snippets > + Add CSS` and then paste the variables found in `user.css` (also below). Edit these as you wish. If you're following this method, don't forget to add `!important` at the end of each property.
2023-07-13 09:45:18 +02:00
```css
/* user settings */
:root {
2023-07-15 08:34:42 +02:00
--font-family: "DM Mono", monospace !important;
2023-07-13 09:45:18 +02:00
/*
2023-07-15 08:34:42 +02:00
--font-family: 'Anonymous Pro', monospace !important;
--font-family: 'Courier Prime', monospace !important;
--font-family: 'Cousine', monospace !important;
--font-family: 'Cutive Mono', monospace !important;
--font-family: 'DM Mono', monospace !important;
--font-family: 'Fira Mono', monospace !important;
--font-family: 'IBM Plex Mono', monospace !important;
--font-family: 'Inconsolata', monospac !important;
--font-family: 'Nanum Gothic Coding', monospace !important;
--font-family: 'PT Mono', monospace !important;
--font-family: 'Roboto Mono', monospace !important;
--font-family: 'Share Tech Mono', monospace !important;
--font-family: 'Source Code Pro', monospace !important;
--font-family: 'Space Mono', monospace !important;
--font-family: 'Ubuntu Mono', monospace !important;
--font-family: 'VT323', monospace !important;
2023-07-13 09:45:18 +02:00
*/
2023-07-15 08:34:42 +02:00
--font-size: 14px !important;
2023-08-17 08:15:40 +02:00
--font-size-lyrics: 14px; /* 1.5em (default) */
2023-07-15 08:34:42 +02:00
--font-weight: 400 !important; /* 200 : 900 */
--line-height: 1.2 !important;
--display-card-image: block !important; /* none | block */
--display-coverart-image: none !important; /* none | block */
--display-header-image: none !important; /* none | block */
--display-library-image: block !important; /* none | block */
--display-tracklist-image: none !important; /* none | block */
--border-radius: 0px !important;
--border-width: 1px !important;
--border-style: solid !important; /* dotted | dashed | solid | double | groove | ridge | inset | outset */
2023-07-13 09:45:18 +02:00
}
```
2023-07-15 08:34:42 +02:00
- **SUGGESTION:** For Windows users, here's how to make the window controls' background match with the topbar background
2023-07-13 09:45:18 +02:00
- Put this snippet into your `user.css` (or through the Marketplace's `+ Add CSS` feature)
```css
/* transparent window controls background */
body::after {
content: "";
position: absolute;
right: 0;
z-index: 999;
backdrop-filter: brightness(2.12);
/* page zoom [ctrl][+] or [ctrl][-]
edit width and height accordingly
2024-03-28 09:56:31 +01:00
this size is set for 100% zoom
2023-07-13 09:45:18 +02:00
*/
width: 135px;
2024-05-08 08:49:39 +02:00
/* depending on what global status bar
style is enabled height need to be
changed accordingly. */
height: 64px;
2023-07-13 09:45:18 +02:00
}
```
![winctrl ](screenshots/winctrl.png )