Interface Kit: add default dark appearence color constants
Change-Id: I8added6ada702eb09e95f5f2d6e34b748067c6bc Reviewed-on: https://review.haiku-os.org/c/haiku/+/4571 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
c912a3f230
commit
46fdf97dea
@@ -1,18 +1,19 @@
|
||||
/*
|
||||
* Copyright 2006, Haiku, Inc.
|
||||
* Copyright 2006-2022, Haiku, Inc.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _DEFAULT_COLORS_H
|
||||
#define _DEFAULT_COLORS_H
|
||||
|
||||
|
||||
#include <GraphicsDefs.h>
|
||||
|
||||
#include <InterfaceDefs.h>
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
extern const rgb_color* kDefaultColors;
|
||||
|
||||
} // namespace BPrivate
|
||||
rgb_color GetSystemColor(color_which, bool darkVariant);
|
||||
|
||||
} // namespace BPrivate
|
||||
|
||||
#endif // _DEFAULT_COLORS_H
|
||||
|
||||
Reference in New Issue
Block a user