aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/dark/index.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-22 16:55:47 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-22 16:55:47 +0100
commitb00e026146020bdc0f65d573bf5d54b24bc76065 (patch)
treec33b6f8b20628c319ae2a416f1da418336515832 /src/theme/dark/index.js
parentAdd modal overlay color (diff)
downloadferdium-app-b00e026146020bdc0f65d573bf5d54b24bc76065.tar.gz
ferdium-app-b00e026146020bdc0f65d573bf5d54b24bc76065.tar.zst
ferdium-app-b00e026146020bdc0f65d573bf5d54b24bc76065.zip
remove legacy theme files
Diffstat (limited to 'src/theme/dark/index.js')
-rw-r--r--src/theme/dark/index.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/theme/dark/index.js b/src/theme/dark/index.js
deleted file mode 100644
index 8fdb321f3..000000000
--- a/src/theme/dark/index.js
+++ /dev/null
@@ -1,19 +0,0 @@
1import hexToRgba from 'hex-to-rgba';
2
3import * as legacyStyles from '../default/legacy';
4
5export const colorBackground = legacyStyles.darkThemeGrayDarkest;
6export const colorBackgroundSubscriptionContainer = legacyStyles.themeBrandInfo;
7
8export const colorHeadline = legacyStyles.darkThemeTextColor;
9export const colorText = legacyStyles.darkThemeTextColor;
10
11// Error Handler
12export const colorWebviewErrorHandlerBackground = legacyStyles.darkThemeGrayDarkest;
13
14// Loader
15export const colorFullscreenLoaderSpinner = '#FFF';
16export const colorWebviewLoaderBackground = hexToRgba(legacyStyles.darkThemeGrayDarkest, 0.5);
17
18// Modal
19export const colorModalOverlayBackground = hexToRgba(legacyStyles.darkThemeGrayDarkest, 0.8);