Skip to content

Commit

Permalink
'background' is better than 'canvas'
Browse files Browse the repository at this point in the history
  • Loading branch information
shayneoneill committed Jan 3, 2013
1 parent d7ff355 commit 9f0a90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kivy/uix/rst.py
Expand Up @@ -124,7 +124,7 @@ def run(self):
do_scroll_x: False
canvas:
Color:
rgb: parse_color(root.colors['canvas'])
rgb: parse_color(root.colors['background'])
Rectangle:
pos: self.pos
size: self.size
Expand Down Expand Up @@ -412,7 +412,7 @@ class RstDocument(ScrollView):
'''

colors = DictProperty({
'canvas': 'ffffff',
'background': 'ffffff',
'link': 'ce5c00',
'paragraph': '202020',
'title': '204a87',
Expand Down

0 comments on commit 9f0a90a

Please sign in to comment.