From 8e5d6506ff6d68f2c11f06fb1001f615a9529687 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 1 Dec 2023 15:00:12 +0300 Subject: [PATCH] Add discord CSS template --- README.md | 3 + flake.nix | 3 +- templates/discordCss.nix | 170 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 175 insertions(+), 1 deletion(-) create mode 100644 templates/discordCss.nix diff --git a/README.md b/README.md index 5dbbec6..4e92b5c 100644 --- a/README.md +++ b/README.md @@ -306,11 +306,14 @@ in {} Themes also have templates, which generate templates with the color scheme. You can use a template by doing `themes.gruvboxbox-dark-hard.`. +There are instructions on how to use these in the file they are located. Check `templates/