diff --git a/action.yaml b/action.yaml index 9e4bf3c..bd456fd 100644 --- a/action.yaml +++ b/action.yaml @@ -25,7 +25,7 @@ inputs: description: 'The frontend small icon. Provide a path to a locally-accessible file.' theme_name: description: 'The frontend theme name.' - default: 'core' + default: 'core-beta' theme_color: description: 'The frontend theme color.' theme_header: diff --git a/cmd/ctfd-setup/main.go b/cmd/ctfd-setup/main.go index 74c72bc..b9ded69 100644 --- a/cmd/ctfd-setup/main.go +++ b/cmd/ctfd-setup/main.go @@ -88,7 +88,7 @@ func main() { &cli.StringFlag{ Name: "theme.name", Usage: "The frontend theme name.", - Value: "core", + Value: "core-beta", EnvVars: []string{"THEME_NAME", "PLUGIN_THEME_NAME"}, Category: configuration, },