add missed file in last commit

This commit is contained in:
Maurice Parker 2019-06-14 15:35:12 -05:00
parent 40b9be6709
commit ed6dd249c3
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ struct AppAssets {
return RSImage(named: "faviconTemplateImage")!
}()
static var avatarBackgroundColor: NSColor = {
return NSColor(named: NSColor.Name("avatarBackgroundColor"))!
static var avatarLightBackgroundColor: NSColor = {
return NSColor(named: NSColor.Name("avatarLightBackgroundColor"))!
}()
static var avatarDarkBackgroundColor: NSColor = {