mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Add various extra customization options for custom themes. Fixes #40
This commit is contained in:
@@ -74,4 +74,6 @@ public:
|
||||
{
|
||||
return Rgb(r + other.r, g + other.g, b + other.b);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
using Rgb8 = Rgb<8, 8, 8>;
|
||||
|
||||
Reference in New Issue
Block a user