mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
102 lines
3.9 KiB
Plaintext
102 lines
3.9 KiB
Plaintext
|
|
#define COLOR_INPUT_DISABLED "#F0F0F0"
|
|
#define COLOR_INPUT_ENABLED "#D3B5B5"
|
|
#define COLOR_RED "#FF0000"
|
|
#define COLOR_GREEN "#00FF00"
|
|
#define COLOR_BLUE "#0000FF"
|
|
#define COLOR_CYAN "#00FFFF"
|
|
#define COLOR_PINK "#FF00FF"
|
|
#define COLOR_YELLOW "#FFFF00"
|
|
#define COLOR_ORANGE "#FF9900"
|
|
#define COLOR_WHITE "#FFFFFF"
|
|
#define COLOR_GRAY "#808080"
|
|
#define COLOR_BLACK "#000000"
|
|
#define COLOR_NAVY_BLUE "#000080"
|
|
#define COLOR_LIGHT_GREEN "#008000"
|
|
#define COLOR_DARK_GRAY "#404040"
|
|
#define COLOR_MAROON "#800000"
|
|
#define COLOR_PURPLE "#800080"
|
|
#define COLOR_VIOLET "#9933ff"
|
|
#define COLOR_OLIVE "#808000"
|
|
#define COLOR_BROWN_ORANGE "#824b28"
|
|
#define COLOR_DARK_ORANGE "#b95a00"
|
|
#define COLOR_GRAY40 "#666666"
|
|
#define COLOR_GRAY20 "#333333"
|
|
#define COLOR_GRAY15 "#151515"
|
|
#define COLOR_SEDONA "#cc6600"
|
|
#define COLOR_DARK_BROWN "#917448"
|
|
#define COLOR_DEEP_SKY_BLUE "#00e1ff"
|
|
#define COLOR_LIME "#00ff00"
|
|
#define COLOR_TEAL "#33cccc"
|
|
#define COLOR_PALE_PINK "#bf89ba"
|
|
#define COLOR_YELLOW_GRAY "#c9a344"
|
|
#define COLOR_PALE_YELLOW "#c1bb7a"
|
|
#define COLOR_WARM_YELLOW "#b3863c"
|
|
#define COLOR_RED_GRAY "#aa5f61"
|
|
#define COLOR_BROWN "#b19664"
|
|
#define COLOR_GREEN_GRAY "#8daf6a"
|
|
#define COLOR_DARK_GREEN_GRAY "#54654c"
|
|
#define COLOR_BLUE_GRAY "#6a97b0"
|
|
#define COLOR_DARK_BLUE_GRAY "#3e4855"
|
|
#define COLOR_SUN "#ec8b2f"
|
|
#define COLOR_PURPLE_GRAY "#a2819e"
|
|
#define COLOR_BLUE_LIGHT "#33ccff"
|
|
#define COLOR_RED_LIGHT "#ff3333"
|
|
#define COLOR_BEIGE "#ceb689"
|
|
#define COLOR_BABY_BLUE "#89cff0"
|
|
#define COLOR_PALE_GREEN_GRAY "#aed18b"
|
|
#define COLOR_PALE_RED_GRAY "#cc9090"
|
|
#define COLOR_PALE_PURPLE_GRAY "#bda2ba"
|
|
#define COLOR_PALE_BLUE_GRAY "#8bbbd5"
|
|
#define COLOR_LUMINOL "#66ffff"
|
|
#define COLOR_SILVER "#c0c0c0"
|
|
#define COLOR_GRAY80 "#cccccc"
|
|
#define COLOR_OFF_WHITE "#eeeeee"
|
|
#define COLOR_GOLD "#6d6133"
|
|
#define COLOR_NT_RED "#9d2300"
|
|
#define COLOR_BOTTLE_GREEN "#1f6b4f"
|
|
#define COLOR_PALE_BTL_GREEN "#57967f"
|
|
#define COLOR_GUNMETAL "#545c68"
|
|
#define COLOR_WALL_GUNMETAL "#353a42"
|
|
#define COLOR_STEEL "#a8b0b2"
|
|
#define COLOR_MUZZLE_FLASH "#ffffb2"
|
|
#define COLOR_CHESTNUT "#996633"
|
|
#define COLOR_BEASTY_BROWN "#663300"
|
|
#define COLOR_WHEAT "#ffff99"
|
|
#define COLOR_CYAN_BLUE "#3366cc"
|
|
#define COLOR_LIGHT_CYAN "#66ccff"
|
|
#define COLOR_PAKISTAN_GREEN "#006600"
|
|
#define COLOR_HULL "#436b8e"
|
|
#define COLOR_AMBER "#ffbf00"
|
|
#define COLOR_COMMAND_BLUE "#46698c"
|
|
#define COLOR_SKY_BLUE "#5ca1cc"
|
|
#define COLOR_PALE_ORANGE "#b88a3b"
|
|
#define COLOR_CIVIE_GREEN "#b7f27d"
|
|
#define COLOR_TITANIUM "#d1e6e3"
|
|
#define COLOR_DARK_GUNMETAL "#4c535b"
|
|
#define COLOR_BRONZE "#8c7853"
|
|
#define COLOR_BRASS "#b99d71"
|
|
#define COLOR_INDIGO "#4b0082"
|
|
#define COLOR_ALUMINIUM "#bbbbbb"
|
|
#define COLOR_CRYSTAL "#00c8a5"
|
|
#define COLOR_ASTEROID_ROCK "#735555"
|
|
#define COLOR_NULLGLASS "#ff6088"
|
|
#define COLOR_DIAMOND "#d8d4ea"
|
|
|
|
//Color defines used by the assembly detailer.
|
|
#define COLOR_ASSEMBLY_BLACK "#545454"
|
|
#define COLOR_ASSEMBLY_BGRAY "#9497AB"
|
|
#define COLOR_ASSEMBLY_WHITE "#E2E2E2"
|
|
#define COLOR_ASSEMBLY_RED "#CC4242"
|
|
#define COLOR_ASSEMBLY_ORANGE "#E39751"
|
|
#define COLOR_ASSEMBLY_BEIGE "#AF9366"
|
|
#define COLOR_ASSEMBLY_BROWN "#97670E"
|
|
#define COLOR_ASSEMBLY_GOLD "#AA9100"
|
|
#define COLOR_ASSEMBLY_YELLOW "#CECA2B"
|
|
#define COLOR_ASSEMBLY_GURKHA "#999875"
|
|
#define COLOR_ASSEMBLY_LGREEN "#789876"
|
|
#define COLOR_ASSEMBLY_GREEN "#44843C"
|
|
#define COLOR_ASSEMBLY_LBLUE "#5D99BE"
|
|
#define COLOR_ASSEMBLY_BLUE "#38559E"
|
|
#define COLOR_ASSEMBLY_PURPLE "#6F6192"
|