Interface SkinOptions
Source: skin.ts
Properties
systemIcon
systemIcon:
string
SVG icon for the system.
Default
"https://os.prozilla.dev/icon.svg"appIcons?
optionalappIcons: {[key:string]:string; }
Replacements for app icons based on app id.
Index Signature
[key: string]: string
appNames?
optionalappNames: {[key:string]:string; }
Replacements for app names based on app id.
Index Signature
[key: string]: string
wallpapers
wallpapers:
string[]
Array of URLs of wallpaper images.
defaultWallpaper
defaultWallpaper:
string
URL of default wallpaper image.
Default
"https://os.prozilla.dev/assets/wallpapers/vibrant-wallpaper-blue-purple-red.png"fileIcons
fileIcons: {
generic:string;info?:string;text?:string;code?:string;external?:string;video?:string;audio?:string; }
URLs of icons for types of files.
generic
generic:
string
info?
optionalinfo:string
text?
optionaltext:string
code?
optionalcode:string
external?
optionalexternal:string
video?
optionalvideo:string
audio?
optionalaudio:string
folderIcons
folderIcons: {
generic:string;images?:string;text?:string;link?:string;video?:string;audio?:string; }
URLs of icons for types of folders.
generic
generic:
string
images?
optionalimages:string
text?
optionaltext:string
link?
optionallink:string
video?
optionalvideo:string
audio?
optionalaudio:string
loadStyleSheet()?
optionalloadStyleSheet: () =>void
Function that dynamically imports style sheet.
Returns
void
defaultTheme?
optionaldefaultTheme:Theme
Default theme.