In this release, I add more functions:
`SetBorderType` `ChangeTitlebarColor` `ChangeTitleColor` `ChangeBorderColor`
And a new class
`BORDERTYPE`
python
ChangeTitlebarColor(hwnd, "111111")

python
ChangeBorderColor(hwnd, "114514")

python
ChangeTitleColor(hwnd, "745616")

python
SetBorderType(hwnd, BORDERTYPE.RECTANGULAR)

python
SetBorderType(hwnd, BORDERTYPE.ROUND)

python
SetBorderType(hwnd, BORDERTYPE.SMALLROUND)

**Full Changelog**: https://github.com/littlewhitecloud/win32style/compare/v1.0.0...v1.0.3