mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibGfx: Add inactive selection colors
This commit is contained in:
parent
b515ea454f
commit
99192fd29f
Notes:
sideshowbarker
2024-07-19 09:18:49 +09:00
Author: https://github.com/xTibor
Commit: 99192fd29f
Pull-request: https://github.com/SerenityOS/serenity/pull/1224
3 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,8 @@ enum class ColorRole {
|
|||
HoverHighlight,
|
||||
Selection,
|
||||
SelectionText,
|
||||
InactiveSelection,
|
||||
InactiveSelectionText,
|
||||
RubberBandFill,
|
||||
RubberBandBorder,
|
||||
Link,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue