diff options
Diffstat (limited to 'src/lib/themes.ts')
-rw-r--r-- | src/lib/themes.ts | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/themes.ts b/src/lib/themes.ts index aa166e323..d7043ad2d 100644 --- a/src/lib/themes.ts +++ b/src/lib/themes.ts @@ -21,6 +21,7 @@ export const defaultTheme: Theme = { replyLine: colors.gray2, replyLineDot: colors.gray3, unreadNotifBg: '#ebf6ff', + unreadNotifBorder: colors.blue1, postCtrl: '#71768A', brandText: '#0066FF', emptyStateIcon: '#B6B6C9', @@ -296,15 +297,16 @@ export const darkTheme: Theme = { textLight: colors.gray3, textInverted: colors.black, link: colors.blue3, - border: colors.gray6, - borderDark: colors.gray5, + border: colors.black, + borderDark: colors.gray6, icon: colors.gray4, // non-standard textVeryLight: colors.gray4, replyLine: colors.gray5, replyLineDot: colors.gray6, - unreadNotifBg: colors.blue5, + unreadNotifBg: colors.blue7, + unreadNotifBorder: colors.blue6, postCtrl: '#61657A', brandText: '#0085ff', emptyStateIcon: colors.gray4, |