From 0d202a7e4dcf57e56112192a3e8e7cf828009326 Mon Sep 17 00:00:00 2001 From: Daniel Schmitz Date: Wed, 23 Jun 2021 11:20:18 +0800 Subject: [PATCH 1/6] wip --- templates/Sparkle/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/Sparkle/config.json b/templates/Sparkle/config.json index 1effdcb9..70e23c9c 100644 --- a/templates/Sparkle/config.json +++ b/templates/Sparkle/config.json @@ -2,7 +2,8 @@ "variants": { "default": { "css": [ - "main.css" + "main.css", + "custom.css" ], "js": [ "main.js", From abb98ae96066f872e40bc622753942bbced7bd9c Mon Sep 17 00:00:00 2001 From: Daniel Schmitz Date: Wed, 23 Jun 2021 11:21:33 +0800 Subject: [PATCH 2/6] wip --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3d547882..af9ea36f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ logs/* !templates/Sparkle/ !templates/misc/ templates/Froxlor/assets/img/logo_custom.png +templates/Sparkle/assets/css/custom.css vendor/ From cacbf7fec75cf58a384be54cdb6255107af80668 Mon Sep 17 00:00:00 2001 From: Daniel Schmitz Date: Mon, 28 Jun 2021 10:34:21 +0800 Subject: [PATCH 3/6] wip --- .gitignore | 1 - templates/Sparkle/assets/css/custom.css | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 templates/Sparkle/assets/css/custom.css diff --git a/.gitignore b/.gitignore index af9ea36f..3d547882 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,4 @@ logs/* !templates/Sparkle/ !templates/misc/ templates/Froxlor/assets/img/logo_custom.png -templates/Sparkle/assets/css/custom.css vendor/ diff --git a/templates/Sparkle/assets/css/custom.css b/templates/Sparkle/assets/css/custom.css new file mode 100644 index 00000000..4a7ec3eb --- /dev/null +++ b/templates/Sparkle/assets/css/custom.css @@ -0,0 +1 @@ +/* Put your custom CSS here */ \ No newline at end of file From 6923f9d92673b69f38f2e8af0c0d3f6da9a7ac8a Mon Sep 17 00:00:00 2001 From: Daniel Schmitz Date: Mon, 28 Jun 2021 10:35:15 +0800 Subject: [PATCH 4/6] Revert "wip" This reverts commit cacbf7fec75cf58a384be54cdb6255107af80668. --- .gitignore | 1 + templates/Sparkle/assets/css/custom.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 templates/Sparkle/assets/css/custom.css diff --git a/.gitignore b/.gitignore index 3d547882..af9ea36f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ logs/* !templates/Sparkle/ !templates/misc/ templates/Froxlor/assets/img/logo_custom.png +templates/Sparkle/assets/css/custom.css vendor/ diff --git a/templates/Sparkle/assets/css/custom.css b/templates/Sparkle/assets/css/custom.css deleted file mode 100644 index 4a7ec3eb..00000000 --- a/templates/Sparkle/assets/css/custom.css +++ /dev/null @@ -1 +0,0 @@ -/* Put your custom CSS here */ \ No newline at end of file From b9b2f00f307063c00a0d241d8b4957ed015ae2e0 Mon Sep 17 00:00:00 2001 From: Daniel Schmitz Date: Mon, 28 Jun 2021 10:37:23 +0800 Subject: [PATCH 5/6] wip --- templates/Sparkle/assets/css/custom.example.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/Sparkle/assets/css/custom.example.css diff --git a/templates/Sparkle/assets/css/custom.example.css b/templates/Sparkle/assets/css/custom.example.css new file mode 100644 index 00000000..66f3fef1 --- /dev/null +++ b/templates/Sparkle/assets/css/custom.example.css @@ -0,0 +1 @@ +/* To include your custom CSS for this theme, please rename this file to "custom.css" and place your CSS in it */ \ No newline at end of file From 4f2ceaa3ab505fae049e3b0a0c15abf1bdb4e9c6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 13 Jul 2021 10:29:36 +0800 Subject: [PATCH 6/6] wip --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index af9ea36f..93730408 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,5 @@ logs/* !templates/Froxlor/ !templates/Sparkle/ !templates/misc/ -templates/Froxlor/assets/img/logo_custom.png templates/Sparkle/assets/css/custom.css vendor/