Committer: ybuhvalova
LJSUP-11716: New style - Light CloudsU trunk/bin/upgrading/s2layers/voxhtml/layout.s2 U trunk/bin/upgrading/s2layers/voxhtml/themes.s2
Modified: trunk/bin/upgrading/s2layers/voxhtml/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2012-04-27 10:58:13 UTC (rev 11842) +++ trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2012-04-27 10:59:31 UTC (rev 11843) @@ -206,6 +206,7 @@ "landscape-country-night" => "landscape-country-night/screen.css", "landscape-desert-day" => "landscape-desert-day/screen.css", "landscape-desert-night" => "landscape-desert-night/screen.css", + "light-clouds" => "light-clouds/screen.css", "live-and-learn" => "live-and-learn/screen.css", "lovebirds" => "lovebirds/screen.css", "manga-dora" => "manga-dora/screen.css", Modified: trunk/bin/upgrading/s2layers/voxhtml/themes.s2 =================================================================== --- trunk/bin/upgrading/s2layers/voxhtml/themes.s2 2012-04-27 10:58:13 UTC (rev 11842) +++ trunk/bin/upgrading/s2layers/voxhtml/themes.s2 2012-04-27 10:59:31 UTC (rev 11843) @@ -3065,4 +3065,17 @@ set theme_linkcolor = ""; set theme_designer = ""; set theme_designer_type = ""; -set use_improve_layout = true; \ No newline at end of file +set use_improve_layout = true; + +#NEWLAYER: voxhtml/light-clouds +layerinfo "type" = "theme"; +layerinfo "name" = "Light clouds"; +layerinfo "redist_uniq" = "voxhtml/light-clouds"; +set base_theme = "light-clouds"; +set theme_bgcolor = ""; +set theme_fgcolor = ""; +set theme_bordercolor = ""; +set theme_linkcolor = ""; +set theme_designer = ""; +set theme_designer_type = ""; +set use_improve_layout = true;