; ------------------------------ ; --| LiteStep Core Settings |-- ; ------------------------------ HideApplication LSNoShellWarning ; ------------------------------ ; --| LiteStep System E-Vars |-- ; ------------------------------ Include "$LiteStepDir$user.rc" WindowsDir "$WinDir$\" ;WinDir "$WindowsDir$" LSModuleDir "$LiteStepDir$modules\" LSBaseThemeDir "$LiteStepDir$themes\" ; ------------------------------------------------------------- ; --| LSThemeDir should point to the desired theme's folder |-- ; ------------------------------------------------------------- LSThemeRC step.rc LSThemeDir $LSBaseThemeDir$ls2k1\ ; -------------------------------------------- ; --| Include the LiteStep Theme's step.rc |-- ; -------------------------------------------- If LSThemeRC = False LSThemeRC "step.rc" EndIf If LSThemeDir = False LSThemeDir = "$LSBaseThemeDir$default\" EndIf include $LSThemeDir$$LSThemeRC$