Skip to content

Commit

Permalink
Dark theme for ShiftyExpander
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed May 15, 2022
1 parent 6e29483 commit 1c236ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/custom/dep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ static const struct {
{ "/PathSet/res/GlassPane.svg", {}, -1 },
{ "/PathSet/res/IceTray.svg", {}, -1 },
{ "/PathSet/res/Nudge.svg", {}, -1 },
{ "/PathSet/res/ShiftyExpander.svg", {}, -1 },
{ "/PathSet/res/ShiftyMod.svg", {}, -1 },
// BSD-3-Clause
{ "/voxglitch/res/autobreak_front_panel.svg", {}, -1 },
Expand Down Expand Up @@ -500,6 +501,9 @@ static inline bool invertPaint(NSVGshape* const shape, NSVGpaint& paint, const c
// pink and orange
case 0xffe941e2:
case 0xff698efb:
// pink and orange (translucent)
case 0x4de941e2:
case 0x62698efb:
return false;
// blue darker 1 (blue with 50% opacity on bg)
case 0xffde944f:
Expand Down

0 comments on commit 1c236ca

Please sign in to comment.