carbonkivy.app

Module Contents

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

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

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

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

Recursively load all kv files from a given directory.