diff --git a/Wox/ViewModel/SettingWindowViewModel.cs b/Wox/ViewModel/SettingWindowViewModel.cs index 016f38a513..32af970994 100644 --- a/Wox/ViewModel/SettingWindowViewModel.cs +++ b/Wox/ViewModel/SettingWindowViewModel.cs @@ -114,7 +114,7 @@ namespace Wox.ViewModel #region theme - public static string Theme => @"http://www.getwox.com/theme"; + public static string Theme => @"http://www.getwox.com/theme/builder"; public string SelectedTheme { @@ -314,4 +314,4 @@ namespace Wox.ViewModel #endregion } -} \ No newline at end of file +}