From 64a979dc39ba02db4cd52946443f42a90e3b256d Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Jun 2024 18:00:36 -0400 Subject: [PATCH] Update color scheme --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index f7e3fed..0ef71a1 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,7 +5,7 @@ # Refer to the theme docs for more details about each of these parameters. # https://blowfish.page/docs/configuration/#theme-parameters -colorScheme = "terminal" +colorScheme = "princess" defaultAppearance = "light" # valid options: light or dark autoSwitchAppearance = false