rabbit-theme-yart 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a53beee2e7aaa762a1ef33febfa2f607cc75967
4
- data.tar.gz: 2bc608fbb3caec34811ce920d725e56385a7625b
3
+ metadata.gz: 26e974c0a0b1052361e74219debc8eda52e0de71
4
+ data.tar.gz: e099afc609e1b5db830bf7b815521c0df9458ce3
5
5
  SHA512:
6
- metadata.gz: 2c2d183a547be9a7dd1ae8203d5b6360952dd7a945133df30efeaf994b9f380af645cc1ef1c67b2181fe42a2d903aeffa49259d75bc866070bc0903fa52bf429
7
- data.tar.gz: 80538995c99fcf3829bb874b61d29d0414725735298f91cd73e3530da8081606ea5bbad8dc9667fc0f3e0791f34f4a0e74583bba364f9660eec8604e88a9532f
6
+ metadata.gz: fe04b1e144b0133cd8263d70dc182171ef24b678fa1a1a2e264111cc1375fa14db5fae93866c61a82562e1590a22ff93d7e9a8c4fc045701aae91657766b0cec
7
+ data.tar.gz: 3cf3ca17b22836593ecf8ee0c1cbcabaf1780ac1e1603d61deffde4626934c9a8f84066dda07694a04217f41f6697798d90b3829b9d86e68b12952b8cb7aab3d
@@ -2,7 +2,7 @@
2
2
  id: yart
3
3
  tags:
4
4
  - yart
5
- version: 1.0.5
5
+ version: 1.0.6
6
6
  licenses:
7
7
  - CC BY 3.0
8
8
  author:
Binary file
Binary file
data/theme.rb CHANGED
@@ -48,14 +48,14 @@ end
48
48
  #include_theme("slide-logo")
49
49
 
50
50
  # emphasis
51
- emphasis_color = "#0055bb"
51
+ emphasis_color = "#0197fd" # Accent Blue
52
52
  @default_emphasis_color = emphasis_color
53
53
  @default_emphasis_level2_color = emphasis_color
54
54
 
55
55
  # graffiti
56
- graffiti_color = "#99cc33"
56
+ graffiti_color = "#00ff00"
57
57
  set_graffiti_color("#{graffiti_color}cc")
58
- set_graffiti_line_width(15)
58
+ set_graffiti_line_width(10)
59
59
 
60
60
  # block quote
61
61
  # <a href="https://openclipart.org/detail/190316/edit-icon-by-minduka-190316"><img src="https://openclipart.org/people/Minduka/edit-icon.svg" /></a>
@@ -63,9 +63,10 @@ set_graffiti_line_width(15)
63
63
  @block_quote_fill_color = "#{emphasis_color}15"
64
64
  @block_quote_image_frame = true
65
65
  @block_quote_image_width = canvas.width * 0.05
66
- @block_quote_title_font_size = screen_size(2.0 * Pango::SCALE)
66
+ @block_quote_title_font_size = @xx_small_font_size
67
67
  @default_block_quote_item1_mark_type = "dash"
68
68
  @default_block_quote_item1_mark_color = emphasis_color
69
+ @block_quote_title_color = emphasis_color
69
70
 
70
71
  # pre-formatted text
71
72
  @preformatted_frame_color = emphasis_color
@@ -91,6 +92,12 @@ set_graffiti_line_width(15)
91
92
  @foot_text_block_line_color = emphasis_color
92
93
  @foot_text_block_line_length_ratio = 0.75
93
94
 
95
+ # image caption
96
+ # @image_caption_color configurable by image["caption-color"] tag
97
+ # default @image_caption_color value
98
+ @image_caption_color = emphasis_color
99
+ @image_caption_font_size = @x_small_font_size
100
+
94
101
  # base theme
95
102
  include_theme("default")
96
103
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-theme-yart
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Enrico Rivarola
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-21 00:00:00.000000000 Z
11
+ date: 2014-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit