Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* ─────────────────────────────────────────────────────────────
  2. Color Part - < BLUE LINE THEME >
  3. ───────────────────────────────────────────────────────────── */
  4. RXPartySys.Color = {}
  5.  
  6. -- Player Ring ( on foot )
  7. RXPartySys.Color.Ring = Color(0,128,128,128)
  8. RXPartySys.Color.RingMaster = Color(0,255,255,255)
  9.  
  10. -- Every Buttons
  11. RXPartySys.Color.EB = {}
  12. RXPartySys.Color.EB.Boarder = Color(0,128,128,128)
  13. RXPartySys.Color.EB.Text = Color(0,128,128,128)
  14. RXPartySys.Color.EB.FX = Color(0,128,128,128)
  15.  
  16. -- Request Panel
  17. RXPartySys.Color.RP = {}
  18. RXPartySys.Color.RP.Boarder = Color(0,128,128,128)
  19. RXPartySys.Color.RP.MainBG = Color(0,128,128,128)
  20. RXPartySys.Color.RP.TitleBG = Color(0,120,255,20)
  21. RXPartySys.Color.RP.TitleText = Color(0,255,255,200)
  22. RXPartySys.Color.RP.Messages = Color(0,255,255,200)
  23. RXPartySys.Color.RP.RemoveTimeMessage = Color(0,255,255,200)
  24.  
  25.  
  26. -- Main Party GUI
  27. RXPartySys.Color.M = {}
  28. RXPartySys.Color.M.BG = Color(0,128,128,128)
  29. RXPartySys.Color.M.Boarder = Color(0,128,128,128)
  30. RXPartySys.Color.M.TopBar = Color(30,128,128,128)
  31. RXPartySys.Color.M.TopText = Color(0,125,255,255)
  32. RXPartySys.Color.M.ButtomBar = Color(30,128,128,128)
  33.  
  34. RXPartySys.Color.M.InfoBoxBoarder = Color(0,128,128,128)
  35. RXPartySys.Color.M.InfoBoxInner = Color(0,128,128,128)
  36.  
  37.  
  38. -- Party Info Editing
  39. RXPartySys.Color.IE = {}
  40. RXPartySys.Color.IE.TopBG = Color(0,80,255,50)
  41. RXPartySys.Color.IE.TopText = Color(0,255,255,255)
  42. RXPartySys.Color.IE.Texts = Color(0,128,128,128)
  43.  
  44. RXPartySys.Color.IE.TextEntryLines = Color(0,255,255,255)
  45. RXPartySys.Color.IE.TextEntryText = Color(0,255,255,255)
  46.  
  47.  
  48. -- Party List
  49. RXPartySys.Color.M.PL = {}
  50.  
  51. -- Title
  52. RXPartySys.Color.M.PL.TopBGBoarder = Color(0,128,128,128)
  53. RXPartySys.Color.M.PL.TopBG = Color(0,128,128,128)
  54. RXPartySys.Color.M.PL.TopBGText = Color(0,128,128,128)
  55.  
  56. -- Items
  57. RXPartySys.Color.M.PL.ItemBGBoarder = Color(0,128,128,128)
  58. RXPartySys.Color.M.PL.ItemBG = Color(0,128,128,128)
  59. RXPartySys.Color.M.PL.ItemBGHoverFX = Color(0,128,128,128)
  60. RXPartySys.Color.M.PL.TEXT_Title = Color(0,128,128,128)
  61. RXPartySys.Color.M.PL.TEXT_Players = Color(0,255,255,150)
  62.  
  63. -- Party Info
  64. RXPartySys.Color.M.PI = {}
  65.  
  66. -- Title
  67. RXPartySys.Color.M.PI.TopBG = Color(0,128,128,128)
  68. RXPartySys.Color.M.PI.TEXT_TopBGTitle = Color(0,255,255,255)
  69. RXPartySys.Color.M.PI.TEXT_TopBGPlayers = Color(0,150,255,120)
  70. RXPartySys.Color.M.PI.TEXT_TopBGMaster = Color(0,128,128,128)
  71.  
  72. -- Setting Buttons
  73. RXPartySys.Color.M.PI.SettingBG = Color(0,128,128,128)
  74. RXPartySys.Color.M.PI.SettingFX = Color(0,0,50,255)
  75. RXPartySys.Color.M.PI.SettingText = Color(0,255,255,255)
  76.  
  77. -- Players Button
  78. RXPartySys.Color.M.PI.PlayersBG = Color(0,128,128,128)
  79. RXPartySys.Color.M.PI.PlayersName = Color(0,128,128,128)
  80. RXPartySys.Color.M.PI.PlayersNameMaster = Color(0,255,255,255)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement