Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
LiteStep
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Theme.rc=== The following is an example of an OTS2 theme.rc configuration file to be loaded at LiteStep's execution. OTS2 is the second generation of the Open Theme Standard, which is to be followed for themes to be compatible with the LiteStep structure.<ref>{{citation|url=http://o-t-s.sourceforge.net/|title=Open Theme Standard}}</ref> The theme.rc file is the entry point for all LiteStep themes. <pre>;Lines preceded by a semicolon are not parsed by the LiteStep core. ;This indicates to the LiteStep core that the theme is OTS2 compliant. OTSMajorVersion 2 OTSMinorVersion 0 ThemeName "Name of Theme Here" ThemeAuthor "Name of Author Here" ; This defines a variable named "ConfigDir" to shorten defining where configuration files are located, in the next section. ConfigDir "$ThemeDir$Config\" ;The "Include" command tells the LiteStep core to parse the defined file. Configuration files are defined at the user's disrection for organization purposes. Include "$ConfigDir$themevars.rc" Include "$ConfigDir$xlabel.rc" Include "$ConfigDir$lsxcommand.rc" Include "$ConfigDir$xpopup.rc" Include "$ConfigDir$xtaskbar.rc" Include "$ConfigDir$xtray.rc" Include "$ConfigDir$vwm.rc" ;*NetLoadModule module-ver# tells the NetLoadModule2.dll to load the following modules for use with the loaded theme. *NetLoadModule jdesk-0.75 *NetLoadModule xpopup-2.1 *NetLoadModule lsxcommand-2.0.2 *NetLoadModule rabidvwm-1.2.2 *NetLoadModule xtray-2.2.2 *NetLoadModule xtaskbar-2.3.4 *NetLoadModule xlabel-4.3</pre>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)