Advertisement
GlorifiedPig

Untitled

Mar 19th, 2021
1,047
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.19 KB | None | 0 0
  1.  
  2. GlorifiedLeveling.Themes.Register( "Default", GlorifiedLeveling.i18n.GetPhrase( "glDarkTheme" ), {
  3.     Colors = {
  4.         xpBarBackgroundDrawColor = Color( 31, 31, 31, 230 ),
  5.         xpBarXPDrawColor = Color( 233, 5, 60 ),
  6.         xpBarTextDrawColor = Color( 255, 255, 255 ),
  7.         xpBarMultiplierDrawColor = Color( 249, 166, 2 ),
  8.         xpBarMultiplierDrawColorDarker = Color( 222, 142, 0 ),
  9.         xpBarMultiplierTextDrawColor = Color( 255, 255, 255 ),
  10.  
  11.         adminMenuBackgroundCol = Color( 50, 50, 50 ),
  12.         adminMenuConfirmationBackgroundCol = Color( 65, 65, 65 ),
  13.         adminMenuConfirmationTopBackgroundCol = Color( 38, 38, 38 ),
  14.         adminMenuNavbarBackgroundCol = Color( 38, 38, 38 ),
  15.         adminMenuNavbarItemCol = Color( 255, 255, 255 ),
  16.         adminMenuNavbarSelectedItemCol = Color( 32, 133, 175 ),
  17.         adminMenuNavbarLockdownCol = Color( 205, 57, 57 ),
  18.         adminMenuCloseButtonCol = Color( 201, 60, 63 ),
  19.         adminMenuCloseButtonHoverCol = Color( 134, 35, 37 ),
  20.  
  21.         scrollBarCol = Color( 105, 105, 105 ),
  22.         scrollBarHoverCol = Color( 85, 85, 85 ),
  23.  
  24.         playerTopBarColor = Color( 255, 255, 255 ),
  25.         playerBackgroundCol = Color( 33, 33, 33 ),
  26.         playerInfoTextCol = Color( 255, 255, 255 ),
  27.         playerNameTextCol = Color( 255, 255, 255 ),
  28.         playerSteamIDTextCol = Color( 160, 160, 160 ),
  29.  
  30.         playersMenuSetButtonBackgroundCol = Color( 26, 134, 177 ),
  31.         playersMenuSetButtonBackgroundHoverCol = Color( 31, 168, 223 ),
  32.         playersMenuResetButtonBackgroundCol = Color( 205, 57, 57 ),
  33.         playersMenuResetButtonBackgroundHoverCol = Color( 158, 41, 41 ),
  34.         playersMenuAddButtonBackgroundCol = Color( 74, 74, 74 ),
  35.         playersMenuAddButtonBackgroundHoverCol = Color( 50, 50, 50 ),
  36.         playersMenuButtonTextCol = Color( 255, 255, 255 ),
  37.  
  38.         setLevelButtonBackgroundCol = Color( 87, 168, 50 ),
  39.         setLevelButtonBackgroundHoverCol = Color( 62, 123, 32 ),
  40.         setLevelButtonTextCol = Color( 255, 255, 255 ),
  41.         setLevelEntryTextCol = Color( 74, 74, 74 ),
  42.         setLevelEntryBackgroundCol = Color( 255, 255, 255 ),
  43.  
  44.         resetLevelYesButtonBackgroundCol = Color( 87, 168, 50 ),
  45.         resetLevelYesButtonBackgroundHoverCol = Color( 62, 123, 32 ),
  46.         resetLevelNoButtonBackgroundCol = Color( 205, 57, 57 ),
  47.         resetLevelNoButtonBackgroundHoverCol = Color( 158, 41, 41 ),
  48.  
  49.         perkMenuBackgroundColor = Color( 51, 51, 51 ),
  50.         perkMenuTitleBarBackgroundColor = Color( 34, 34, 34 ),
  51.         perkMenuCloseButtonBackgroundColor = Color( 201, 60, 63 ),
  52.         perkMenuCloseButtonHoverColor = Color( 134, 35, 37 ),
  53.         perkMenuFreePointsColor = Color( 0, 200, 0 ),
  54.         perkMenuNoFreePointsColor = Color( 255, 0, 0 ),
  55.         perkMenuEntryBackgroundColor = Color( 73, 73, 73 ),
  56.         perkMenuEntryPerkName = Color( 255, 255, 255 ),
  57.         perkMenuEntryPerkDescription = Color( 155, 155, 155 ),
  58.         perkMenuEntrySliderBackgroundColor = Color( 51, 51, 51 ),
  59.         perkMenuEntrySliderProgressedColor = Color( 89, 175, 63 ),
  60.         perkMenuEntrySliderLiningColor = Color( 0, 0, 0, 100 ),
  61.         perkMenuEntrySliderTexts = Color( 255, 255, 255 ),
  62.         perkMenuEntryAddButtonColor = Color( 0, 200, 0 ),
  63.         perkMenuEntryAddButtonColorHovered = Color( 0, 155, 0 ),
  64.         perkMenuEntryRemoveButtonColor = Color( 255, 0, 0 ),
  65.         perkMenuEntryRemoveButtonColorHovered = Color( 200, 0, 0 ),
  66.  
  67.         leaderboardBackgroundColor = Color( 51, 51, 51 ),
  68.         leaderboardTitleBarBackgroundColor = Color( 34, 34, 34 ),
  69.         leaderboardCloseButtonBackgroundColor = Color( 201, 60, 63 ),
  70.         leaderboardCloseButtonHoverColor = Color( 134, 35, 37 ),
  71.         leaderboardLeaderListBackgroundColor = Color( 73, 73, 73 ),
  72.         leaderboardLeaderListTopBarColor = Color( 34, 34, 34 ),
  73.         leaderboardLeaderListTitlesColor = Color( 255, 255, 255 ),
  74.         leaderboardLeaderListEntryBackgroundColor = Color( 51, 51, 51 ),
  75.         leaderboardLeaderListEntryGeneralPositionColor = Color( 145, 145, 145 ),
  76.         leaderboardLeaderListEntryFirstPositionColor = Color( 255, 223, 0 ),
  77.         leaderboardLeaderListEntrySecondPositionColor = Color( 219, 228, 235 ),
  78.         leaderboardLeaderListEntryThirdPositionColor = Color( 224, 139, 55 ),
  79.         leaderboardLeaderListEntryTextColor = Color( 255, 255, 255 ),
  80.         leaderboardLeaderListEntrySecondaryBackgroundColor = Color( 68, 145, 45 ),
  81.     },
  82.     Fonts = {
  83.         ["HUD.Level"] = {
  84.             font = "Roboto",
  85.             size = 24,
  86.             weight = 0,
  87.             antialias = true
  88.         },
  89.         ["HUD.Experience"] = {
  90.             font = "Roboto",
  91.             size = 18,
  92.             weight = 0,
  93.             antialias = true
  94.         },
  95.         ["HUD.Multiplier"] = {
  96.             font = "Roboto",
  97.             size = 18,
  98.             weight = 0,
  99.             antialias = true
  100.         },
  101.         ["HUD.LevelUp"] = {
  102.             font = "Roboto",
  103.             size = 24,
  104.             bold = true,
  105.             antialias = true
  106.         },
  107.         ["AdminMenu.NavbarItem"] = {
  108.             font = "Montserrat",
  109.             size = function() return ScrW() * 0.014 end,
  110.             weight = 500,
  111.             antialias = true
  112.         },
  113.         ["AdminMenu.PlayersOnline"] = {
  114.             font = "Montserrat",
  115.             size = function() return ScrH() * 0.021 end,
  116.             weight = 500,
  117.             antialias = true
  118.         },
  119.         ["AdminMenu.PlayerInfo"] = {
  120.             font = "Montserrat",
  121.             size = function() return ScrH() * 0.0175 end,
  122.             weight = 500,
  123.             antialias = true
  124.         },
  125.         ["AdminMenu.PlayerLevel"] = {
  126.             font = "Montserrat",
  127.             size = function() return ScrH() * 0.024 end,
  128.             weight = 500,
  129.             antialias = true
  130.         },
  131.         ["AdminMenu.PlayerSetLevel"] = {
  132.             font = "Montserrat",
  133.             size = function() return ScrH() * 0.017 end,
  134.             weight = 500,
  135.             antialias = true
  136.         },
  137.         ["AdminMenu.SetLevelTitle"] = {
  138.             font = "Montserrat",
  139.             size = function() return ScrH() * 0.028 end,
  140.             weight = 500,
  141.             antialias = true
  142.         },
  143.         ["AdminMenu.SetLevelDescription"] = {
  144.             font = "Montserrat",
  145.             size = function() return ScrH() * 0.024 end,
  146.             weight = 500,
  147.             antialias = true
  148.         },
  149.         ["AdminMenu.SetLevelEntry"] = {
  150.             font = "Montserrat",
  151.             size = function() return ScrH() * 0.022 end,
  152.             weight = 500,
  153.             antialias = true
  154.         },
  155.         ["AdminMenu.SetLevelButton"] = {
  156.             font = "Montserrat",
  157.             size = function() return ScrH() * 0.03 end,
  158.             weight = 500,
  159.             antialias = true
  160.         },
  161.         ["PerkMenu.TitleBar"] = {
  162.             font = "Roboto",
  163.             size = function() return ScrW() * 0.015 end,
  164.             weight = 500,
  165.             antialias = true
  166.         },
  167.         ["Leaderboard.TitleBar"] = {
  168.             font = "Roboto",
  169.             size = function() return ScrW() * 0.015 end,
  170.             weight = 500,
  171.             antialias = true
  172.         },
  173.         ["Leaderboard.LeaderboardTitleBar"] = {
  174.             font = "Roboto",
  175.             size = function() return ScrW() * 0.012 end,
  176.             weight = 500,
  177.             antialias = true
  178.         },
  179.         ["Leaderboard.LeaderboardPositionText"] = {
  180.             font = "Roboto",
  181.             size = function() return ScrW() * 0.015 end,
  182.             weight = 500,
  183.             antialias = true
  184.         },
  185.         ["Leaderboard.LeaderboardText"] = {
  186.             font = "Roboto",
  187.             size = function() return ScrW() * 0.013 end,
  188.             weight = 500,
  189.             antialias = true
  190.         },
  191.         ["Leaderboard.LeaderboardBoxText"] = {
  192.             font = "Roboto",
  193.             size = function() return ScrW() * 0.013 end,
  194.             weight = 500,
  195.             bold = true,
  196.             antialias = true
  197.         },
  198.         ["PerkMenu.PerkText"] = {
  199.             font = "Roboto",
  200.             size = function() return ScrW() * 0.015 end,
  201.             weight = 500,
  202.             antialias = true
  203.         },
  204.         ["PerkMenu.PerkDescriptionText"] = {
  205.             font = "Roboto",
  206.             size = function() return ScrW() * 0.011 end,
  207.             weight = 500,
  208.             antialias = true
  209.         },
  210.         ["PerkMenu.PerkCompleteText"] = {
  211.             font = "Roboto",
  212.             size = function() return ScrW() * 0.011 end,
  213.             weight = 1000,
  214.             bold = true,
  215.             antialias = true
  216.         },
  217.         ["PerkMenu.PerkAmountText"] = {
  218.             font = "Roboto",
  219.             size = function() return ScrW() * 0.009 end,
  220.             weight = 0,
  221.             antialias = true
  222.         },
  223.         ["PerkMenu.PerkModifyText"] = {
  224.             font = "Roboto",
  225.             size = function() return ScrW() * 0.018 end,
  226.             weight = 1000,
  227.             bold = true,
  228.             antialias = true
  229.         },
  230.     },
  231.     Materials = {
  232.         close = Material( "glorifiedleveling/close.png", "noclamp smooth" ),
  233.     }
  234. } )
  235. GlorifiedLeveling.Themes.GenerateFonts()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement