From 6af46f2ae6c84371051b03b2dc40c186a1e03631 Mon Sep 17 00:00:00 2001 From: TeamLinux01 <43735175+TeamLinux01@users.noreply.github.com> Date: Mon, 27 May 2024 16:52:52 -0400 Subject: [PATCH] Added a description to help with changing profile colors --- exampleSite/config.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index abfb0e0f..ac4d36fb 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -85,21 +85,22 @@ params: textAlign: left # default: left # color preference + # When using hex codes for colors, quotations must be used along with the # sign # color: - # textColor: - # secondaryTextColor: - # backgroundColor: - # secondaryBackgroundColor: - # primaryColor: - # secondaryColor: + # textColor: "#343a40" + # secondaryTextColor: "#6c757d" + # backgroundColor: "#eaedf0" + # secondaryBackgroundColor: "#64ffda1a" + # primaryColor: "#007bff" + # secondaryColor: "#f8f9fa" # darkmode: - # textColor: - # secondaryTextColor: - # backgroundColor: - # secondaryBackgroundColor: - # primaryColor: - # secondaryColor: + # textColor: "#e4e6eb" + # secondaryTextColor: "#b0b3b8" + # backgroundColor: "#18191a" + # secondaryBackgroundColor: "#212529" + # primaryColor: "#ffffff" + # secondaryColor: "#212529" # If you want to customize the menu, you can change it here navbar: