UI visual tweaks

This commit is contained in:
Lucien Greathouse
2019-01-21 18:34:10 -08:00
parent e593ce0420
commit d01e757d2f
4 changed files with 43 additions and 25 deletions

View File

@@ -1,10 +1,11 @@
local Theme = {
ButtonFont = Enum.Font.GothamSemibold,
InputFont = Enum.Font.Gotham,
InputFont = Enum.Font.Code,
TitleFont = Enum.Font.GothamBold,
MainFont = Enum.Font.Gotham,
AccentColor = Color3.fromRGB(136, 0, 27),
AccentLightColor = Color3.fromRGB(210, 145, 157),
PrimaryColor = Color3.fromRGB(20, 20, 20),
SecondaryColor = Color3.fromRGB(235, 235, 235),
LightTextColor = Color3.fromRGB(140, 140, 140),