From 52d577dc63abecb0d83fc970ddc409cfa8b7183d Mon Sep 17 00:00:00 2001 From: hal Date: Fri, 4 Oct 2024 12:54:53 +0000 Subject: [PATCH] theme config --- themes/risotto/theme.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 themes/risotto/theme.toml diff --git a/themes/risotto/theme.toml b/themes/risotto/theme.toml new file mode 100644 index 0000000..abf6f94 --- /dev/null +++ b/themes/risotto/theme.toml @@ -0,0 +1,14 @@ +name = "risotto" +license = "MIT" +licenselink = "https://github.com/joeroe/risotto/blob/master/LICENSE" +description = "A minimalist, responsive theme inspired by terminal ricing aesthetics." + +homepage = "https://github.com/joeroe/risotto" +demosite = "https://risotto.joeroe.io" + +tags = ["responsive", "minimal", "dark mode"] +features = [] + +[author] + name = "Joe Roe" + homepage = "https://joeroe.io"