pop-os / gtk-theme

System76 Pop GTK+ Theme
GNU General Public License v3.0
781 stars 80 forks source link

fix(shell): Use correct BG color for panel #469

Closed isantop closed 3 years ago

isantop commented 3 years ago

Updates the top-panel color to use the correct value (darken(#2B2928, 3%), or #232121) instead of pure black. This was likely a bug introduced with the updates for 20.04, and was missed in the initial release.

For testing this:

  1. Ensure that the current BG color is #000, or pure black
  2. After applying this change, ensure that the panel is #232121

Fixes #457