rabbit-theme-sprk2012 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
data/theme.rb ADDED
@@ -0,0 +1,52 @@
1
+ background_image = "sprk2012-background-image.svg"
2
+
3
+ @slide_background_image = background_image
4
+ @title_slide_background_image = background_image
5
+ include_theme("slide-background-image")
6
+ include_theme("title-slide-background-image")
7
+
8
+ @margin_left = screen_x(2)
9
+ @margin_right = screen_x(3)
10
+ @margin_top = screen_y(10)
11
+ @margin_bottom = screen_y(10)
12
+
13
+ title_slide_margin = {
14
+ :bottom => screen_y(20),
15
+ }
16
+
17
+ @default_headline_line_width = 0
18
+
19
+ light_color = "#d4d7da"
20
+ dark_color = "#293745"
21
+
22
+ very_light_color = "#ffffe1"
23
+ ruby_color = "#ee3706"
24
+
25
+ @default_foreground = dark_color
26
+ @default_headline_line_color = dark_color
27
+
28
+ @default_item1_mark_color = dark_color
29
+ @default_item2_mark_color = dark_color
30
+ @default_item3_mark_color = dark_color
31
+
32
+ @default_enum_item1_mark_color = dark_color
33
+ @default_enum_item2_mark_color = dark_color
34
+
35
+ @default_description_item1_mark_color = dark_color
36
+
37
+ @default_block_quote_item1_mark_color = dark_color
38
+
39
+ @description_term_line_color = dark_color
40
+
41
+ @image_caption_color = dark_color
42
+
43
+ @preformatted_fill_color = very_light_color
44
+
45
+ @image_slide_number_start_flag_color = dark_color
46
+ @image_slide_number_goal_flag_color = dark_color
47
+
48
+ include_theme("default")
49
+
50
+ match(TitleSlide) do |slides|
51
+ margin_with(title_slide_margin)
52
+ end
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-theme-sprk2012
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Rabbit
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-09-15 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rabbit
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 2.0.2
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 2.0.2
30
+ description: 札幌Ruby会議2012用のテーマ
31
+ email:
32
+ - lavie@rabbit-shocker.org
33
+ executables: []
34
+ extensions: []
35
+ extra_rdoc_files: []
36
+ files:
37
+ - config.yaml
38
+ - Rakefile
39
+ - theme.rb
40
+ - README.rd
41
+ - data/sprk2012-background-image.svg
42
+ - pdf/theme-benchmark-en.pdf
43
+ - pdf/theme-benchmark-ja.pdf
44
+ homepage: http://theme.rabbit-shocker.org/themes/sprk2012/
45
+ licenses:
46
+ - CC BY-ND 3.0
47
+ post_install_message:
48
+ rdoc_options: []
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ! '>='
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ requirements: []
64
+ rubyforge_project:
65
+ rubygems_version: 1.8.23
66
+ signing_key:
67
+ specification_version: 3
68
+ summary: 札幌Ruby会議2012
69
+ test_files: []