Add better colors

This commit is contained in:
Djordje Atlialp 2021-01-10 18:29:01 +01:00
parent d549a90e48
commit 81f58d3911
5 changed files with 10 additions and 10 deletions

View file

@ -93,7 +93,7 @@ disableHugoGeneratorInject = false
# Default theme "light" or "dark"
#
defaultTheme = "dark"
themeColor = "#252627"
themeColor = "#1b1c1d"
# Custom footer
# If you want, you can easily override the default footer with your own content.
@ -104,9 +104,9 @@ disableHugoGeneratorInject = false
# Colors for favicons
#
[params.favicon.color]
mask = "#252627"
msapplication = "#252627"
theme = "#252627"
mask = "#1b1c1d"
msapplication = "#1b1c1d"
theme = "#1b1c1d"
[params.logo]
logoMark = ">"