mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibGfx: Add ColorRoles for rulers
This commit is contained in:
committed by
Andreas Kling
parent
f17c377a0c
commit
5cf5ddf6cb
@@ -108,6 +108,10 @@ RefPtr<SharedBuffer> load_system_theme(const String& path)
|
||||
DO_COLOR(Link);
|
||||
DO_COLOR(ActiveLink);
|
||||
DO_COLOR(VisitedLink);
|
||||
DO_COLOR(Ruler);
|
||||
DO_COLOR(RulerBorder);
|
||||
DO_COLOR(RulerActiveText);
|
||||
DO_COLOR(RulerInactiveText);
|
||||
|
||||
buffer->seal();
|
||||
buffer->share_globally();
|
||||
|
||||
Reference in New Issue
Block a user