1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00

LibGfx: Add ColorRoles for rulers

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

View file

@ -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();