djdiskmachine / LittleGPTracker

Little Piggy Tracker, LittleGPTracker feature improved
Other
96 stars 19 forks source link

Add color options for Border Play and Mute #143

Open simotek opened 2 days ago

simotek commented 2 days ago

Personally i've always wanted a different color for the > play indicator to make it easier to read, in my mind it made sense to do the - mute indicator at the same time. In the default configs these are still mapped to the same color as cursor and normal.

In adition someone on Discord was after the ability to change the dialog border so I added that while I was there.

This commit also cleans up some whitespace in the parts of the code and docs that it touched.

simotek commented 2 days ago

Sorry another one that's probably best read with whitespace changes off. Although I did less of that this time.

djdiskmachine commented 1 day ago

Feel free to suggest changes to .clang-format, I feel that particularly this change looks nicer with your formatting than the suggestion -GUIColor AppWindow::borderColor (0xFF,0x00,0x8C); +GUIColor AppWindow::borderColor(0xFF, 0x00, 0x8C);