[Groonga-commit] groonga/rabbit-theme-groonga at d4e8bf9 [master] Fix Groonga family customization

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Nov 21 21:58:48 JST 2013


Kouhei Sutou	2013-11-21 21:58:48 +0900 (Thu, 21 Nov 2013)

  New Revision: d4e8bf9b5930fb2907b372c6bdcde9bad013c933
  https://github.com/groonga/rabbit-theme-groonga/commit/d4e8bf9b5930fb2907b372c6bdcde9bad013c933

  Message:
    Fix Groonga family customization

  Modified files:
    theme.rb

  Modified: theme.rb (+3 -3)
===================================================================
--- theme.rb    2013-11-20 23:23:57 +0900 (c5cd7f2)
+++ theme.rb    2013-11-21 21:58:48 +0900 (b99674b)
@@ -37,7 +37,7 @@ background_color = "#ffffff"
 
 headline_bar_color = "#333333"
 
-base_color = colors[@groonga_family] || colors["groonga"]
+base_color = colors[@groonga_family]
 
 set_graffiti_color("#{base_color[:foreground]}99")
 set_graffiti_line_width(30)
@@ -76,11 +76,11 @@ end
 
 include_theme("default")
 
- �� groonga_icon_images ||= ["groonga-icon.svg"]
+ �� groonga_icon_images ||= ["#{@groonga_family}-icon.svg"]
 @icon_images = @groonga_icon_images
 include_theme("icon")
 
- �� groonga_slide_logo_image ||= "groonga-icon-full-size.svg"
+ �� groonga_slide_logo_image ||= "#{@groonga_family}-icon-full-size.svg"
 @slide_logo_image = @groonga_slide_logo_image
 @slide_logo_position = Proc.new do |slide, canvas, loader|
   x = slide.margin_left
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る