add missed file in last commit
This commit is contained in:
parent
40b9be6709
commit
ed6dd249c3
|
@ -38,8 +38,8 @@ struct AppAssets {
|
||||||
return RSImage(named: "faviconTemplateImage")!
|
return RSImage(named: "faviconTemplateImage")!
|
||||||
}()
|
}()
|
||||||
|
|
||||||
static var avatarBackgroundColor: NSColor = {
|
static var avatarLightBackgroundColor: NSColor = {
|
||||||
return NSColor(named: NSColor.Name("avatarBackgroundColor"))!
|
return NSColor(named: NSColor.Name("avatarLightBackgroundColor"))!
|
||||||
}()
|
}()
|
||||||
|
|
||||||
static var avatarDarkBackgroundColor: NSColor = {
|
static var avatarDarkBackgroundColor: NSColor = {
|
||||||
|
|
Loading…
Reference in New Issue