mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibGfx: Add ColorRoles for rulers
This commit is contained in:
parent
f17c377a0c
commit
5cf5ddf6cb
Notes:
sideshowbarker
2024-07-19 09:13:26 +09:00
Author: https://github.com/xTibor
Commit: 5cf5ddf6cb
Pull-request: https://github.com/SerenityOS/serenity/pull/1248
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