mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
18 lines
590 B
C
18 lines
590 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
#ifndef __SECOLORS_H
|
|
#define __SECOLORS_H 1
|
|
|
|
#define SE_COL_ORANGE_LIGHT 0xffd70000
|
|
#define SE_COL_ORANGE_NEUTRAL 0xee9c0000
|
|
#define SE_COL_ORANGE_DARK 0x9b4b0000
|
|
#define SE_COL_ORANGE_DARK_LT 0xbc6a0000
|
|
#define SE_COL_BLUE_DARK_HV 0x151c2300
|
|
#define SE_COL_BLUE_DARK 0x2a384600
|
|
#define SE_COL_BLUE_DARK_LT 0x43596f00
|
|
#define SE_COL_BLUE_NEUTRAL 0x5c7a9900
|
|
#define SE_COL_BLUE_NEUTRAL_LT 0x6097cc00
|
|
#define SE_COL_BLUE_LIGHT 0x64b4ff00
|
|
#define SE_COL_BLUEGREEN_LT 0x6cff6c00
|
|
|
|
#endif |