5#ifndef MIDDAY_COMMANDER_CONFIG_H
6#define MIDDAY_COMMANDER_CONFIG_H
17 explicit Config(
const std::filesystem::path& path = std::string{getenv(
"HOME")} +
"/.midday.json");
Provides external configuration to the Application.
Definition: Config.h:15
Theme theme
Definition: Config.h:19
Represents a set of colors used by Interface.
Definition: Theme.h:15
static Theme defaultTheme
Definition: Theme.h:71