mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +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
|
@ -41,3 +41,4 @@ RulerBorder=#666666
|
|||
RulerActiveText=white
|
||||
RulerInactiveText=#d5d0c7
|
||||
TextCursor=#9c9cd5
|
||||
FocusOutline=#606060
|
||||
|
|
|
@ -41,3 +41,4 @@ RulerBorder=#404040
|
|||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
TextCursor=red
|
||||
FocusOutline=#909090
|
||||
|
|
|
@ -41,3 +41,4 @@ RulerBorder=black
|
|||
RulerActiveText=yellow
|
||||
RulerInactiveText=white
|
||||
TextCursor=black
|
||||
FocusOutline=#909090
|
||||
|
|
|
@ -41,3 +41,4 @@ RulerBorder=#3b4252
|
|||
RulerActiveText=#95adc5
|
||||
RulerInactiveText=#7e9dbc
|
||||
TextCursor=#7e9dbc
|
||||
FocusOutline=#7e9dbc
|
||||
|
|
|
@ -41,3 +41,4 @@ RulerBorder=#606060
|
|||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
TextCursor=#ee3532
|
||||
FocusOutline=#909090
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue