Skip to content

Instantly share code, notes, and snippets.

@rdeaton
Created November 25, 2012 00:36
Show Gist options
  • Save rdeaton/4141936 to your computer and use it in GitHub Desktop.
Save rdeaton/4141936 to your computer and use it in GitHub Desktop.
[TextInput]
font: %(path)s/fonts/DejaVuSans.ttf
font_size: 42
font_color: (255, 255, 255)
font_color_hilight: (255, 255, 0)
font_color_hilight_background: (255, 255, 255, 0)
padding: 8
background: %(path)/images/TextInputWidget.png
background_focused: %(path)/images/TextInputWidget_focused.png
[Button]
font: %(path)s/fonts/DejaVuSans.ttf
font_size: 42
font_color: (255, 255, 255)
padding: 8
background: %(path)/images/Button.png
background_hover: %(path)/images/Button_hover.png
background_focused: %(path)/images/Button_focused.png
background_down: %(path)/images/Button_down.png
[Radio]
image: %(path)/images/Radio.png
image_hover: %(path)/images/Radio_hover.png
image_focused: %(path)/images/Radio_focused.png
image_down: %(path)/images/Radio_down.png
[Checkbox]
image: %(path)/images/Checkbox.png
image_hover: %(path)/images/Checkbox_hover.png
image_focused: %(path)/images/Checkbox_focused.png
image_down: %(path)/images/Checkbox_down.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment