kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-01-08 04:55 pm

[dw-free] Theme: Light On Dark (Funky Circles)

[commit: http://hg.dwscoalition.org/dw-free/rev/6c17f0cdf9f4]

http://bugs.dwscoalition.org/show_bug.cgi?id=2108

New "Light On Dark" theme for Funky Circles layout.

Theme created by [personal profile] cesy; patch prepared by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/funkycircles/themes.s2
  • cgi-bin/LJ/S2Theme/funkycircles.pm
  • htdocs/img/customize/previews/funkycircles/lightondark.png
--------------------------------------------------------------------------------
diff -r 2214f48f4e8f -r 6c17f0cdf9f4 bin/upgrading/s2layers/funkycircles/themes.s2
--- a/bin/upgrading/s2layers/funkycircles/themes.s2	Fri Jan 08 10:21:11 2010 -0600
+++ b/bin/upgrading/s2layers/funkycircles/themes.s2	Fri Jan 08 10:54:46 2010 -0600
@@ -625,6 +625,94 @@ function Page::print_theme_stylesheet()
 
 }
 
+#NEWLAYER: funkycircles/lightondark
+layerinfo type = "theme";
+layerinfo name = "Light On Dark";
+layerinfo redist_uniq = "funkycircles/lightondark";
+layerinfo author_name = "cesy";
+
+set layout_authors = [ { "name" => "cesy", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#473a61";
+set color_page_border = "#ffffff";
+set color_page_text = "#ffffff";
+set color_page_link = "#ddddff";
+set color_page_link_active = "#ffcccc";
+set color_page_link_hover = "#ccffcc";
+set color_page_link_visited = "#ffffcc";
+set color_header_background = "#666666";
+set color_page_title = "#ffffff";
+set color_page_title_background = "#473a61";
+set color_page_subtitle = "#ffffff";
+set color_page_subtitle_background = "#473a61";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_title = "#ffffff";
+set color_entry_title_background = "#330066";
+set color_entry_background = "#000000";
+set color_entry_border = "#9900ff";
+set color_entry_text = "#ffffff";
+set color_entry_poster_border = "#ffffff";
+set color_entry_userpic_border = "#ffffff";
+set color_entry_link = "#ddddff";
+set color_entry_link_active = "#ffcccc";
+set color_entry_link_hover = "#ccffcc";
+set color_entry_link_hover_background = "#000000";
+set color_entry_link_visited = "#ffffcc";
+set color_entry_footer_background = "#000000";
+set color_entry_footer_text = "#ffffff";
+set color_entry_footer_border = "#ffffff";
+set color_entry_footer_link = "#ddddff";
+set color_entry_footer_link_active = "#ffcccc";
+set color_entry_footer_link_hover = "#ccffcc";
+set color_entry_footer_link_visited = "#ffffcc";
+set color_entry_interaction_links = "#ffffff";
+
+set color_comment_title_background = "#660066";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#330066";
+set color_module_border = "#eeeeee";
+set color_module_title = "#ffffff";
+set color_module_title_background = "#666666";
+set color_module_text = "#ffffff";
+set color_module_link = "#ddddff";
+set color_module_link_active = "#ffcccc";
+set color_module_link_hover = "#ccffcc";
+set color_module_link_visited = "#ffffcc";
+
+##===============================
+## Footer Colors
+##===============================
+
+set color_footer_background = "#666666";
+set color_footer_link = "#ddddff";
+set color_footer_link_active = "#ffcccc";
+set color_footer_link_hover = "#ccffcc";
+set color_footer_link_visited = "#ffffcc";
+
+#=================
+# Images
+#=================
+
+set image_background_page_url = "funkycircles/darkpurple-page.jpg";
+set image_background_page_repeat = "no-repeat";
+set image_background_page_position = "bottom left";
+set image_background_header_url = "funkycircles/darkpurple-header.jpg";
+set image_background_header_repeat = "no-repeat";
+set image_module_list = "funkycircles/darkpurple-modulebullet.jpg";
+set image_module_list_hover = "funkycircles/darkpurple-modulebullethover.jpg";
+
 #NEWLAYER: funkycircles/nevermore
 layerinfo type = "theme";
 layerinfo name = "Nevermore";
diff -r 2214f48f4e8f -r 6c17f0cdf9f4 cgi-bin/LJ/S2Theme/funkycircles.pm
--- a/cgi-bin/LJ/S2Theme/funkycircles.pm	Fri Jan 08 10:21:11 2010 -0600
+++ b/cgi-bin/LJ/S2Theme/funkycircles.pm	Fri Jan 08 10:54:46 2010 -0600
@@ -67,6 +67,11 @@ use base qw( LJ::S2Theme::funkycircles )
 use base qw( LJ::S2Theme::funkycircles );
 sub cats { qw( ) }
 
+package LJ::S2Theme::funkycircles::lightondark;
+use base qw( LJ::S2Theme::funkycircles );
+sub cats { qw( ) }
+sub designer { "cesy" }
+
 package LJ::S2Theme::funkycircles::nevermore;
 use base qw( LJ::S2Theme::funkycircles );
 sub cats { qw( featured ) }
diff -r 2214f48f4e8f -r 6c17f0cdf9f4 htdocs/img/customize/previews/funkycircles/lightondark.png
Binary file htdocs/img/customize/previews/funkycircles/lightondark.png has changed
--------------------------------------------------------------------------------