1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:07: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:
Andreas Kling 2021-07-28 20:20:57 +02:00
parent 03cca20699
commit e378587c82
15 changed files with 15 additions and 0 deletions

View file

@ -15,6 +15,7 @@
namespace Gfx {
#define ENUMERATE_COLOR_ROLES(C) \
C(Accent) \
C(ActiveLink) \
C(ActiveWindowBorder1) \
C(ActiveWindowBorder2) \