JulienMaille / dribbblish-dynamic-theme

A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.
MIT License
334 stars 18 forks source link

Weird visual glitch with the Friend Activity list #232

Open LuminarySage opened 2 years ago

LuminarySage commented 2 years ago

Describe the bug There are two tinted lines each above and below the Friend Activity list. Looks like it's more because the list has a lighter color than the rest of the background since the left side looks normal

To Reproduce Steps to reproduce the behavior:

  1. Open Spotify

Screenshots

Screenshot 2022-05-10 000759


Info for Contributors **Versions** OS: `Windows v10.0.22000` Spotify: `v1.1.84.716` Spicetify: `v2.9.8` Dribbblish: `v4.2.1-d03d89b` **Extensions** - dribbblish-dynamic.js - extension.js **Settings** ```json { "EXPORTED_WITH": "4.2.1", "showLoadingScreen": true, "openSettingsInfo": true, "showSearchBox": false, "rightBigCover": false, "roundSidebarIcons": true, "sidebarHoverAnimation": true, "sidebarGapLeft": 4, "sidebarGapRight": 32, "winTopBar": "none-padding", "playbarShadow": true, "playbarTransition": false, "playerControlsStyle": "dribbblish", "showAlbumInfoInPlaybar": true, "showGenreInfoInPlaybar": false, "fadeDuration": 0.5, "customCss": "", "colorSelectionAlgorithm": "colorthief", "colorOverride": "#1ed760", "colorSelectionMode": "luminance", "lightModeLuminance": 0.6, "darkModeLuminance": 0.2, "theme": "system", "darkModeOnTime": "20:00", "darkModeOffTime": "06:00", "bgTheme": "bw" } ```