mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
This commit is contained in:
parent
e490fc9e35
commit
6e2a16c8a8
9 changed files with 9 additions and 1 deletions
|
@ -99,6 +99,7 @@ public:
|
|||
Color ruler_active_text() const { return color(ColorRole::RulerActiveText); }
|
||||
Color ruler_inactive_text() const { return color(ColorRole::RulerInactiveText); }
|
||||
Color text_cursor() const { return color(ColorRole::TextCursor); }
|
||||
Color focus_outline() const { return color(ColorRole::FocusOutline); }
|
||||
|
||||
Color link() const { return color(ColorRole::Link); }
|
||||
Color active_link() const { return color(ColorRole::ActiveLink); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue