mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibGfx: Add ColorRoles for rulers
This commit is contained in:
parent
f17c377a0c
commit
5cf5ddf6cb
3 changed files with 12 additions and 0 deletions
|
@ -71,6 +71,10 @@ enum class ColorRole {
|
|||
Link,
|
||||
ActiveLink,
|
||||
VisitedLink,
|
||||
Ruler,
|
||||
RulerBorder,
|
||||
RulerActiveText,
|
||||
RulerInactiveText,
|
||||
|
||||
__Count,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue