mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +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
|
@ -75,6 +75,7 @@ enum class ColorRole {
|
|||
RulerBorder,
|
||||
RulerActiveText,
|
||||
RulerInactiveText,
|
||||
TextCursor,
|
||||
|
||||
__Count,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue