carbonkivy.app

Classes

CarbonApp

The Main App class inherits from CarbonTheme to update the theme and appropriate colors based on the given theme.

Module Contents

class carbonkivy.app.CarbonApp(**kwargs)[source]

Bases: kivy.app.App, carbonkivy.theme.theme.CarbonTheme

The Main App class inherits from CarbonTheme to update the theme and appropriate colors based on the given theme.

apply_system_bars(*args) None[source]
on_theme(*args) None[source]
load_all_kv_files(directory: str, *args) None[source]

Recursively load all kv files from a given directory.