├── theme-blue ├── tab.png ├── bubble.png ├── button.png ├── close.png ├── ring.png ├── overflow.png ├── spinner.png ├── splitter.png ├── tab_btn.png ├── action_bar.png ├── action_item.png ├── action_view.png ├── bubble_btn.png ├── checkbox_on.png ├── progressbar.png ├── separator.png ├── splitter_h.png ├── textinput.png ├── tree_closed.png ├── tree_opened.png ├── action_group.png ├── bubble_arrow.png ├── checkbox_off.png ├── image-missing.png ├── selector_left.png ├── slider_cursor.png ├── splitter_down.png ├── splitter_grip.png ├── switch-button.png ├── tab_disabled.png ├── action_item_down.png ├── audio-volume-low.png ├── button_disabled.png ├── button_pressed.png ├── defaulttheme-0.png ├── filechooser_file.png ├── previous_normal.png ├── selector_middle.png ├── selector_right.png ├── spinner_disabled.png ├── spinner_pressed.png ├── splitter_down_h.png ├── splitter_grip_h.png ├── tab_btn_disabled.png ├── tab_btn_pressed.png ├── textinput_active.png ├── action_group_down.png ├── audio-volume-high.png ├── audio-volume-muted.png ├── bubble_btn_pressed.png ├── checkbox_radio_off.png ├── checkbox_radio_on.png ├── filechooser_folder.png ├── player-background.png ├── sliderh_background.png ├── sliderv_background.png ├── splitter_disabled.png ├── switch-background.png ├── textinput_disabled.png ├── vkeyboard_key_down.png ├── action_group_disabled.png ├── audio-volume-medium.png ├── checkbox_disabled_off.png ├── checkbox_disabled_on.png ├── filechooser_selected.png ├── media-playback-pause.png ├── media-playback-start.png ├── media-playback-stop.png ├── modalview-background.png ├── player-play-overlay.png ├── splitter_disabled_h.png ├── vkeyboard_background.png ├── vkeyboard_key_normal.png ├── button_disabled_pressed.png ├── progressbar_background.png ├── slider_cursor_disabled.png ├── splitter_disabled_down.png ├── switch-button_disabled.png ├── checkbox_radio_disabled_on.png ├── splitter_disabled_down_h.png ├── switch-background_disabled.png ├── tab_btn_disabled_pressed.png ├── textinput_disabled_active.png ├── checkbox_radio_disabled_off.png ├── sliderh_background_disabled.png ├── sliderv_background_disabled.png ├── vkeyboard_disabled_key_down.png ├── vkeyboard_disabled_background.png ├── vkeyboard_disabled_key_normal.png └── defaulttheme.atlas ├── red-lightgrey ├── tab.png ├── close.png ├── ring.png ├── bubble.png ├── button.png ├── overflow.png ├── spinner.png ├── splitter.png ├── tab_btn.png ├── action_bar.png ├── bubble_btn.png ├── separator.png ├── splitter_h.png ├── textinput.png ├── action_group.png ├── action_item.png ├── action_view.png ├── bubble_arrow.png ├── checkbox_off.png ├── checkbox_on.png ├── image-missing.png ├── progressbar.png ├── selector_left.png ├── slider_cursor.png ├── splitter_down.png ├── splitter_grip.png ├── switch-button.png ├── tab_disabled.png ├── tree_closed.png ├── tree_opened.png ├── button_disabled.png ├── button_pressed.png ├── defaulttheme-0.png ├── previous_normal.png ├── selector_middle.png ├── selector_right.png ├── spinner_pressed.png ├── splitter_down_h.png ├── splitter_grip_h.png ├── tab_btn_pressed.png ├── action_group_down.png ├── action_item_down.png ├── audio-volume-high.png ├── audio-volume-low.png ├── audio-volume-muted.png ├── bubble_btn_pressed.png ├── checkbox_radio_off.png ├── checkbox_radio_on.png ├── filechooser_file.png ├── filechooser_folder.png ├── player-background.png ├── sliderh_background.png ├── sliderv_background.png ├── spinner_disabled.png ├── splitter_disabled.png ├── switch-background.png ├── tab_btn_disabled.png ├── textinput_active.png ├── textinput_disabled.png ├── vkeyboard_key_down.png ├── audio-volume-medium.png ├── checkbox_disabled_on.png ├── filechooser_selected.png ├── media-playback-pause.png ├── media-playback-start.png ├── media-playback-stop.png ├── modalview-background.png ├── player-play-overlay.png ├── splitter_disabled_h.png ├── vkeyboard_background.png ├── vkeyboard_key_normal.png ├── action_group_disabled.png ├── button_disabled_pressed.png ├── checkbox_disabled_off.png ├── progressbar_background.png ├── slider_cursor_disabled.png ├── splitter_disabled_down.png ├── switch-button_disabled.png ├── splitter_disabled_down_h.png ├── tab_btn_disabled_pressed.png ├── textinput_disabled_active.png ├── checkbox_radio_disabled_off.png ├── checkbox_radio_disabled_on.png ├── sliderh_background_disabled.png ├── sliderv_background_disabled.png ├── switch-background_disabled.png ├── vkeyboard_disabled_key_down.png ├── vkeyboard_disabled_background.png ├── vkeyboard_disabled_key_normal.png └── defaulttheme.atlas ├── theme-orange ├── ring.png ├── tab.png ├── bubble.png ├── button.png ├── close.png ├── overflow.png ├── separator.png ├── spinner.png ├── splitter.png ├── tab_btn.png ├── textinput.png ├── action_bar.png ├── action_item.png ├── action_view.png ├── bubble_btn.png ├── checkbox_on.png ├── progressbar.png ├── splitter_h.png ├── tree_closed.png ├── tree_opened.png ├── action_group.png ├── bubble_arrow.png ├── button_pressed.png ├── checkbox_off.png ├── defaulttheme-0.png ├── image-missing.png ├── selector_left.png ├── selector_right.png ├── slider_cursor.png ├── splitter_down.png ├── splitter_grip.png ├── switch-button.png ├── tab_disabled.png ├── action_item_down.png ├── audio-volume-low.png ├── button_disabled.png ├── filechooser_file.png ├── previous_normal.png ├── selector_middle.png ├── spinner_disabled.png ├── spinner_pressed.png ├── splitter_down_h.png ├── splitter_grip_h.png ├── tab_btn_disabled.png ├── tab_btn_pressed.png ├── textinput_active.png ├── action_group_down.png ├── audio-volume-high.png ├── audio-volume-medium.png ├── audio-volume-muted.png ├── bubble_btn_pressed.png ├── checkbox_radio_off.png ├── checkbox_radio_on.png ├── filechooser_folder.png ├── media-playback-stop.png ├── player-background.png ├── player-play-overlay.png ├── sliderh_background.png ├── sliderv_background.png ├── splitter_disabled.png ├── splitter_disabled_h.png ├── switch-background.png ├── textinput_disabled.png ├── vkeyboard_key_down.png ├── action_group_disabled.png ├── checkbox_disabled_off.png ├── checkbox_disabled_on.png ├── filechooser_selected.png ├── media-playback-pause.png ├── media-playback-start.png ├── modalview-background.png ├── vkeyboard_background.png ├── vkeyboard_key_normal.png ├── button_disabled_pressed.png ├── progressbar_background.png ├── slider_cursor_disabled.png ├── splitter_disabled_down.png ├── splitter_disabled_down_h.png ├── switch-button_disabled.png ├── tab_btn_disabled_pressed.png ├── checkbox_radio_disabled_on.png ├── switch-background_disabled.png ├── textinput_disabled_active.png ├── checkbox_radio_disabled_off.png ├── sliderh_background_disabled.png ├── sliderv_background_disabled.png ├── vkeyboard_disabled_background.png ├── vkeyboard_disabled_key_down.png ├── vkeyboard_disabled_key_normal.png └── defaulttheme.atlas └── README.md /theme-blue/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/tab.png -------------------------------------------------------------------------------- /red-lightgrey/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/tab.png -------------------------------------------------------------------------------- /theme-blue/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/bubble.png -------------------------------------------------------------------------------- /theme-blue/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/button.png -------------------------------------------------------------------------------- /theme-blue/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/close.png -------------------------------------------------------------------------------- /theme-blue/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/ring.png -------------------------------------------------------------------------------- /theme-orange/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/ring.png -------------------------------------------------------------------------------- /theme-orange/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/tab.png -------------------------------------------------------------------------------- /red-lightgrey/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/close.png -------------------------------------------------------------------------------- /red-lightgrey/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/ring.png -------------------------------------------------------------------------------- /theme-blue/overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/overflow.png -------------------------------------------------------------------------------- /theme-blue/spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/spinner.png -------------------------------------------------------------------------------- /theme-blue/splitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter.png -------------------------------------------------------------------------------- /theme-blue/tab_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/tab_btn.png -------------------------------------------------------------------------------- /theme-orange/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/bubble.png -------------------------------------------------------------------------------- /theme-orange/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/button.png -------------------------------------------------------------------------------- /theme-orange/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/close.png -------------------------------------------------------------------------------- /red-lightgrey/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/bubble.png -------------------------------------------------------------------------------- /red-lightgrey/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/button.png -------------------------------------------------------------------------------- /red-lightgrey/overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/overflow.png -------------------------------------------------------------------------------- /red-lightgrey/spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/spinner.png -------------------------------------------------------------------------------- /red-lightgrey/splitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter.png -------------------------------------------------------------------------------- /red-lightgrey/tab_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/tab_btn.png -------------------------------------------------------------------------------- /theme-blue/action_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/action_bar.png -------------------------------------------------------------------------------- /theme-blue/action_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/action_item.png -------------------------------------------------------------------------------- /theme-blue/action_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/action_view.png -------------------------------------------------------------------------------- /theme-blue/bubble_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/bubble_btn.png -------------------------------------------------------------------------------- /theme-blue/checkbox_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/checkbox_on.png -------------------------------------------------------------------------------- /theme-blue/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/progressbar.png -------------------------------------------------------------------------------- /theme-blue/separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/separator.png -------------------------------------------------------------------------------- /theme-blue/splitter_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter_h.png -------------------------------------------------------------------------------- /theme-blue/textinput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/textinput.png -------------------------------------------------------------------------------- /theme-blue/tree_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/tree_closed.png -------------------------------------------------------------------------------- /theme-blue/tree_opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/tree_opened.png -------------------------------------------------------------------------------- /theme-orange/overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/overflow.png -------------------------------------------------------------------------------- /theme-orange/separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/separator.png -------------------------------------------------------------------------------- /theme-orange/spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/spinner.png -------------------------------------------------------------------------------- /theme-orange/splitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter.png -------------------------------------------------------------------------------- /theme-orange/tab_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/tab_btn.png -------------------------------------------------------------------------------- /theme-orange/textinput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/textinput.png -------------------------------------------------------------------------------- /red-lightgrey/action_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/action_bar.png -------------------------------------------------------------------------------- /red-lightgrey/bubble_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/bubble_btn.png -------------------------------------------------------------------------------- /red-lightgrey/separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/separator.png -------------------------------------------------------------------------------- /red-lightgrey/splitter_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter_h.png -------------------------------------------------------------------------------- /red-lightgrey/textinput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/textinput.png -------------------------------------------------------------------------------- /theme-blue/action_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/action_group.png -------------------------------------------------------------------------------- /theme-blue/bubble_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/bubble_arrow.png -------------------------------------------------------------------------------- /theme-blue/checkbox_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/checkbox_off.png -------------------------------------------------------------------------------- /theme-blue/image-missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/image-missing.png -------------------------------------------------------------------------------- /theme-blue/selector_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/selector_left.png -------------------------------------------------------------------------------- /theme-blue/slider_cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/slider_cursor.png -------------------------------------------------------------------------------- /theme-blue/splitter_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter_down.png -------------------------------------------------------------------------------- /theme-blue/splitter_grip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter_grip.png -------------------------------------------------------------------------------- /theme-blue/switch-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/switch-button.png -------------------------------------------------------------------------------- /theme-blue/tab_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/tab_disabled.png -------------------------------------------------------------------------------- /theme-orange/action_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/action_bar.png -------------------------------------------------------------------------------- /theme-orange/action_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/action_item.png -------------------------------------------------------------------------------- /theme-orange/action_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/action_view.png -------------------------------------------------------------------------------- /theme-orange/bubble_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/bubble_btn.png -------------------------------------------------------------------------------- /theme-orange/checkbox_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/checkbox_on.png -------------------------------------------------------------------------------- /theme-orange/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/progressbar.png -------------------------------------------------------------------------------- /theme-orange/splitter_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter_h.png -------------------------------------------------------------------------------- /theme-orange/tree_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/tree_closed.png -------------------------------------------------------------------------------- /theme-orange/tree_opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/tree_opened.png -------------------------------------------------------------------------------- /red-lightgrey/action_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/action_group.png -------------------------------------------------------------------------------- /red-lightgrey/action_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/action_item.png -------------------------------------------------------------------------------- /red-lightgrey/action_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/action_view.png -------------------------------------------------------------------------------- /red-lightgrey/bubble_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/bubble_arrow.png -------------------------------------------------------------------------------- /red-lightgrey/checkbox_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/checkbox_off.png -------------------------------------------------------------------------------- /red-lightgrey/checkbox_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/checkbox_on.png -------------------------------------------------------------------------------- /red-lightgrey/image-missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/image-missing.png -------------------------------------------------------------------------------- /red-lightgrey/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/progressbar.png -------------------------------------------------------------------------------- /red-lightgrey/selector_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/selector_left.png -------------------------------------------------------------------------------- /red-lightgrey/slider_cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/slider_cursor.png -------------------------------------------------------------------------------- /red-lightgrey/splitter_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter_down.png -------------------------------------------------------------------------------- /red-lightgrey/splitter_grip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter_grip.png -------------------------------------------------------------------------------- /red-lightgrey/switch-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/switch-button.png -------------------------------------------------------------------------------- /red-lightgrey/tab_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/tab_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/tree_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/tree_closed.png -------------------------------------------------------------------------------- /red-lightgrey/tree_opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/tree_opened.png -------------------------------------------------------------------------------- /theme-blue/action_item_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/action_item_down.png -------------------------------------------------------------------------------- /theme-blue/audio-volume-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/audio-volume-low.png -------------------------------------------------------------------------------- /theme-blue/button_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/button_disabled.png -------------------------------------------------------------------------------- /theme-blue/button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/button_pressed.png -------------------------------------------------------------------------------- /theme-blue/defaulttheme-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/defaulttheme-0.png -------------------------------------------------------------------------------- /theme-blue/filechooser_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/filechooser_file.png -------------------------------------------------------------------------------- /theme-blue/previous_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/previous_normal.png -------------------------------------------------------------------------------- /theme-blue/selector_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/selector_middle.png -------------------------------------------------------------------------------- /theme-blue/selector_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/selector_right.png -------------------------------------------------------------------------------- /theme-blue/spinner_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/spinner_disabled.png -------------------------------------------------------------------------------- /theme-blue/spinner_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/spinner_pressed.png -------------------------------------------------------------------------------- /theme-blue/splitter_down_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter_down_h.png -------------------------------------------------------------------------------- /theme-blue/splitter_grip_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter_grip_h.png -------------------------------------------------------------------------------- /theme-blue/tab_btn_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/tab_btn_disabled.png -------------------------------------------------------------------------------- /theme-blue/tab_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/tab_btn_pressed.png -------------------------------------------------------------------------------- /theme-blue/textinput_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/textinput_active.png -------------------------------------------------------------------------------- /theme-orange/action_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/action_group.png -------------------------------------------------------------------------------- /theme-orange/bubble_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/bubble_arrow.png -------------------------------------------------------------------------------- /theme-orange/button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/button_pressed.png -------------------------------------------------------------------------------- /theme-orange/checkbox_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/checkbox_off.png -------------------------------------------------------------------------------- /theme-orange/defaulttheme-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/defaulttheme-0.png -------------------------------------------------------------------------------- /theme-orange/image-missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/image-missing.png -------------------------------------------------------------------------------- /theme-orange/selector_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/selector_left.png -------------------------------------------------------------------------------- /theme-orange/selector_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/selector_right.png -------------------------------------------------------------------------------- /theme-orange/slider_cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/slider_cursor.png -------------------------------------------------------------------------------- /theme-orange/splitter_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter_down.png -------------------------------------------------------------------------------- /theme-orange/splitter_grip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter_grip.png -------------------------------------------------------------------------------- /theme-orange/switch-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/switch-button.png -------------------------------------------------------------------------------- /theme-orange/tab_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/tab_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/button_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/button_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/button_pressed.png -------------------------------------------------------------------------------- /red-lightgrey/defaulttheme-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/defaulttheme-0.png -------------------------------------------------------------------------------- /red-lightgrey/previous_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/previous_normal.png -------------------------------------------------------------------------------- /red-lightgrey/selector_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/selector_middle.png -------------------------------------------------------------------------------- /red-lightgrey/selector_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/selector_right.png -------------------------------------------------------------------------------- /red-lightgrey/spinner_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/spinner_pressed.png -------------------------------------------------------------------------------- /red-lightgrey/splitter_down_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter_down_h.png -------------------------------------------------------------------------------- /red-lightgrey/splitter_grip_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter_grip_h.png -------------------------------------------------------------------------------- /red-lightgrey/tab_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/tab_btn_pressed.png -------------------------------------------------------------------------------- /theme-blue/action_group_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/action_group_down.png -------------------------------------------------------------------------------- /theme-blue/audio-volume-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/audio-volume-high.png -------------------------------------------------------------------------------- /theme-blue/audio-volume-muted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/audio-volume-muted.png -------------------------------------------------------------------------------- /theme-blue/bubble_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/bubble_btn_pressed.png -------------------------------------------------------------------------------- /theme-blue/checkbox_radio_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/checkbox_radio_off.png -------------------------------------------------------------------------------- /theme-blue/checkbox_radio_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/checkbox_radio_on.png -------------------------------------------------------------------------------- /theme-blue/filechooser_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/filechooser_folder.png -------------------------------------------------------------------------------- /theme-blue/player-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/player-background.png -------------------------------------------------------------------------------- /theme-blue/sliderh_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/sliderh_background.png -------------------------------------------------------------------------------- /theme-blue/sliderv_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/sliderv_background.png -------------------------------------------------------------------------------- /theme-blue/splitter_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter_disabled.png -------------------------------------------------------------------------------- /theme-blue/switch-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/switch-background.png -------------------------------------------------------------------------------- /theme-blue/textinput_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/textinput_disabled.png -------------------------------------------------------------------------------- /theme-blue/vkeyboard_key_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/vkeyboard_key_down.png -------------------------------------------------------------------------------- /theme-orange/action_item_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/action_item_down.png -------------------------------------------------------------------------------- /theme-orange/audio-volume-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/audio-volume-low.png -------------------------------------------------------------------------------- /theme-orange/button_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/button_disabled.png -------------------------------------------------------------------------------- /theme-orange/filechooser_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/filechooser_file.png -------------------------------------------------------------------------------- /theme-orange/previous_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/previous_normal.png -------------------------------------------------------------------------------- /theme-orange/selector_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/selector_middle.png -------------------------------------------------------------------------------- /theme-orange/spinner_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/spinner_disabled.png -------------------------------------------------------------------------------- /theme-orange/spinner_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/spinner_pressed.png -------------------------------------------------------------------------------- /theme-orange/splitter_down_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter_down_h.png -------------------------------------------------------------------------------- /theme-orange/splitter_grip_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter_grip_h.png -------------------------------------------------------------------------------- /theme-orange/tab_btn_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/tab_btn_disabled.png -------------------------------------------------------------------------------- /theme-orange/tab_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/tab_btn_pressed.png -------------------------------------------------------------------------------- /theme-orange/textinput_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/textinput_active.png -------------------------------------------------------------------------------- /red-lightgrey/action_group_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/action_group_down.png -------------------------------------------------------------------------------- /red-lightgrey/action_item_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/action_item_down.png -------------------------------------------------------------------------------- /red-lightgrey/audio-volume-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/audio-volume-high.png -------------------------------------------------------------------------------- /red-lightgrey/audio-volume-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/audio-volume-low.png -------------------------------------------------------------------------------- /red-lightgrey/audio-volume-muted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/audio-volume-muted.png -------------------------------------------------------------------------------- /red-lightgrey/bubble_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/bubble_btn_pressed.png -------------------------------------------------------------------------------- /red-lightgrey/checkbox_radio_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/checkbox_radio_off.png -------------------------------------------------------------------------------- /red-lightgrey/checkbox_radio_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/checkbox_radio_on.png -------------------------------------------------------------------------------- /red-lightgrey/filechooser_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/filechooser_file.png -------------------------------------------------------------------------------- /red-lightgrey/filechooser_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/filechooser_folder.png -------------------------------------------------------------------------------- /red-lightgrey/player-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/player-background.png -------------------------------------------------------------------------------- /red-lightgrey/sliderh_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/sliderh_background.png -------------------------------------------------------------------------------- /red-lightgrey/sliderv_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/sliderv_background.png -------------------------------------------------------------------------------- /red-lightgrey/spinner_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/spinner_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/splitter_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/switch-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/switch-background.png -------------------------------------------------------------------------------- /red-lightgrey/tab_btn_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/tab_btn_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/textinput_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/textinput_active.png -------------------------------------------------------------------------------- /red-lightgrey/textinput_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/textinput_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/vkeyboard_key_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/vkeyboard_key_down.png -------------------------------------------------------------------------------- /theme-blue/action_group_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/action_group_disabled.png -------------------------------------------------------------------------------- /theme-blue/audio-volume-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/audio-volume-medium.png -------------------------------------------------------------------------------- /theme-blue/checkbox_disabled_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/checkbox_disabled_off.png -------------------------------------------------------------------------------- /theme-blue/checkbox_disabled_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/checkbox_disabled_on.png -------------------------------------------------------------------------------- /theme-blue/filechooser_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/filechooser_selected.png -------------------------------------------------------------------------------- /theme-blue/media-playback-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/media-playback-pause.png -------------------------------------------------------------------------------- /theme-blue/media-playback-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/media-playback-start.png -------------------------------------------------------------------------------- /theme-blue/media-playback-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/media-playback-stop.png -------------------------------------------------------------------------------- /theme-blue/modalview-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/modalview-background.png -------------------------------------------------------------------------------- /theme-blue/player-play-overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/player-play-overlay.png -------------------------------------------------------------------------------- /theme-blue/splitter_disabled_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter_disabled_h.png -------------------------------------------------------------------------------- /theme-blue/vkeyboard_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/vkeyboard_background.png -------------------------------------------------------------------------------- /theme-blue/vkeyboard_key_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/vkeyboard_key_normal.png -------------------------------------------------------------------------------- /theme-orange/action_group_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/action_group_down.png -------------------------------------------------------------------------------- /theme-orange/audio-volume-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/audio-volume-high.png -------------------------------------------------------------------------------- /theme-orange/audio-volume-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/audio-volume-medium.png -------------------------------------------------------------------------------- /theme-orange/audio-volume-muted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/audio-volume-muted.png -------------------------------------------------------------------------------- /theme-orange/bubble_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/bubble_btn_pressed.png -------------------------------------------------------------------------------- /theme-orange/checkbox_radio_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/checkbox_radio_off.png -------------------------------------------------------------------------------- /theme-orange/checkbox_radio_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/checkbox_radio_on.png -------------------------------------------------------------------------------- /theme-orange/filechooser_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/filechooser_folder.png -------------------------------------------------------------------------------- /theme-orange/media-playback-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/media-playback-stop.png -------------------------------------------------------------------------------- /theme-orange/player-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/player-background.png -------------------------------------------------------------------------------- /theme-orange/player-play-overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/player-play-overlay.png -------------------------------------------------------------------------------- /theme-orange/sliderh_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/sliderh_background.png -------------------------------------------------------------------------------- /theme-orange/sliderv_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/sliderv_background.png -------------------------------------------------------------------------------- /theme-orange/splitter_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter_disabled.png -------------------------------------------------------------------------------- /theme-orange/splitter_disabled_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter_disabled_h.png -------------------------------------------------------------------------------- /theme-orange/switch-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/switch-background.png -------------------------------------------------------------------------------- /theme-orange/textinput_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/textinput_disabled.png -------------------------------------------------------------------------------- /theme-orange/vkeyboard_key_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/vkeyboard_key_down.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | kivy-themes 2 | ================= 3 | 4 | Here are some Kivy themes I made, drawing from the original Kivy theme. 5 | -------------------------------------------------------------------------------- /red-lightgrey/audio-volume-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/audio-volume-medium.png -------------------------------------------------------------------------------- /red-lightgrey/checkbox_disabled_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/checkbox_disabled_on.png -------------------------------------------------------------------------------- /red-lightgrey/filechooser_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/filechooser_selected.png -------------------------------------------------------------------------------- /red-lightgrey/media-playback-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/media-playback-pause.png -------------------------------------------------------------------------------- /red-lightgrey/media-playback-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/media-playback-start.png -------------------------------------------------------------------------------- /red-lightgrey/media-playback-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/media-playback-stop.png -------------------------------------------------------------------------------- /red-lightgrey/modalview-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/modalview-background.png -------------------------------------------------------------------------------- /red-lightgrey/player-play-overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/player-play-overlay.png -------------------------------------------------------------------------------- /red-lightgrey/splitter_disabled_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter_disabled_h.png -------------------------------------------------------------------------------- /red-lightgrey/vkeyboard_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/vkeyboard_background.png -------------------------------------------------------------------------------- /red-lightgrey/vkeyboard_key_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/vkeyboard_key_normal.png -------------------------------------------------------------------------------- /theme-blue/button_disabled_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/button_disabled_pressed.png -------------------------------------------------------------------------------- /theme-blue/progressbar_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/progressbar_background.png -------------------------------------------------------------------------------- /theme-blue/slider_cursor_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/slider_cursor_disabled.png -------------------------------------------------------------------------------- /theme-blue/splitter_disabled_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter_disabled_down.png -------------------------------------------------------------------------------- /theme-blue/switch-button_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/switch-button_disabled.png -------------------------------------------------------------------------------- /theme-orange/action_group_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/action_group_disabled.png -------------------------------------------------------------------------------- /theme-orange/checkbox_disabled_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/checkbox_disabled_off.png -------------------------------------------------------------------------------- /theme-orange/checkbox_disabled_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/checkbox_disabled_on.png -------------------------------------------------------------------------------- /theme-orange/filechooser_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/filechooser_selected.png -------------------------------------------------------------------------------- /theme-orange/media-playback-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/media-playback-pause.png -------------------------------------------------------------------------------- /theme-orange/media-playback-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/media-playback-start.png -------------------------------------------------------------------------------- /theme-orange/modalview-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/modalview-background.png -------------------------------------------------------------------------------- /theme-orange/vkeyboard_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/vkeyboard_background.png -------------------------------------------------------------------------------- /theme-orange/vkeyboard_key_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/vkeyboard_key_normal.png -------------------------------------------------------------------------------- /red-lightgrey/action_group_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/action_group_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/button_disabled_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/button_disabled_pressed.png -------------------------------------------------------------------------------- /red-lightgrey/checkbox_disabled_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/checkbox_disabled_off.png -------------------------------------------------------------------------------- /red-lightgrey/progressbar_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/progressbar_background.png -------------------------------------------------------------------------------- /red-lightgrey/slider_cursor_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/slider_cursor_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/splitter_disabled_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter_disabled_down.png -------------------------------------------------------------------------------- /red-lightgrey/switch-button_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/switch-button_disabled.png -------------------------------------------------------------------------------- /theme-blue/checkbox_radio_disabled_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/checkbox_radio_disabled_on.png -------------------------------------------------------------------------------- /theme-blue/splitter_disabled_down_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/splitter_disabled_down_h.png -------------------------------------------------------------------------------- /theme-blue/switch-background_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/switch-background_disabled.png -------------------------------------------------------------------------------- /theme-blue/tab_btn_disabled_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/tab_btn_disabled_pressed.png -------------------------------------------------------------------------------- /theme-blue/textinput_disabled_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/textinput_disabled_active.png -------------------------------------------------------------------------------- /theme-orange/button_disabled_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/button_disabled_pressed.png -------------------------------------------------------------------------------- /theme-orange/progressbar_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/progressbar_background.png -------------------------------------------------------------------------------- /theme-orange/slider_cursor_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/slider_cursor_disabled.png -------------------------------------------------------------------------------- /theme-orange/splitter_disabled_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter_disabled_down.png -------------------------------------------------------------------------------- /theme-orange/splitter_disabled_down_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/splitter_disabled_down_h.png -------------------------------------------------------------------------------- /theme-orange/switch-button_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/switch-button_disabled.png -------------------------------------------------------------------------------- /theme-orange/tab_btn_disabled_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/tab_btn_disabled_pressed.png -------------------------------------------------------------------------------- /red-lightgrey/splitter_disabled_down_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/splitter_disabled_down_h.png -------------------------------------------------------------------------------- /red-lightgrey/tab_btn_disabled_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/tab_btn_disabled_pressed.png -------------------------------------------------------------------------------- /red-lightgrey/textinput_disabled_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/textinput_disabled_active.png -------------------------------------------------------------------------------- /theme-blue/checkbox_radio_disabled_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/checkbox_radio_disabled_off.png -------------------------------------------------------------------------------- /theme-blue/sliderh_background_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/sliderh_background_disabled.png -------------------------------------------------------------------------------- /theme-blue/sliderv_background_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/sliderv_background_disabled.png -------------------------------------------------------------------------------- /theme-blue/vkeyboard_disabled_key_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/vkeyboard_disabled_key_down.png -------------------------------------------------------------------------------- /theme-orange/checkbox_radio_disabled_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/checkbox_radio_disabled_on.png -------------------------------------------------------------------------------- /theme-orange/switch-background_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/switch-background_disabled.png -------------------------------------------------------------------------------- /theme-orange/textinput_disabled_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/textinput_disabled_active.png -------------------------------------------------------------------------------- /red-lightgrey/checkbox_radio_disabled_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/checkbox_radio_disabled_off.png -------------------------------------------------------------------------------- /red-lightgrey/checkbox_radio_disabled_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/checkbox_radio_disabled_on.png -------------------------------------------------------------------------------- /red-lightgrey/sliderh_background_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/sliderh_background_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/sliderv_background_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/sliderv_background_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/switch-background_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/switch-background_disabled.png -------------------------------------------------------------------------------- /red-lightgrey/vkeyboard_disabled_key_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/vkeyboard_disabled_key_down.png -------------------------------------------------------------------------------- /theme-blue/vkeyboard_disabled_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/vkeyboard_disabled_background.png -------------------------------------------------------------------------------- /theme-blue/vkeyboard_disabled_key_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-blue/vkeyboard_disabled_key_normal.png -------------------------------------------------------------------------------- /theme-orange/checkbox_radio_disabled_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/checkbox_radio_disabled_off.png -------------------------------------------------------------------------------- /theme-orange/sliderh_background_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/sliderh_background_disabled.png -------------------------------------------------------------------------------- /theme-orange/sliderv_background_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/sliderv_background_disabled.png -------------------------------------------------------------------------------- /theme-orange/vkeyboard_disabled_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/vkeyboard_disabled_background.png -------------------------------------------------------------------------------- /theme-orange/vkeyboard_disabled_key_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/vkeyboard_disabled_key_down.png -------------------------------------------------------------------------------- /theme-orange/vkeyboard_disabled_key_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/theme-orange/vkeyboard_disabled_key_normal.png -------------------------------------------------------------------------------- /red-lightgrey/vkeyboard_disabled_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/vkeyboard_disabled_background.png -------------------------------------------------------------------------------- /red-lightgrey/vkeyboard_disabled_key_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/squarrel/kivy-themes/HEAD/red-lightgrey/vkeyboard_disabled_key_normal.png -------------------------------------------------------------------------------- /theme-blue/defaulttheme.atlas: -------------------------------------------------------------------------------- 1 | {"defaulttheme-0.png": {"progressbar_background": [391, 223, 24, 24], "tab_btn_disabled": [279, 127, 32, 32], "tab_btn_pressed": [381, 127, 32, 32], "image-missing": [249, 167, 48, 48], "splitter_h": [155, 113, 32, 7], "splitter_down": [501, 249, 7, 32], "splitter_disabled_down": [504, 127, 7, 32], "vkeyboard_key_down": [2, 34, 32, 32], "vkeyboard_disabled_key_down": [415, 127, 32, 32], "selector_right": [248, 219, 55, 62], "player-background": [2, 283, 103, 103], "selector_middle": [191, 219, 55, 62], "spinner": [235, 72, 29, 37], "tab_btn_disabled_pressed": [313, 127, 32, 32], "switch-button_disabled": [277, 287, 43, 32], "textinput_disabled_active": [372, 322, 64, 64], "splitter_grip": [499, 189, 12, 26], "vkeyboard_key_normal": [36, 34, 32, 32], "button_disabled": [80, 72, 29, 37], "media-playback-stop": [399, 167, 48, 48], "splitter": [501, 77, 7, 32], "splitter_down_h": [121, 113, 32, 7], "sliderh_background_disabled": [87, 122, 41, 37], "modalview-background": [2, 161, 45, 54], "button": [142, 72, 29, 37], "splitter_disabled": [503, 287, 7, 32], "checkbox_radio_disabled_on": [433, 77, 32, 32], "slider_cursor": [2, 111, 48, 48], "vkeyboard_disabled_background": [68, 217, 64, 64], "checkbox_disabled_on": [297, 77, 32, 32], "sliderv_background_disabled": [2, 68, 37, 41], "button_disabled_pressed": [111, 72, 29, 37], "audio-volume-muted": [199, 167, 48, 48], "close": [417, 227, 20, 20], "action_group_disabled": [468, 462, 33, 48], "vkeyboard_background": [2, 217, 64, 64], "checkbox_off": [331, 77, 32, 32], "tab_disabled": [305, 249, 96, 32], "sliderh_background": [130, 122, 41, 37], "switch-button": [322, 287, 43, 32], "tree_closed": [439, 227, 20, 20], "bubble_btn_pressed": [435, 287, 32, 32], "selector_left": [134, 219, 55, 62], "filechooser_file": [174, 322, 64, 64], "checkbox_radio_disabled_off": [399, 77, 32, 32], "checkbox_radio_on": [211, 127, 32, 32], "checkbox_on": [365, 77, 32, 32], "button_pressed": [173, 72, 29, 37], "audio-volume-high": [49, 167, 48, 48], "audio-volume-low": [99, 167, 48, 48], "progressbar": [305, 223, 32, 24], "previous_normal": [483, 127, 19, 32], "separator": [503, 462, 5, 48], "filechooser_folder": [240, 322, 64, 64], "checkbox_radio_off": [467, 77, 32, 32], "textinput_active": [306, 322, 64, 64], "textinput": [438, 322, 64, 64], "player-play-overlay": [126, 395, 117, 115], "media-playback-pause": [299, 167, 48, 48], "sliderv_background": [41, 68, 37, 41], "ring": [358, 402, 108, 108], "bubble_arrow": [70, 56, 16, 10], "slider_cursor_disabled": [449, 167, 48, 48], "checkbox_disabled_off": [469, 287, 32, 32], "action_group_down": [468, 412, 33, 48], "spinner_disabled": [204, 72, 29, 37], "splitter_disabled_h": [87, 113, 32, 7], "bubble": [107, 321, 65, 65], "media-playback-start": [349, 167, 48, 48], "vkeyboard_disabled_key_normal": [449, 127, 32, 32], "overflow": [245, 127, 32, 32], "tree_opened": [461, 227, 20, 20], "action_item": [339, 223, 24, 24], "bubble_btn": [401, 287, 32, 32], "audio-volume-medium": [149, 167, 48, 48], "action_group": [52, 111, 33, 48], "spinner_pressed": [266, 72, 29, 37], "filechooser_selected": [2, 388, 122, 122], "tab": [403, 249, 96, 32], "action_bar": [173, 123, 36, 36], "action_view": [365, 223, 24, 24], "tab_btn": [347, 127, 32, 32], "switch-background": [192, 287, 83, 32], "splitter_disabled_down_h": [468, 403, 32, 7], "action_item_down": [367, 287, 32, 32], "switch-background_disabled": [107, 287, 83, 32], "textinput_disabled": [245, 399, 111, 111], "splitter_grip_h": [483, 235, 26, 12]}} -------------------------------------------------------------------------------- /red-lightgrey/defaulttheme.atlas: -------------------------------------------------------------------------------- 1 | {"defaulttheme-0.png": {"progressbar_background": [391, 223, 24, 24], "tab_btn_disabled": [279, 127, 32, 32], "tab_btn_pressed": [381, 127, 32, 32], "image-missing": [249, 167, 48, 48], "splitter_h": [155, 113, 32, 7], "splitter_down": [501, 249, 7, 32], "splitter_disabled_down": [504, 127, 7, 32], "vkeyboard_key_down": [2, 34, 32, 32], "vkeyboard_disabled_key_down": [415, 127, 32, 32], "selector_right": [248, 219, 55, 62], "player-background": [2, 283, 103, 103], "selector_middle": [191, 219, 55, 62], "spinner": [235, 72, 29, 37], "tab_btn_disabled_pressed": [313, 127, 32, 32], "switch-button_disabled": [277, 287, 43, 32], "textinput_disabled_active": [372, 322, 64, 64], "splitter_grip": [499, 189, 12, 26], "vkeyboard_key_normal": [36, 34, 32, 32], "button_disabled": [80, 72, 29, 37], "media-playback-stop": [399, 167, 48, 48], "splitter": [501, 77, 7, 32], "splitter_down_h": [121, 113, 32, 7], "sliderh_background_disabled": [87, 122, 41, 37], "modalview-background": [2, 161, 45, 54], "button": [142, 72, 29, 37], "splitter_disabled": [503, 287, 7, 32], "checkbox_radio_disabled_on": [433, 77, 32, 32], "slider_cursor": [2, 111, 48, 48], "vkeyboard_disabled_background": [68, 217, 64, 64], "checkbox_disabled_on": [297, 77, 32, 32], "sliderv_background_disabled": [2, 68, 37, 41], "button_disabled_pressed": [111, 72, 29, 37], "audio-volume-muted": [199, 167, 48, 48], "close": [417, 227, 20, 20], "action_group_disabled": [468, 462, 33, 48], "vkeyboard_background": [2, 217, 64, 64], "checkbox_off": [331, 77, 32, 32], "tab_disabled": [305, 249, 96, 32], "sliderh_background": [130, 122, 41, 37], "switch-button": [322, 287, 43, 32], "tree_closed": [439, 227, 20, 20], "bubble_btn_pressed": [435, 287, 32, 32], "selector_left": [134, 219, 55, 62], "filechooser_file": [174, 322, 64, 64], "checkbox_radio_disabled_off": [399, 77, 32, 32], "checkbox_radio_on": [211, 127, 32, 32], "checkbox_on": [365, 77, 32, 32], "button_pressed": [173, 72, 29, 37], "audio-volume-high": [49, 167, 48, 48], "audio-volume-low": [99, 167, 48, 48], "progressbar": [305, 223, 32, 24], "previous_normal": [483, 127, 19, 32], "separator": [503, 462, 5, 48], "filechooser_folder": [240, 322, 64, 64], "checkbox_radio_off": [467, 77, 32, 32], "textinput_active": [306, 322, 64, 64], "textinput": [438, 322, 64, 64], "player-play-overlay": [126, 395, 117, 115], "media-playback-pause": [299, 167, 48, 48], "sliderv_background": [41, 68, 37, 41], "ring": [358, 402, 108, 108], "bubble_arrow": [70, 56, 16, 10], "slider_cursor_disabled": [449, 167, 48, 48], "checkbox_disabled_off": [469, 287, 32, 32], "action_group_down": [468, 412, 33, 48], "spinner_disabled": [204, 72, 29, 37], "splitter_disabled_h": [87, 113, 32, 7], "bubble": [107, 321, 65, 65], "media-playback-start": [349, 167, 48, 48], "vkeyboard_disabled_key_normal": [449, 127, 32, 32], "overflow": [245, 127, 32, 32], "tree_opened": [461, 227, 20, 20], "action_item": [339, 223, 24, 24], "bubble_btn": [401, 287, 32, 32], "audio-volume-medium": [149, 167, 48, 48], "action_group": [52, 111, 33, 48], "spinner_pressed": [266, 72, 29, 37], "filechooser_selected": [2, 388, 122, 122], "tab": [403, 249, 96, 32], "action_bar": [173, 123, 36, 36], "action_view": [365, 223, 24, 24], "tab_btn": [347, 127, 32, 32], "switch-background": [192, 287, 83, 32], "splitter_disabled_down_h": [468, 403, 32, 7], "action_item_down": [367, 287, 32, 32], "switch-background_disabled": [107, 287, 83, 32], "textinput_disabled": [245, 399, 111, 111], "splitter_grip_h": [483, 235, 26, 12]}} -------------------------------------------------------------------------------- /theme-orange/defaulttheme.atlas: -------------------------------------------------------------------------------- 1 | {"defaulttheme-0.png": {"progressbar_background": [391, 223, 24, 24], "tab_btn_disabled": [279, 127, 32, 32], "tab_btn_pressed": [381, 127, 32, 32], "image-missing": [249, 167, 48, 48], "splitter_h": [155, 113, 32, 7], "splitter_down": [501, 249, 7, 32], "splitter_disabled_down": [504, 127, 7, 32], "vkeyboard_key_down": [2, 34, 32, 32], "vkeyboard_disabled_key_down": [415, 127, 32, 32], "selector_right": [248, 219, 55, 62], "player-background": [2, 283, 103, 103], "selector_middle": [191, 219, 55, 62], "spinner": [235, 72, 29, 37], "tab_btn_disabled_pressed": [313, 127, 32, 32], "switch-button_disabled": [277, 287, 43, 32], "textinput_disabled_active": [372, 322, 64, 64], "splitter_grip": [499, 189, 12, 26], "vkeyboard_key_normal": [36, 34, 32, 32], "button_disabled": [80, 72, 29, 37], "media-playback-stop": [399, 167, 48, 48], "splitter": [501, 77, 7, 32], "splitter_down_h": [121, 113, 32, 7], "sliderh_background_disabled": [87, 122, 41, 37], "modalview-background": [2, 161, 45, 54], "button": [142, 72, 29, 37], "splitter_disabled": [503, 287, 7, 32], "checkbox_radio_disabled_on": [433, 77, 32, 32], "slider_cursor": [2, 111, 48, 48], "vkeyboard_disabled_background": [68, 217, 64, 64], "checkbox_disabled_on": [297, 77, 32, 32], "sliderv_background_disabled": [2, 68, 37, 41], "button_disabled_pressed": [111, 72, 29, 37], "audio-volume-muted": [199, 167, 48, 48], "close": [417, 227, 20, 20], "action_group_disabled": [468, 462, 33, 48], "vkeyboard_background": [2, 217, 64, 64], "checkbox_off": [331, 77, 32, 32], "tab_disabled": [305, 249, 96, 32], "sliderh_background": [130, 122, 41, 37], "switch-button": [322, 287, 43, 32], "tree_closed": [439, 227, 20, 20], "bubble_btn_pressed": [435, 287, 32, 32], "selector_left": [134, 219, 55, 62], "filechooser_file": [174, 322, 64, 64], "checkbox_radio_disabled_off": [399, 77, 32, 32], "checkbox_radio_on": [211, 127, 32, 32], "checkbox_on": [365, 77, 32, 32], "button_pressed": [173, 72, 29, 37], "audio-volume-high": [49, 167, 48, 48], "audio-volume-low": [99, 167, 48, 48], "progressbar": [305, 223, 32, 24], "previous_normal": [483, 127, 19, 32], "separator": [503, 462, 5, 48], "filechooser_folder": [240, 322, 64, 64], "checkbox_radio_off": [467, 77, 32, 32], "textinput_active": [306, 322, 64, 64], "textinput": [438, 322, 64, 64], "player-play-overlay": [126, 395, 117, 115], "media-playback-pause": [299, 167, 48, 48], "sliderv_background": [41, 68, 37, 41], "ring": [358, 402, 108, 108], "bubble_arrow": [70, 56, 16, 10], "slider_cursor_disabled": [449, 167, 48, 48], "checkbox_disabled_off": [469, 287, 32, 32], "action_group_down": [468, 412, 33, 48], "spinner_disabled": [204, 72, 29, 37], "splitter_disabled_h": [87, 113, 32, 7], "bubble": [107, 321, 65, 65], "media-playback-start": [349, 167, 48, 48], "vkeyboard_disabled_key_normal": [449, 127, 32, 32], "overflow": [245, 127, 32, 32], "tree_opened": [461, 227, 20, 20], "action_item": [339, 223, 24, 24], "bubble_btn": [401, 287, 32, 32], "audio-volume-medium": [149, 167, 48, 48], "action_group": [52, 111, 33, 48], "spinner_pressed": [266, 72, 29, 37], "filechooser_selected": [2, 388, 122, 122], "tab": [403, 249, 96, 32], "action_bar": [173, 123, 36, 36], "action_view": [365, 223, 24, 24], "tab_btn": [347, 127, 32, 32], "switch-background": [192, 287, 83, 32], "splitter_disabled_down_h": [468, 403, 32, 7], "action_item_down": [367, 287, 32, 32], "switch-background_disabled": [107, 287, 83, 32], "textinput_disabled": [245, 399, 111, 111], "splitter_grip_h": [483, 235, 26, 12]}} --------------------------------------------------------------------------------