style<*>: new dark theme

This commit is contained in:
leo 2022-10-26 10:02:22 +08:00
parent fc9ede3e09
commit 476c23f9d2
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ namespace SourceGit.Models {
/// <summary>
/// 是否启用深色主题
/// </summary>
public bool UseDarkTheme { get; set; } = true;
public bool UseDarkTheme { get; set; } = false;
/// <summary>
/// 起始页仓库列表排序规则