aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/dark/index.js
blob: 5aa64a902c42dd8a1558f8ff926feec8bd11c11a (plain) (blame)
1
2
3
4
5
6
7
8
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;