diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 2168a68..7045fd3 100644 --- a/_config.yml +++ b/_config.yml @@ -95,6 +95,17 @@ yat: # Custom color as below: # theme_color: "#882250" +# You can choose a brand color +# Default brand colors as below: +# orangered: #ff5100 +# greatgold: #f2cb05 +# greenblue: #389092 +# +# brand_color: orangered +# +# Custom color as below: +# brand_color: "#1a8e42" + # Night/Dark mode # Default mode is "auto", "auto" is for auto nightshift # (19:00 - 07:00), "manual" is for manual toggle, and |