add gs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
local Constants = {}
|
||||
|
||||
Constants.ThemeName = {
|
||||
Dark = "dark",
|
||||
Light = "light",
|
||||
}
|
||||
|
||||
Constants.FontName = {
|
||||
Gotham = "gotham",
|
||||
}
|
||||
|
||||
return Constants
|
||||
Reference in New Issue
Block a user