Skip to content

Instantly share code, notes, and snippets.

@LilyFoote
Created September 21, 2013 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LilyFoote/6652001 to your computer and use it in GitHub Desktop.
Save LilyFoote/6652001 to your computer and use it in GitHub Desktop.
#:import KivyLexer kivy.extras.highlight.KivyLexer
CodeInput:
lexer: KivyLexer()
font_size: '30pt'
text: "Label:\n\ttext: 'A label'\n\tfont_size: '60pt'\n\tcanvas:\n\t\tColor:\n\t\t\trgb: 1, 0, 0\n\t\tRectangle:\n\t\t\tpos: self.pos\n\t\t\tsize: self.size"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment