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

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

export const colorHeadline = legacyStyles.darkThemeTextColor;
export const colorText = legacyStyles.darkThemeTextColor;