haiku/headers/private/interface/DefaultColors.h

20 lines
350 B
C
Raw Normal View History

/*
* Copyright 2006-2022, Haiku, Inc.
* Distributed under the terms of the MIT License.
*/
#ifndef _DEFAULT_COLORS_H
#define _DEFAULT_COLORS_H
#include <InterfaceDefs.h>
namespace BPrivate {
extern const rgb_color* kDefaultColors;
rgb_color GetSystemColor(color_which, bool darkVariant);
} // namespace BPrivate
#endif // _DEFAULT_COLORS_H