forked from rojo-rbx/rojo
Redesign UI
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
local Theme = {
|
||||
ButtonFont = Enum.Font.SourceSansSemibold,
|
||||
TitleFont = Enum.Font.SourceSansSemibold,
|
||||
MainFont = Enum.Font.SourceSans,
|
||||
ButtonFont = Enum.Font.GothamSemibold,
|
||||
InputFont = Enum.Font.Gotham,
|
||||
TitleFont = Enum.Font.GothamBold,
|
||||
MainFont = Enum.Font.Gotham,
|
||||
|
||||
AccentColor = Color3.fromRGB(136, 0, 27),
|
||||
PrimaryColor = Color3.fromRGB(20, 20, 20),
|
||||
SecondaryColor = Color3.fromRGB(240, 240, 240),
|
||||
SecondaryColor = Color3.fromRGB(235, 235, 235),
|
||||
LightTextColor = Color3.fromRGB(140, 140, 140),
|
||||
}
|
||||
|
||||
setmetatable(Theme, {
|
||||
|
||||
Reference in New Issue
Block a user