You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.4 KiB
35 lines
1.4 KiB
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_COLOR_H_ |
|
#define COSMOPOLITAN_LIBC_NT_ENUM_COLOR_H_ |
|
|
|
#define kNtColorScrollbar 0 |
|
#define kNtColorBackground 1 |
|
#define kNtColorActivecaption 2 |
|
#define kNtColorInactivecaption 3 |
|
#define kNtColorMenu 4 |
|
#define kNtColorWindow 5 |
|
#define kNtColorWindowframe 6 |
|
#define kNtColorMenutext 7 |
|
#define kNtColorWindowtext 8 |
|
#define kNtColorCaptiontext 9 |
|
#define kNtColorActiveborder 10 |
|
#define kNtColorInactiveborder 11 |
|
#define kNtColorAppworkspace 12 |
|
#define kNtColorHighlight 13 |
|
#define kNtColorHighlighttext 14 |
|
#define kNtColorBtnface 15 |
|
#define kNtColorBtnshadow 16 |
|
#define kNtColorGraytext 17 |
|
#define kNtColorBtntext 18 |
|
#define kNtColorInactivecaptiontext 19 |
|
#define kNtColorBtnhighlight 20 |
|
#define kNtColor3ddkshadow 21 |
|
#define kNtColor3dlight 22 |
|
#define kNtColorInfotext 23 |
|
#define kNtColorInfobk 24 |
|
#define kNtColorHotlight 26 |
|
#define kNtColorGradientactivecaption 27 |
|
#define kNtColorGradientinactivecaption 28 |
|
#define kNtColorMenuhilight 29 |
|
#define kNtColorMenubar 30 |
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_COLOR_H_ */
|
|
|