mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibGfx+LibGUI: Allow theming the text cursor
This commit is contained in:
parent
7592f9afd5
commit
c8bc53e987
Notes:
sideshowbarker
2024-07-19 09:12:13 +09:00
Author: https://github.com/xTibor
Commit: c8bc53e987
Pull-request: https://github.com/SerenityOS/serenity/pull/1255
9 changed files with 9 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue