diff options
author | Tibor Nagy <xnagytibor@gmail.com> | 2020-02-20 13:36:58 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-20 14:19:30 +0100 |
commit | 6e2a16c8a8c955d478dfb0f178b3ed23450f721d (patch) | |
tree | d1b4659e4dde00c59d9fb146feef25a1bf02f923 /Base/res/themes/Default.ini | |
parent | e490fc9e35c9a34513734687cd63efc17c8a76c1 (diff) | |
download | serenity-6e2a16c8a8c955d478dfb0f178b3ed23450f721d.zip |
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
Diffstat (limited to 'Base/res/themes/Default.ini')
-rw-r--r-- | Base/res/themes/Default.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini index 2114b678fe..48b777f5ce 100644 --- a/Base/res/themes/Default.ini +++ b/Base/res/themes/Default.ini @@ -41,3 +41,4 @@ RulerBorder=#404040 RulerActiveText=#404040 RulerInactiveText=#808080 TextCursor=red +FocusOutline=#909090 |