aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/dark/index.js
blob: 496a511191f5833112bfb0258e3d91c5908a4516 (plain) (blame)
1
2
3
4
5
6
import * as legacyStyles from '../default/legacy';

export const colorBackground = legacyStyles.darkThemeGrayDarkest;
export const colorBackgroundSubscriptionContainer = legacyStyles.themeBrandInfo;

export const colorHeadline = legacyStyles.darkThemeTextColor;