xref: /haiku/headers/private/interface/DefaultColors.h (revision 4a55cc230cf7566cadcbb23b1928eefff8aea9a2)
1 /*
2  * Copyright 2006-2022, Haiku, Inc.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _DEFAULT_COLORS_H
6 #define _DEFAULT_COLORS_H
7 
8 
9 #include <InterfaceDefs.h>
10 
11 namespace BPrivate {
12 
13 extern const rgb_color* kDefaultColors;
14 
15 rgb_color GetSystemColor(color_which, bool darkVariant);
16 
17 } // namespace BPrivate
18 
19 #endif // _DEFAULT_COLORS_H
20