Advertisement
Guest User

color.inc

a guest
Jul 30th, 2016
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. /*--------------------------------------------------
  2. Script Name: Colors.inc
  3. Created for: Samp Forum
  4. Edit by: Oxside
  5. --------------------------------------------------*/
  6. // (FF)TeddyBear
  7. #define COLOR_TEDDY "{8A946B}"
  8.  
  9. // System Defined Colors
  10. #define COLOR_ACTIVEBORDER "{B4B4B4}"
  11. #define COLOR_ACTIVECAPTION "{99B4D1}"
  12. #define COLOR_ACTIVECAPTIONTEXT "{000000}"
  13. #define COLOR_ALICEBLUE "{F0F8FF}"
  14. #define COLOR_ANTIQUEWHITE "{FAEBD7}"
  15. #define COLOR_APPWORKSPACE "{ABABAB}"
  16. #define COLOR_AQUA "{00FFFF}"
  17. #define COLOR_AQUAMARINE "{7FFFD4}"
  18. #define COLOR_AZURE "{F0FFFF}"
  19. #define COLOR_BEIGE "{F5F5DC}"
  20. #define COLOR_BISQUE "{FFE4C4}"
  21. #define COLOR_BLACK "{000000}"
  22. #define COLOR_BLANCHEDALMOND "{FFEBCD}"
  23. #define COLOR_BLUE "{0000FF}"
  24. #define COLOR_BLUEVIOLET "{8A2BE2}"
  25. #define COLOR_BROWN "{A52A2A}"
  26. #define COLOR_BURLYWOOD "{DEB887}"
  27. #define COLOR_BUTTONFACE "{F0F0F0}"
  28. #define COLOR_BUTTONHIGHLIGHT "{FFFFFF}"
  29. #define COLOR_BUTTONSHADOW "{A0A0A0}"
  30. #define COLOR_CADETBLUE "{5F9EA0}"
  31. #define COLOR_CHARTREUSE "{7FFF00}"
  32. #define COLOR_CHOCOLATE "{D2691E}"
  33. #define COLOR_CONTROL "{F0F0F0}"
  34. #define COLOR_CONTROLDARK "{A0A0A0}"
  35. #define COLOR_CONTROLDARKDARK "{696969}"
  36. #define COLOR_CONTROLLIGHT "{E3E3E3}"
  37. #define COLOR_CONTROLLIGHTLIGHT "{FFFFFF}"
  38. #define COLOR_CONTROLTEXT "{000000}"
  39. #define COLOR_CORAL "{FF7F50}"
  40. #define COLOR_CORNFLOWERBLUE "{6495ED}"
  41. #define COLOR_CORNSILK "{FFF8DC}"
  42. #define COLOR_CRIMSON "{DC143C}"
  43. #define COLOR_CYAN "{00FFFF}"
  44. #define COLOR_DARKBLUE "{00008B}"
  45. #define COLOR_DARKCYAN "{008B8B}"
  46. #define COLOR_DARKGOLDENROD "{B8860B}"
  47. #define COLOR_DARKGRAY "{A9A9A9}"
  48. #define COLOR_DARKGREEN "{006400}"
  49. #define COLOR_DARKKHAKI "{BDB76B}"
  50. #define COLOR_DARKMAGENTA "{8B008B}"
  51. #define COLOR_DARKOLIVEGREEN "{556B2F}"
  52. #define COLOR_DARKORANGE "{FF8C00}"
  53. #define COLOR_DARKORCHID "{9932CC}"
  54. #define COLOR_DARKRED "{8B0000}"
  55. #define COLOR_DARKSALMON "{E9967A}"
  56. #define COLOR_DARKSEAGREEN "{8FBC8B}"
  57. #define COLOR_DARKSLATEBLUE "{483D8B}"
  58. #define COLOR_DARKSLATEGRAY "{2F4F4F}"
  59. #define COLOR_DARKTURQUOISE "{00CED1}"
  60. #define COLOR_DARKVIOLET "{9400D3}"
  61. #define COLOR_DEEPPINK "{FF1493}"
  62. #define COLOR_DEEPSKYBLUE "{00BFFF}"
  63. #define COLOR_DESKTOP "{000000}"
  64. #define COLOR_DIMGRAY "{696969}"
  65. #define COLOR_DODGERBLUE "{1E90FF}"
  66. #define COLOR_FIREBRICK "{B22222}"
  67. #define COLOR_FLORALWHITE "{FFFAF0}"
  68. #define COLOR_FORESTGREEN "{228B22}"
  69. #define COLOR_FUCHSIA "{FF00FF}"
  70. #define COLOR_GAINSBORO "{DCDCDC}"
  71. #define COLOR_GHOSTWHITE "{F8F8FF}"
  72. #define COLOR_GOLD "{FFD700}"
  73. #define COLOR_GOLDENROD "{DAA520}"
  74. #define COLOR_GRADIENTACTIVECAPTION "{B9D1EA}"
  75. #define COLOR_GRADIENTINACTIVECAPTION "{D7E4F2}"
  76. #define COLOR_GRAY "{808080}"
  77. #define COLOR_GRAYTEXT "{808080}"
  78. #define COLOR_GREEN "{008000}"
  79. #define COLOR_GREENYELLOW "{ADFF2F}"
  80. #define COLOR_HIGHLIGHT "{3399FF}"
  81. #define COLOR_HIGHLIGHTTEXT "{FFFFFF}"
  82. #define COLOR_HONEYDEW "{F0FFF0}"
  83. #define COLOR_HOTPINK "{FF69B4}"
  84. #define COLOR_HOTTRACK "{0066CC}"
  85. #define COLOR_INACTIVEBORDER "{F4F7FC}"
  86. #define COLOR_INACTIVECAPTION "{BFCDDB}"
  87. #define COLOR_INACTIVECAPTIONTEXT "{434E54}"
  88. #define COLOR_INDIANRED "{CD5C5C}"
  89. #define COLOR_INDIGO "{4B0082}"
  90. #define COLOR_INFO "{FFFFE1}"
  91. #define COLOR_INFOTEXT "{000000}"
  92. #define COLOR_IVORY "{FFFFF0}"
  93. #define COLOR_KHAKI "{F0E68C}"
  94. #define COLOR_LAVENDER "{E6E6FA}"
  95. #define COLOR_LAVENDERBLUSH "{FFF0F5}"
  96. #define COLOR_LAWNGREEN "{7CFC00}"
  97. #define COLOR_LEMONCHIFFON "{FFFACD}"
  98. #define COLOR_LIGHTBLUE "{ADD8E6}"
  99. #define COLOR_LIGHTCORAL "{F08080}"
  100. #define COLOR_LIGHTCYAN "{E0FFFF}"
  101. #define COLOR_LIGHTGOLDENRODYELLOW "{FAFAD2}"
  102. #define COLOR_LIGHTGRAY "{D3D3D3}"
  103. #define COLOR_LIGHTGREEN "{90EE90}"
  104. #define COLOR_LIGHTPINK "{FFB6C1}"
  105. #define COLOR_LIGHTSALMON "{FFA07A}"
  106. #define COLOR_LIGHTSEAGREEN "{20B2AA}"
  107. #define COLOR_LIGHTSKYBLUE "{87CEFA}"
  108. #define COLOR_LIGHTSLATEGRAY "{778899}"
  109. #define COLOR_LIGHTSTEELBLUE "{B0C4DE}"
  110. #define COLOR_LIGHTYELLOW "{FFFFE0}"
  111. #define COLOR_LIME "{00FF00}"
  112. #define COLOR_LIMEGREEN "{32CD32}"
  113. #define COLOR_LINEN "{FAF0E6}"
  114. #define COLOR_MAGENTA "{FF00FF}"
  115. #define COLOR_MAROON "{800000}"
  116. #define COLOR_MEDIUMAQUAMARINE "{66CDAA}"
  117. #define COLOR_MEDIUMBLUE "{0000CD}"
  118. #define COLOR_MEDIUMORCHID "{BA55D3}"
  119. #define COLOR_MEDIUMPURPLE "{9370DB}"
  120. #define COLOR_MEDIUMSEAGREEN "{3CB371}"
  121. #define COLOR_MEDIUMSLATEBLUE "{7B68EE}"
  122. #define COLOR_MEDIUMSPRINGGREEN "{00FA9A}"
  123. #define COLOR_MEDIUMTURQUOISE "{48D1CC}"
  124. #define COLOR_MEDIUMVIOLETRED "{C71585}"
  125. #define COLOR_MENU "{F0F0F0}"
  126. #define COLOR_MENUBAR "{F0F0F0}"
  127. #define COLOR_MENUHIGHLIGHT "{3399FF}"
  128. #define COLOR_MENUTEXT "{000000}"
  129. #define COLOR_MIDNIGHTBLUE "{191970}"
  130. #define COLOR_MINTCREAM "{F5FFFA}"
  131. #define COLOR_MISTYROSE "{FFE4E1}"
  132. #define COLOR_MOCCASIN "{FFE4B5}"
  133. #define COLOR_NAVAJOWHITE "{FFDEAD}"
  134. #define COLOR_NAVY "{000080}"
  135. #define COLOR_OLDLACE "{FDF5E6}"
  136. #define COLOR_OLIVE "{808000}"
  137. #define COLOR_OLIVEDRAB "{6B8E23}"
  138. #define COLOR_ORANGE "{FFA500}"
  139. #define COLOR_ORANGERED "{FF4500}"
  140. #define COLOR_ORCHID "{DA70D6}"
  141. #define COLOR_PALEGOLDENROD "{EEE8AA}"
  142. #define COLOR_PALEGREEN "{98FB98}"
  143. #define COLOR_PALETURQUOISE "{AFEEEE}"
  144. #define COLOR_PALEVIOLETRED "{DB7093}"
  145. #define COLOR_PAPAYAWHIP "{FFEFD5}"
  146. #define COLOR_PEACHPUFF "{FFDAB9}"
  147. #define COLOR_PERU "{CD853F}"
  148. #define COLOR_PINK "{FFC0CB}"
  149. #define COLOR_PLUM "{DDA0DD}"
  150. #define COLOR_POWDERBLUE "{B0E0E6}"
  151. #define COLOR_PURPLE "{800080}"
  152. #define COLOR_RED "{FF0000}"
  153. #define COLOR_ROSYBROWN "{BC8F8F}"
  154. #define COLOR_ROYALBLUE "{4169E1}"
  155. #define COLOR_SADDLEBROWN "{8B4513}"
  156. #define COLOR_SALMON "{FA8072}"
  157. #define COLOR_SANDYBROWN "{F4A460}"
  158. #define COLOR_SCROLLBAR "{C8C8C8}"
  159. #define COLOR_SEAGREEN "{2E8B57}"
  160. #define COLOR_SEASHELL "{FFF5EE}"
  161. #define COLOR_SIENNA "{A0522D}"
  162. #define COLOR_SILVER "{C0C0C0}"
  163. #define COLOR_SKYBLUE "{87CEEB}"
  164. #define COLOR_SLATEBLUE "{6A5ACD}"
  165. #define COLOR_SLATEGRAY "{708090}"
  166. #define COLOR_SNOW "{FFFAFA}"
  167. #define COLOR_SPRINGGREEN "{00FF7F}"
  168. #define COLOR_STEELBLUE "{4682B4}"
  169. #define COLOR_TAN "{D2B48C}"
  170. #define COLOR_TEAL "{008080}"
  171. #define COLOR_THISTLE "{D8BFD8}"
  172. #define COLOR_TOMATO "{FF6347}"
  173. #define COLOR_WHITE "{FFFFFF}"
  174. #define COLOR_TURQUOISE "{40E0D0}"
  175. #define COLOR_VIOLET "{EE82EE}"
  176. #define COLOR_WHEAT "{F5DEB3}"
  177. #define COLOR_WHITE "{FFFFFF}"
  178. #define COLOR_WHITESMOKE "{F5F5F5}"
  179. #define COLOR_WINDOW "{FFFFFF}"
  180. #define COLOR_WINDOWFRAME "{646464}"
  181. #define COLOR_WINDOWTEXT "{000000}"
  182. #define COLOR_YELLOW "{FFFF00}"
  183. #define COLOR_YELLOWGREEN "{9ACD32}"
  184. #define COLOR_ANOTHER "{A9C4E4}"
  185. #define COLOR_TITLE "{FFF5EE}"
  186. #define COL_WHITE "{FFFFFF}"
  187. #define COL_BLACK "{0E0101}"
  188. #define COL_GREY "{C3C3C3}"
  189. #define COL_GREEN "{6EF83C}"
  190. #define COL_RED "{F81414}"
  191. #define COL_YELLOW "{F3FF02}"
  192. #define COL_ORANGE "{FFAF00}"
  193. #define COL_LIME "{B7FF00}"
  194. #define COL_CYAN "{00FFEE}"
  195. #define COL_BLUE "{0049FF}"
  196. #define COL_MAGENTA "{F300FF}"
  197. #define COL_VIOLET "{B700FF}"
  198. #define COL_PINK "{FF00EA}"
  199. #define COL_MARONE "{A90202}"
  200.  
  201. #define COLOR_ADMINONDUTY 0x7CFC00FF
  202. #define COLOR_CIVIL_WHITE 0xFFFFFFFF
  203. #define COLOR_POLICE 0x3E7EFFFF
  204. #define COLOR_ARMY 0x8F48F5FF
  205. #define COLOR_CIA 0x2F205BFF
  206. #define COLOR_FBI 0x1C3EFFFF
  207. #define COLOR_CIVIL_YELLOW 0xFFEC41FF
  208. #define COLOR_CIVIL_ORANGE 0xDF802DFF
  209. #define COLOR_CIVIL_RED 0xD92C3CFF
  210. #define COLOR_MEDIC 0xF78181FF
  211. #define COLOR_SECRET_SERVICE 0x00205B00
  212.  
  213. #define CHAT_YELLOW "{FFFF00}"
  214. #define CHAT_WHITE "{FFFFFF}"
  215. #define CHAT_INFO "{5F9EA0}"
  216. #define CHAT_SERVER "{808080}"
  217. #define CHAT_COMMAND "{FFA500}"
  218. #define CHAT_RED "{FF0000}"
  219. #define CHAT_CYAN "{00FFFF}"
  220. #define CHAT_ADMIN "{00FF00}"
  221. #define CHAT_BAWS "{00FF7F}"
  222. #define CHAT_GANG "{6495ED}"
  223. #define CHAT_ADD "{A9C4E4}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement