Skip to content

Commit

Permalink
Merge pull request #170 from TeamLinux01/exampleDefault
Browse files Browse the repository at this point in the history
Added a description to help with changing profile colors
  • Loading branch information
gurusabarish authored Jun 15, 2024
2 parents 4eb45a4 + 6af46f2 commit d3755c8
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions exampleSite/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d3755c8

Please sign in to comment.