Add various extra customization options for custom themes. Fixes #40

This commit is contained in:
Gericom
2026-03-29 14:48:12 +02:00
parent 53727e5fdd
commit cf9ce63db5
17 changed files with 494 additions and 56 deletions

View File

@@ -74,4 +74,6 @@ public:
{
return Rgb(r + other.r, g + other.g, b + other.b);
}
};
};
using Rgb8 = Rgb<8, 8, 8>;