Jump to content
  • 0

Changing the Escape Menu Colors


Sp4rkY

Question

Hello guys...

 

Like the topic sais, i want to change the colors in the Escape Menu (this one, where the Abort timer appears)... I saw it in many videos and i know, it is possible. Can anyone give me a hint how to do so ?

 

Thx

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Here's the colors
 

#define COLOR_ALICEBLUE 		{0.94,0.97,1,1}
#define COLOR_ANTIQUEWHITE 		{0.98,0.92,0.84,1}
#define COLOR_AQUA 				{0,1,1,1}
#define COLOR_AQUAMARINE 		{0.5,1,0.83,1}
#define COLOR_AZURE 			{0.94,1,1,1}
#define COLOR_BEIGE 			{0.96,0.96,0.86,1}
#define COLOR_BISQUE 			{1,0.89,0.77,1}
#define COLOR_BLACK 			{0,0,0,1}
#define COLOR_BLANCHEDALMOND 	{1,0.92,0.8,1}
#define COLOR_BLUE 				{0,0,1,1}
#define COLOR_BLUEVIOLET 		{0.54,0.17,0.89,1}
#define COLOR_BROWN 			{0.65,0.16,0.16,1}
#define COLOR_BURLYWOOD 		{0.87,0.72,0.53,1}
#define COLOR_CADETBLUE 		{0.37,0.62,0.63,1}
#define COLOR_CHARTREUSE 		{0.5,1,0,1}
#define COLOR_CHOCOLATE 		{0.82,0.41,0.12,1}
#define COLOR_CORAL 			{1,0.5,0.31,1}
#define COLOR_CORNFLOWERBLUE 	{0.39,0.58,0.93,1}
#define COLOR_CORNSILK 			{1,0.97,0.86,1}
#define COLOR_CRIMSON 			{0.86,0.08,0.24,1}
#define COLOR_CYAN 				{0,1,1,1}
#define COLOR_DARKBLUE 			{0,0,0.55,1}
#define COLOR_DARKCYAN 			{0,0.55,0.55,1}
#define COLOR_DARKGOLDENROD 	{0.72,0.53,0.04,1}
#define COLOR_DARKGRAY 			{0.66,0.66,0.66,1}
#define COLOR_DARKGREY 			{0.66,0.66,0.66,1}
#define COLOR_DARKGREEN 		{0,0.39,0,1}
#define COLOR_DARKKHAKI 		{0.74,0.72,0.42,1}
#define COLOR_DARKMAGENTA 		{0.55,0,0.55,1}
#define COLOR_DARKOLIVEGREEN 	{0.33,0.42,0.18,1}
#define COLOR_DARKORANGE 		{1,0.55,0,1}
#define COLOR_DARKORCHID 		{0.6,0.2,0.8,1}
#define COLOR_DARKRED 			{0.55,0,0,1}
#define COLOR_DARKSALMON 		{0.91,0.59,0.48,1}
#define COLOR_DARKSEAGREEN 		{0.56,0.74,0.56,1}
#define COLOR_DARKSLATEBLUE 	{0.28,0.24,0.55,1}
#define COLOR_DARKSLATEGRAY 	{0.18,0.31,0.31,1}
#define COLOR_DARKSLATEGREY 	{0.18,0.31,0.31,1}
#define COLOR_DARKTURQUOISE 	{0,0.81,0.82,1}
#define COLOR_DARKVIOLET 		{0.58,0,0.83,1}
#define COLOR_DEEPPINK 			{1,0.08,0.58,1}
#define COLOR_DEEPSKYBLUE 		{0,0.75,1,1}
#define COLOR_DIMGRAY 			{0.41,0.41,0.41,1}
#define COLOR_DIMGREY 			{0.41,0.41,0.41,1}
#define COLOR_DODGERBLUE 		{0.12,0.56,1,1}
#define COLOR_FIREBRICK 		{0.7,0.13,0.13,1}
#define COLOR_FLORALWHITE 		{1,0.98,0.94,1}
#define COLOR_FORESTGREEN 		{0.13,0.55,0.13,1}
#define COLOR_FUCHSIA 			{1,0,1,1}
#define COLOR_GAINSBORO 		{0.86,0.86,0.86,1}
#define COLOR_GHOSTWHITE 		{0.97,0.97,1,1}
#define COLOR_GOLD 				{1,0.84,0,1}
#define COLOR_GOLDENROD 		{0.85,0.65,0.13,1}
#define COLOR_GRAY 				{0.5,0.5,0.5,1}
#define COLOR_GREY 				{0.5,0.5,0.5,1}
#define COLOR_GREEN 			{0,0.5,0,1}
#define COLOR_GREENYELLOW 		{0.68,1,0.18,1}
#define COLOR_HONEYDEW 			{0.94,1,0.94,1}
#define COLOR_HOTPINK 			{1,0.41,0.71,1}
#define COLOR_INDIANRED 		{0.8,0.36,0.36,1}
#define COLOR_INDIGO 			{0.29,0,0.51,1}
#define COLOR_IVORY 			{1,1,0.94,1}
#define COLOR_KHAKI 			{0.94,0.9,0.55,1}
#define COLOR_LAVENDER 			{0.9,0.9,0.98,1}
#define COLOR_LAVENDERBLUSH 	{1,0.94,0.96,1}
#define COLOR_LAWNGREEN 		{0.49,0.99,0,1}
#define COLOR_LEMONCHIFFON 		{1,0.98,0.8,1}
#define COLOR_LIGHTBLUE 		{0.68,0.85,0.9,1}
#define COLOR_LIGHTCORAL 		{0.94,0.5,0.5,1}
#define COLOR_LIGHTCYAN 		{0.88,1,1,1}
#define COLOR_LIGHTGOLDENROD 	{0.98,0.98,0.82,1}
#define COLOR_LIGHTGRAY 		{0.83,0.83,0.83,1}
#define COLOR_LIGHTGREY 		{0.83,0.83,0.83,1}
#define COLOR_LIGHTGREEN 		{0.56,0.93,0.56,1}
#define COLOR_LIGHTPINK 		{1,0.71,0.76,1}
#define COLOR_LIGHTSALMON 		{1,0.63,0.48,1}
#define COLOR_LIGHTSEAGREEN 	{0.13,0.7,0.67,1}
#define COLOR_LIGHTSKYBLUE 		{0.53,0.81,0.98,1}
#define COLOR_LIGHTSLATEGRAY 	{0.47,0.53,0.6,1}
#define COLOR_LIGHTSLATEGREY 	{0.47,0.53,0.6,1}
#define COLOR_LIGHTSTEELBLUE 	{0.69,0.77,0.87,1}
#define COLOR_LIGHTYELLOW 		{1,1,0.88,1}
#define COLOR_LIME 				{0,1,0,1}
#define COLOR_LIMEGREEN 		{0.2,0.8,0.2,1}
#define COLOR_LINEN 			{0.98,0.94,0.9,1}
#define COLOR_MAGENTA 			{1,0,1,1}
#define COLOR_MAROON 			{0.5,0,0,1}
#define COLOR_MEDIUMAQUAMARINE 	{0.4,0.8,0.67,1}
#define COLOR_MEDIUMBLUE 		{0,0,0.8,1}
#define COLOR_MEDIUMORCHID 		{0.73,0.33,0.83,1}
#define COLOR_MEDIUMPURPLE 		{0.58,0.44,0.86,1}
#define COLOR_MEDIUMSEAGREEN 	{0.24,0.7,0.44,1}
#define COLOR_MEDIUMSLATEBLUE 	{0.48,0.41,0.93,1}
#define COLOR_MEDIUMSPRINGGREEN {0,0.98,0.6,1}
#define COLOR_MEDIUMTURQUOISE 	{0.28,0.82,0.8,1}
#define COLOR_MEDIUMVIOLETRED 	{0.78,0.08,0.52,1}
#define COLOR_MIDNIGHTBLUE 		{0.1,0.1,0.44,1}
#define COLOR_MINTCREAM 		{0.96,1,0.98,1}
#define COLOR_MISTYROSE 		{1,0.89,0.88,1}
#define COLOR_MOCCASIN 			{1,0.89,0.71,1}
#define COLOR_NAVAJOWHITE 		{1,0.87,0.68,1}
#define COLOR_NAVY 				{0,0,0.5,1}
#define COLOR_OLDLACE 			{0.99,0.96,0.9,1}
#define COLOR_OLIVE 			{0.5,0.5,0,1}
#define COLOR_OLIVEDRAB 		{0.42,0.56,0.14,1}
#define COLOR_ORANGE 			{1,0.65,0,1}
#define COLOR_ORANGERED 		{1,0.27,0,1}
#define COLOR_ORCHID 			{0.85,0.44,0.84,1}
#define COLOR_PALEGOLDENROD 	{0.93,0.91,0.67,1}
#define COLOR_PALEGREEN 		{0.6,0.98,0.6,1}
#define COLOR_PALETURQUOISE 	{0.69,0.93,0.93,1}
#define COLOR_PALEVIOLETRED 	{0.86,0.44,0.58,1}
#define COLOR_PAPAYAWHIP 		{1,0.94,0.84,1}
#define COLOR_PEACHPUFF 		{1,0.85,0.73,1}
#define COLOR_PERU 				{0.8,0.52,0.25,1}
#define COLOR_PINK 				{1,0.75,0.8,1}
#define COLOR_PLUM 				{0.87,0.63,0.87,1}
#define COLOR_POWDERBLUE 		{0.69,0.88,0.9,1}
#define COLOR_PURPLE 			{0.5,0,0.5,1}
#define COLOR_RED 				{1,0,0,1}
#define COLOR_ROSYBROWN 		{0.74,0.56,0.56,1}
#define COLOR_ROYALBLUE 		{0.25,0.41,0.88,1}
#define COLOR_SADDLEBROWN 		{0.55,0.27,0.07,1}
#define COLOR_SALMON 			{0.98,0.5,0.45,1}
#define COLOR_SANDYBROWN 		{0.96,0.64,0.38,1}
#define COLOR_SEAGREEN 			{0.18,0.55,0.34,1}
#define COLOR_SEASHELL 			{1,0.96,0.93,1}
#define COLOR_SIENNA 			{0.63,0.32,0.18,1}
#define COLOR_SILVER 			{0.75,0.75,0.75,1}
#define COLOR_SKYBLUE 			{0.53,0.81,0.92,1}
#define COLOR_SLATEBLUE 		{0.42,0.35,0.8,1}
#define COLOR_SLATEGRAY 		{0.44,0.5,0.56,1}
#define COLOR_SLATEGREY 		{0.44,0.5,0.56,1}
#define COLOR_SNOW 				{1,0.98,0.98,1}
#define COLOR_SPRINGGREEN 		{0,1,0.5,1}
#define COLOR_STEELBLUE 		{0.27,0.51,0.71,1}
#define COLOR_TAN 				{0.82,0.71,0.55,1}
#define COLOR_TEAL 				{0,0.5,0.5,1}
#define COLOR_THISTLE 			{0.85,0.75,0.85,1}
#define COLOR_TOMATO 			{1,0.39,0.28,1}
#define COLOR_TURQUOISE 		{0.25,0.88,0.82,1}
#define COLOR_VIOLET 			{0.93,0.51,0.93,1}
#define COLOR_WHEAT 			{0.96,0.87,0.7,1}
#define COLOR_WHITE 			{1,1,1,1}
#define COLOR_WHITESMOKE 		{0.96,0.96,0.96,1}
#define COLOR_YELLOW 			{1,1,0,1}
#define COLOR_YELLOWGREEN 		{0.6,0.8,0.2,1}


 
http://forums.bistudio.com/showthread.php?150642-HTML-color-defines-for-structured-text

Link to comment
Share on other sites

  • 0

Here's the colors

 

#define COLOR_ALICEBLUE 		{0.94,0.97,1,1}
#define COLOR_ANTIQUEWHITE 		{0.98,0.92,0.84,1}
#define COLOR_AQUA 				{0,1,1,1}
#define COLOR_AQUAMARINE 		{0.5,1,0.83,1}
#define COLOR_AZURE 			{0.94,1,1,1}
#define COLOR_BEIGE 			{0.96,0.96,0.86,1}
#define COLOR_BISQUE 			{1,0.89,0.77,1}
#define COLOR_BLACK 			{0,0,0,1}
#define COLOR_BLANCHEDALMOND 	{1,0.92,0.8,1}
#define COLOR_BLUE 				{0,0,1,1}
#define COLOR_BLUEVIOLET 		{0.54,0.17,0.89,1}
#define COLOR_BROWN 			{0.65,0.16,0.16,1}
#define COLOR_BURLYWOOD 		{0.87,0.72,0.53,1}
#define COLOR_CADETBLUE 		{0.37,0.62,0.63,1}
#define COLOR_CHARTREUSE 		{0.5,1,0,1}
#define COLOR_CHOCOLATE 		{0.82,0.41,0.12,1}
#define COLOR_CORAL 			{1,0.5,0.31,1}
#define COLOR_CORNFLOWERBLUE 	{0.39,0.58,0.93,1}
#define COLOR_CORNSILK 			{1,0.97,0.86,1}
#define COLOR_CRIMSON 			{0.86,0.08,0.24,1}
#define COLOR_CYAN 				{0,1,1,1}
#define COLOR_DARKBLUE 			{0,0,0.55,1}
#define COLOR_DARKCYAN 			{0,0.55,0.55,1}
#define COLOR_DARKGOLDENROD 	{0.72,0.53,0.04,1}
#define COLOR_DARKGRAY 			{0.66,0.66,0.66,1}
#define COLOR_DARKGREY 			{0.66,0.66,0.66,1}
#define COLOR_DARKGREEN 		{0,0.39,0,1}
#define COLOR_DARKKHAKI 		{0.74,0.72,0.42,1}
#define COLOR_DARKMAGENTA 		{0.55,0,0.55,1}
#define COLOR_DARKOLIVEGREEN 	{0.33,0.42,0.18,1}
#define COLOR_DARKORANGE 		{1,0.55,0,1}
#define COLOR_DARKORCHID 		{0.6,0.2,0.8,1}
#define COLOR_DARKRED 			{0.55,0,0,1}
#define COLOR_DARKSALMON 		{0.91,0.59,0.48,1}
#define COLOR_DARKSEAGREEN 		{0.56,0.74,0.56,1}
#define COLOR_DARKSLATEBLUE 	{0.28,0.24,0.55,1}
#define COLOR_DARKSLATEGRAY 	{0.18,0.31,0.31,1}
#define COLOR_DARKSLATEGREY 	{0.18,0.31,0.31,1}
#define COLOR_DARKTURQUOISE 	{0,0.81,0.82,1}
#define COLOR_DARKVIOLET 		{0.58,0,0.83,1}
#define COLOR_DEEPPINK 			{1,0.08,0.58,1}
#define COLOR_DEEPSKYBLUE 		{0,0.75,1,1}
#define COLOR_DIMGRAY 			{0.41,0.41,0.41,1}
#define COLOR_DIMGREY 			{0.41,0.41,0.41,1}
#define COLOR_DODGERBLUE 		{0.12,0.56,1,1}
#define COLOR_FIREBRICK 		{0.7,0.13,0.13,1}
#define COLOR_FLORALWHITE 		{1,0.98,0.94,1}
#define COLOR_FORESTGREEN 		{0.13,0.55,0.13,1}
#define COLOR_FUCHSIA 			{1,0,1,1}
#define COLOR_GAINSBORO 		{0.86,0.86,0.86,1}
#define COLOR_GHOSTWHITE 		{0.97,0.97,1,1}
#define COLOR_GOLD 				{1,0.84,0,1}
#define COLOR_GOLDENROD 		{0.85,0.65,0.13,1}
#define COLOR_GRAY 				{0.5,0.5,0.5,1}
#define COLOR_GREY 				{0.5,0.5,0.5,1}
#define COLOR_GREEN 			{0,0.5,0,1}
#define COLOR_GREENYELLOW 		{0.68,1,0.18,1}
#define COLOR_HONEYDEW 			{0.94,1,0.94,1}
#define COLOR_HOTPINK 			{1,0.41,0.71,1}
#define COLOR_INDIANRED 		{0.8,0.36,0.36,1}
#define COLOR_INDIGO 			{0.29,0,0.51,1}
#define COLOR_IVORY 			{1,1,0.94,1}
#define COLOR_KHAKI 			{0.94,0.9,0.55,1}
#define COLOR_LAVENDER 			{0.9,0.9,0.98,1}
#define COLOR_LAVENDERBLUSH 	{1,0.94,0.96,1}
#define COLOR_LAWNGREEN 		{0.49,0.99,0,1}
#define COLOR_LEMONCHIFFON 		{1,0.98,0.8,1}
#define COLOR_LIGHTBLUE 		{0.68,0.85,0.9,1}
#define COLOR_LIGHTCORAL 		{0.94,0.5,0.5,1}
#define COLOR_LIGHTCYAN 		{0.88,1,1,1}
#define COLOR_LIGHTGOLDENROD 	{0.98,0.98,0.82,1}
#define COLOR_LIGHTGRAY 		{0.83,0.83,0.83,1}
#define COLOR_LIGHTGREY 		{0.83,0.83,0.83,1}
#define COLOR_LIGHTGREEN 		{0.56,0.93,0.56,1}
#define COLOR_LIGHTPINK 		{1,0.71,0.76,1}
#define COLOR_LIGHTSALMON 		{1,0.63,0.48,1}
#define COLOR_LIGHTSEAGREEN 	{0.13,0.7,0.67,1}
#define COLOR_LIGHTSKYBLUE 		{0.53,0.81,0.98,1}
#define COLOR_LIGHTSLATEGRAY 	{0.47,0.53,0.6,1}
#define COLOR_LIGHTSLATEGREY 	{0.47,0.53,0.6,1}
#define COLOR_LIGHTSTEELBLUE 	{0.69,0.77,0.87,1}
#define COLOR_LIGHTYELLOW 		{1,1,0.88,1}
#define COLOR_LIME 				{0,1,0,1}
#define COLOR_LIMEGREEN 		{0.2,0.8,0.2,1}
#define COLOR_LINEN 			{0.98,0.94,0.9,1}
#define COLOR_MAGENTA 			{1,0,1,1}
#define COLOR_MAROON 			{0.5,0,0,1}
#define COLOR_MEDIUMAQUAMARINE 	{0.4,0.8,0.67,1}
#define COLOR_MEDIUMBLUE 		{0,0,0.8,1}
#define COLOR_MEDIUMORCHID 		{0.73,0.33,0.83,1}
#define COLOR_MEDIUMPURPLE 		{0.58,0.44,0.86,1}
#define COLOR_MEDIUMSEAGREEN 	{0.24,0.7,0.44,1}
#define COLOR_MEDIUMSLATEBLUE 	{0.48,0.41,0.93,1}
#define COLOR_MEDIUMSPRINGGREEN {0,0.98,0.6,1}
#define COLOR_MEDIUMTURQUOISE 	{0.28,0.82,0.8,1}
#define COLOR_MEDIUMVIOLETRED 	{0.78,0.08,0.52,1}
#define COLOR_MIDNIGHTBLUE 		{0.1,0.1,0.44,1}
#define COLOR_MINTCREAM 		{0.96,1,0.98,1}
#define COLOR_MISTYROSE 		{1,0.89,0.88,1}
#define COLOR_MOCCASIN 			{1,0.89,0.71,1}
#define COLOR_NAVAJOWHITE 		{1,0.87,0.68,1}
#define COLOR_NAVY 				{0,0,0.5,1}
#define COLOR_OLDLACE 			{0.99,0.96,0.9,1}
#define COLOR_OLIVE 			{0.5,0.5,0,1}
#define COLOR_OLIVEDRAB 		{0.42,0.56,0.14,1}
#define COLOR_ORANGE 			{1,0.65,0,1}
#define COLOR_ORANGERED 		{1,0.27,0,1}
#define COLOR_ORCHID 			{0.85,0.44,0.84,1}
#define COLOR_PALEGOLDENROD 	{0.93,0.91,0.67,1}
#define COLOR_PALEGREEN 		{0.6,0.98,0.6,1}
#define COLOR_PALETURQUOISE 	{0.69,0.93,0.93,1}
#define COLOR_PALEVIOLETRED 	{0.86,0.44,0.58,1}
#define COLOR_PAPAYAWHIP 		{1,0.94,0.84,1}
#define COLOR_PEACHPUFF 		{1,0.85,0.73,1}
#define COLOR_PERU 				{0.8,0.52,0.25,1}
#define COLOR_PINK 				{1,0.75,0.8,1}
#define COLOR_PLUM 				{0.87,0.63,0.87,1}
#define COLOR_POWDERBLUE 		{0.69,0.88,0.9,1}
#define COLOR_PURPLE 			{0.5,0,0.5,1}
#define COLOR_RED 				{1,0,0,1}
#define COLOR_ROSYBROWN 		{0.74,0.56,0.56,1}
#define COLOR_ROYALBLUE 		{0.25,0.41,0.88,1}
#define COLOR_SADDLEBROWN 		{0.55,0.27,0.07,1}
#define COLOR_SALMON 			{0.98,0.5,0.45,1}
#define COLOR_SANDYBROWN 		{0.96,0.64,0.38,1}
#define COLOR_SEAGREEN 			{0.18,0.55,0.34,1}
#define COLOR_SEASHELL 			{1,0.96,0.93,1}
#define COLOR_SIENNA 			{0.63,0.32,0.18,1}
#define COLOR_SILVER 			{0.75,0.75,0.75,1}
#define COLOR_SKYBLUE 			{0.53,0.81,0.92,1}
#define COLOR_SLATEBLUE 		{0.42,0.35,0.8,1}
#define COLOR_SLATEGRAY 		{0.44,0.5,0.56,1}
#define COLOR_SLATEGREY 		{0.44,0.5,0.56,1}
#define COLOR_SNOW 				{1,0.98,0.98,1}
#define COLOR_SPRINGGREEN 		{0,1,0.5,1}
#define COLOR_STEELBLUE 		{0.27,0.51,0.71,1}
#define COLOR_TAN 				{0.82,0.71,0.55,1}
#define COLOR_TEAL 				{0,0.5,0.5,1}
#define COLOR_THISTLE 			{0.85,0.75,0.85,1}
#define COLOR_TOMATO 			{1,0.39,0.28,1}
#define COLOR_TURQUOISE 		{0.25,0.88,0.82,1}
#define COLOR_VIOLET 			{0.93,0.51,0.93,1}
#define COLOR_WHEAT 			{0.96,0.87,0.7,1}
#define COLOR_WHITE 			{1,1,1,1}
#define COLOR_WHITESMOKE 		{0.96,0.96,0.96,1}
#define COLOR_YELLOW 			{1,1,0,1}
#define COLOR_YELLOWGREEN 		{0.6,0.8,0.2,1}

 

http://forums.bistudio.com/showthread.php?150642-HTML-color-defines-for-structured-text

 

Wow Thank you MGT :D

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...