Forgot to remove outdated files
This commit is contained in:
1281
Basalt/Frame.lua
1281
Basalt/Frame.lua
File diff suppressed because it is too large
Load Diff
1071
Basalt/Object.lua
1071
Basalt/Object.lua
File diff suppressed because it is too large
Load Diff
@@ -1,4 +0,0 @@
|
|||||||
return function(path)
|
|
||||||
local exists, content = pcall(require, path)
|
|
||||||
return exists and content or nil
|
|
||||||
end
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
return { -- The default main theme for basalt!
|
|
||||||
BasaltBG = colors.lightGray,
|
|
||||||
BasaltText = colors.black,
|
|
||||||
FrameBG = colors.gray,
|
|
||||||
FrameText = colors.black,
|
|
||||||
ButtonBG = colors.gray,
|
|
||||||
ButtonText = colors.black,
|
|
||||||
CheckboxBG = colors.gray,
|
|
||||||
CheckboxText = colors.black,
|
|
||||||
InputBG = colors.gray,
|
|
||||||
InputText = colors.black,
|
|
||||||
TextfieldBG = colors.gray,
|
|
||||||
TextfieldText = colors.black,
|
|
||||||
ListBG = colors.gray,
|
|
||||||
ListText = colors.black,
|
|
||||||
MenubarBG = colors.gray,
|
|
||||||
MenubarText = colors.black,
|
|
||||||
DropdownBG = colors.gray,
|
|
||||||
DropdownText = colors.black,
|
|
||||||
RadioBG = colors.gray,
|
|
||||||
RadioText = colors.black,
|
|
||||||
SelectionBG = colors.black,
|
|
||||||
SelectionText = colors.lightGray,
|
|
||||||
GraphicBG = colors.black,
|
|
||||||
ImageBG = colors.black,
|
|
||||||
PaneBG = colors.black,
|
|
||||||
ProgramBG = colors.black,
|
|
||||||
ProgressbarBG = colors.gray,
|
|
||||||
ProgressbarText = colors.black,
|
|
||||||
ProgressbarActiveBG = colors.black,
|
|
||||||
ScrollbarBG = colors.lightGray,
|
|
||||||
ScrollbarText = colors.gray,
|
|
||||||
ScrollbarSymbolColor = colors.black,
|
|
||||||
SliderBG = false,
|
|
||||||
SliderText = colors.gray,
|
|
||||||
SliderSymbolColor = colors.black,
|
|
||||||
SwitchBG = colors.lightGray,
|
|
||||||
SwitchText = colors.gray,
|
|
||||||
SwitchBGSymbol = colors.black,
|
|
||||||
SwitchInactive = colors.red,
|
|
||||||
SwitchActive = colors.green,
|
|
||||||
LabelBG = false,
|
|
||||||
LabelText = colors.black,
|
|
||||||
GraphBG = colors.gray,
|
|
||||||
GraphText = colors.black
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user