From 8eef4c3989e1eadad175cbf859c11099171b28ac Mon Sep 17 00:00:00 2001 From: Hannes Date: Wed, 18 Feb 2026 16:11:17 +0100 Subject: [PATCH] Created basic Config --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..0270a8e --- /dev/null +++ b/config.toml @@ -0,0 +1,6 @@ +[config] +# default mode (can still override with --mode) +mode = "dark" + +# where generated files go (optional, but good to define) +output_dir = "~/.config/matugen/generated" \ No newline at end of file