CSXMPAK

MIDNIGHT GTA UI GREY LUA

Oct 29th, 2021
2,582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.79 KB | None | 0 0
  1. function OnInit()
  2.  
  3.     menu.restore_styles()
  4.     menu.set_color(menu_color.FrameBg, 68, 68, 70)
  5.     menu.set_color(menu_color.FrameBgActive, 51, 51, 54)
  6.     menu.set_color(menu_color.Text, 230, 230 ,230)
  7.     menu.set_color(menu_color.WindowBg, 34,34,38)
  8.     menu.set_color(menu_color.ChildBg, 51,51,54)
  9.     menu.set_color(menu_color.TextSelectedBg, 255, 15, 60)
  10.     menu.set_color(menu_color.SliderGrab, 34,34,38)
  11.     menu.set_color(menu_color.ScrollbarGrab, 51, 51, 54)
  12.     menu.set_color(menu_color.SliderGrabActive, 34,34,38)
  13.     menu.set_color(menu_color.Button, 34,34,38)
  14.     menu.set_color(menu_color.ButtonHovered, 119, 119, 119)
  15.     menu.set_color(menu_color.ButtonActive, 119, 119, 119)
  16.     menu.set_color(menu_color.HeaderHovered, 119, 119, 119)
  17.     menu.set_color(menu_color.Header, 51, 51, 54)
  18.     menu.set_color(menu_color.HeaderActive, 34,34,38)
  19.     menu.set_color(menu_color.PlotLines, 235, 235 ,235)
  20.     menu.set_color(menu_color.CheckMark, 236,190,112)
  21.     menu.set_widget_color(menu_widget_color.Text, 255, 255, 255)
  22.     menu.set_widget_color(menu_widget_color.Icons, 235, 235 ,235)
  23.     menu.set_widget_color(menu_widget_color.PopupBg, 34,34,38)
  24.     menu.set_widget_color(menu_widget_color.NotifyDefault, 119, 119, 119)
  25.     menu.set_widget_color(menu_widget_color.NotifyRect, 34,34,38)
  26.     menu.set_widget_color(menu_widget_color.NotifyRectLine, 119, 119, 119)
  27.     menu.set_widget_color(menu_widget_color.NotifyIcon, 255, 255, 255)
  28.     menu.set_widget_color(menu_widget_color.NotifyText, 255, 255, 255)
  29.     menu.set_widget_color(menu_widget_color.NotifyTextShadow, 119, 119, 119)
  30.     menu.set_widget_color(menu_widget_color.NotifyImportant, 150, 20, 150)
  31.     menu.set_widget_color(menu_widget_color.NotifyFatal, 150, 20, 150)
  32. end
  33.  
  34. function OnDone()
  35. menu.restore_styles()
  36. end
Advertisement
Add Comment
Please, Sign In to add comment