mirror of
https://github.com/RGBCube/serenity
synced 2025-08-01 14:27:34 +00:00
LibGfx+Base: Add a themable "Accent" color role
This can be used by GUI widgets to draw attention to a specific part of the widget, for example the currently active sub-widget component.
This commit is contained in:
parent
03cca20699
commit
e378587c82
15 changed files with 15 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[Colors]
|
||||
DesktopBackground=#505050
|
||||
Accent=#ab6e4a
|
||||
ActiveWindowBorder1=#6e2209
|
||||
ActiveWindowBorder2=#f4ca9e
|
||||
ActiveWindowTitle=white
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue