mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibGfx+LibGUI: Allow theming the text cursor
This commit is contained in:
committed by
Andreas Kling
parent
7592f9afd5
commit
c8bc53e987
@@ -112,6 +112,7 @@ RefPtr<SharedBuffer> load_system_theme(const String& path)
|
||||
DO_COLOR(RulerBorder);
|
||||
DO_COLOR(RulerActiveText);
|
||||
DO_COLOR(RulerInactiveText);
|
||||
DO_COLOR(TextCursor);
|
||||
|
||||
buffer->seal();
|
||||
buffer->share_globally();
|
||||
|
||||
Reference in New Issue
Block a user