mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 22:56:02 +00:00
Adjust theme colors with new brand, not very pretty yet
This commit is contained in:
@@ -66,7 +66,7 @@ function ConnectPanel:render()
|
|||||||
Font = Theme.TitleFont,
|
Font = Theme.TitleFont,
|
||||||
TextSize = 20,
|
TextSize = 20,
|
||||||
Text = "Address",
|
Text = "Address",
|
||||||
TextColor3 = Theme.AccentColor,
|
TextColor3 = Theme.PrimaryColor,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
Input = e(FormTextInput, {
|
Input = e(FormTextInput, {
|
||||||
@@ -99,7 +99,7 @@ function ConnectPanel:render()
|
|||||||
Font = Theme.TitleFont,
|
Font = Theme.TitleFont,
|
||||||
TextSize = 20,
|
TextSize = 20,
|
||||||
Text = "Port",
|
Text = "Port",
|
||||||
TextColor3 = Theme.AccentColor,
|
TextColor3 = Theme.PrimaryColor,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
Input = e(FormTextInput, {
|
Input = e(FormTextInput, {
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ local Theme = {
|
|||||||
TitleFont = Enum.Font.GothamBold,
|
TitleFont = Enum.Font.GothamBold,
|
||||||
MainFont = Enum.Font.Gotham,
|
MainFont = Enum.Font.Gotham,
|
||||||
|
|
||||||
AccentColor = Color3.fromRGB(136, 0, 27),
|
AccentColor = Color3.fromRGB(225, 56, 53),
|
||||||
AccentLightColor = Color3.fromRGB(210, 145, 157),
|
AccentLightColor = Color3.fromRGB(255, 146, 145),
|
||||||
PrimaryColor = Color3.fromRGB(20, 20, 20),
|
PrimaryColor = Color3.fromRGB(48, 48, 48),
|
||||||
SecondaryColor = Color3.fromRGB(235, 235, 235),
|
SecondaryColor = Color3.fromRGB(235, 235, 235),
|
||||||
LightTextColor = Color3.fromRGB(140, 140, 140),
|
LightTextColor = Color3.fromRGB(140, 140, 140),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user