{
"green" : {
"title" : "Standardgrün",
"description" : "Einfaches Grün, verwendet nur CSS, keine Bilder",
"url" : "green/preview.png",
"isDefault" : true,
"files" : [
{
"title" : "Main",
"url" : "green/main.css",
"flags" : 3,
},
{
"title" : "Fenster",
"url" : "green/windows.css",
"flags" : 1,
"settingsClass" : "JSW",
"settings" : [
"--active-high-color : rgba(153, 153, 153, 0.7); /* Obere Farbe der aktiven Fensterleiste */",
"--high-color : rgba(26, 153, 26, 1); /* Obere Farbe der Fensterleiste */",
"--active-low-color : rgba(14, 154, 14, 1); /* Untere Farbe der aktiven Fensterleiste und Farbe der aktiven Raender */",
"--low-color : rgba(153, 153, 153, 1); /* Untere Farbe der Fensterleise und Farbe der Raender */",
"--bg-color : rgba(252, 255, 250, 1); /* Hintergrundfarbe der Fenster */",
"--title-color : rgba(200, 200, 200, 1); /* Farbe des Fenstertitels */",
"--active-title-color : rgba(255, 255, 255, 1); /* Farbe des Fenstertitels */",
"--button-color : rgba(200, 200, 200, 1); /* Farbe der Fensterbuttons */",
"--button-hover-color : rgba(255, 255, 255, 1); /* Farbe der mit Maus ueberfahrenen Fensterbuttons */",
"--button-active-color : rgba(200, 200, 200, 1); /* Farbe der angeklickten Fensterbuttons */",
"--disabled-color : rgba(200, 240, 200, 0.3); /* Farbe des deaktiviert-Schleiers */"
].join("\n")
},
{
"title" : "Taskbar",
"url" : "green/taskbar.css",
"flags" : 1,
"settingsClass" : "JSW",
"settings" : [
"--taskbar-high-color : rgba(143, 143, 143, 1);",
"--taskbar-low-color : rgba(19, 153, 19, 0.9);",
"--taskbar-border-color : rgba(0, 150, 0, 1);",
"--taskbar-activated-border-color : rgba(255, 255, 255, 1);",
"--taskbar-text-color : rgba(200, 200, 200, 1);",
"--taskbar-hover-text-color : rgba(255, 255, 255, 1);",
"--taskbar-active-text-color : rgba(255, 255, 255, 1);",
"--menuebutton-low-color : rgba(50, 168, 60, 1);",
"--menuebutton-high-color : rgba(80, 130, 90, 1);",
"--menuebutton-hover-low-color : rgba(100, 230, 100, 1);",
"--menuebutton-hover-high-color : rgba(150, 200, 150, 1);",
"--menuebutton-active-low-color : rgba(70, 130, 70, 1);",
"--menuebutton-active-high-color : rgba(0, 255, 0, 1);",
"--taskbarbutton-low-color : rgba(60, 170, 60, 1);",
"--taskbarbutton-high-color : rgba(80, 130, 80, 1);",
"--taskbarbutton-hover-low-color : rgba(73, 185, 73, 1);",
"--taskbarbutton-hover-high-color : rgba(95, 145, 95, 1);",
"--taskbarbutton-active-low-color : rgba(73, 137, 73, 1);",
"--taskbarbutton-active-high-color : rgba(73, 185, 73, 1);",
"--taskbarbutton-progress-color : rgba(80, 160, 0, 0.3);",
"--taskbarbutton-alert-color : rgba(160, 80, 0, 0.3);",
"--taskbarbutton-activated-low-color : rgba(40, 137, 40, 1);",
"--taskbarbutton-activated-high-color : rgba(0, 150, 0, 1);",
"--menu-left-color : rgba(240, 255, 240, 1);",
"--menu-right-color : rgba(170, 230, 170, 1);"
].join("\n")
},
{
"title" : "Kontextmenü",
"url" : "green/contextmenu.css",
"flags" : 0
},
{
"title" : "Explorer",
"url" : "green/explorer.css",
"flags" : 0
},
{
"title" : "Dynamic IFrame",
"url" : "green/dynamicIFrame.css",
"flags" : 0
},
{
"title" : "Code Dokumentation",
"url" : "green/codeDoc.css",
"flags" : 0
}
]
},
"win7" : {
"title" : "Windows 7",
"description" : "Technisch aufwändiges Design, das dem von Windows 7 ähnelt. Nur CSS.",
"url" : "win7/preview.png",
"script" : "win7/effects.js",
"files" : [
{
"title" : "Main",
"url" : "green/main.css",
"flags" : 3,
},
{
"title" : "Fenster",
"url" : "win7/windows.css",
"flags" : 1,
"settingsClass" : "JSW",
"settings" : [
"--window-color : rgba(50, 50, 230, 0.5); /* Fensterfarbe */",
"--window-color-active : rgba(50, 50, 230, 0.7); /* Fensterfarbe */",
"--bar-height : 22px;"
].join("\n")
},
{
"url" : "win7/taskbar.css",
"flags" : 1
},
{
"url" : "win7/contextmenu.css",
"flags" : 0
},
{
"title" : "Explorer",
"url" : "green/explorer.css",
"flags" : 0
}
]
}
}