aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/dark/index.js
blob: aafa7cb27e923d8ab15d0097ade671acb10a45b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
import hexToRgba from 'hex-to-rgba';

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;

// Webview Loader
export const colorWebviewLoaderBackground = hexToRgba(legacyStyles.darkThemeGrayDarkest, 0.5);