LibGfx+LibGUI: Allow theming the text cursor

This commit is contained in:
Tibor Nagy 2020-02-20 09:01:48 +01:00 committed by Andreas Kling
commit c8bc53e987
Notes: sideshowbarker 2024-07-19 09:12:13 +09:00
9 changed files with 9 additions and 1 deletions

View file

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