Merge pull request #3822 from stuartbreckenridge/fix-3821

Renames Default theme to NetNewsWire
This commit is contained in:
Maurice Parker
2023-02-08 16:53:57 -08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ enum UserInterfaceColorPalette: Int, CustomStringConvertible, CaseIterable {
final class AppDefaults {
static let defaultThemeName = "Default"
static let defaultThemeName = "NetNewsWire"
static let shared = AppDefaults()
private init() {}