1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:17:44 +00:00

LibGfx: Add colors for highlight-searching to palette and themes

This commit is contained in:
Tom 2020-10-20 10:02:23 -06:00 committed by Andreas Kling
parent f239fbaa58
commit a823d2a962
15 changed files with 30 additions and 0 deletions

View file

@ -51,6 +51,8 @@ namespace Gfx {
C(HighlightWindowTitle) \
C(HighlightWindowTitleShadow) \
C(HighlightWindowTitleStripes) \
C(HighlightSearching) \
C(HighlightSearchingText) \
C(HoverHighlight) \
C(InactiveSelection) \
C(InactiveSelectionText) \