LibGfx: Add ColorRoles for rulers

This commit is contained in:
Tibor Nagy 2020-02-19 11:07:12 +01:00 committed by Andreas Kling
commit 5cf5ddf6cb
Notes: sideshowbarker 2024-07-19 09:13:26 +09:00
3 changed files with 12 additions and 0 deletions

View file

@ -71,6 +71,10 @@ enum class ColorRole {
Link,
ActiveLink,
VisitedLink,
Ruler,
RulerBorder,
RulerActiveText,
RulerInactiveText,
__Count,