Skip to content

Commit

Permalink
Colorize scrollbars on Windows 7 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Jan 8, 2023
1 parent 16064b3 commit e175e0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AccentColorizer/StyleModifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,13 @@ void ModifyStyles() {
}
}
}
for (i = 1; i <= 10; i++)
{
for (k = 1; k <= 4; k++)
{
ModifyStyle(L"ScrollBar", i, 0, k);
}
}
}
}

Expand Down

0 comments on commit e175e0a

Please sign in to comment.