Advertisement
GohoCraft

Darkrp F4 menu colors

Jun 19th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.27 KB | None | 0 0
  1. //----------------------------------------------//
  2. //                                              //
  3. //  Some Ideal Bar Colors  //-------------------//
  4. //                                              //
  5. //      Red         - Color( 127, 140, 141 )    //
  6. //      Green       - Color( 39, 174, 96        //
  7. //      Purple      - Color( 142, 68, 173 ))    //
  8. //      Blue        - Color( 41, 128, 185 )     //
  9. //                                              //
  10. //----------------------------------------------//
  11. //                                              //
  12. //  Some Ideal Background Colors  //------------//
  13. //                                              //
  14. //      Concrete    - Color( 149, 165, 166 )    //
  15. //      Asbestos    - Color( 127, 140, 141 )    //
  16. //                                              //
  17. //----------------------------------------------//
  18.  
  19. //  Editable Colors  //-------------------------//
  20.  
  21.     Config.Colors.MainBackground            = Color( 149, 165, 166 )
  22.     Config.Colors.BarColor                  = Color( 153, 0, 0 )
  23.     Config.Colors.Shadow                    = Color( 0, 0, 0, 50 )
  24.     Config.Colors.SideButtonColor           = Color( 153, 0, 0 )
  25.     Config.Colors.SideButtonSelectedColor   = Color( 255, 255, 255 )
  26.    
  27. //----------------------------------------------//
  28.  
  29.    
  30. //  Editable Links  //--------------------------//
  31.    
  32.     -- Replace with your own link. --
  33.     Config.ForumLink                = "http://eliteroleplay.biz/index.php"
  34.     Config.DonationLink             = " http://eliteroleplay.biz/donate/index.php?page=games"
  35.  
  36. //----------------------------------------------//
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement