2 Apperarance - loyistro/gofun GitHub Wiki
Theme Mode
# hugo.yaml
params:
theme: "auto" # auto, light, dark
Color Palette
I’ve added a new color palette named “Gofun”, inspired by same name of the traditional colors of Japan, I hope you’ll like it!
# hugo.yaml
params:
colorPalette: "gofun" # gofun, default, catpuccin, gruvebox, eink
There are some color palettes available as options from the origianl Typo theme. You can also add your own color palette in assets/css/colors/
, and update the colorPalette
parameter to use your custom palette.