aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-03 09:54:30 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-03 09:54:30 +0200
commit02c62c7b7578ff47d690b3085baa105b47bfe026 (patch)
tree4538eb79ad9dc0b1938ce86394c6dc406f633524 /packages
parentChange protocol to ferdi (diff)
downloadferdium-app-02c62c7b7578ff47d690b3085baa105b47bfe026.tar.gz
ferdium-app-02c62c7b7578ff47d690b3085baa105b47bfe026.tar.zst
ferdium-app-02c62c7b7578ff47d690b3085baa105b47bfe026.zip
i18n custom Ferdi strings
Diffstat (limited to 'packages')
-rw-r--r--packages/theme/src/themes/legacy/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/theme/src/themes/legacy/index.ts b/packages/theme/src/themes/legacy/index.ts
index 5a2d56a84..17dcf883e 100644
--- a/packages/theme/src/themes/legacy/index.ts
+++ b/packages/theme/src/themes/legacy/index.ts
@@ -5,9 +5,9 @@ export const themeBrandInfo = '#5bc0de';
5export const themeBrandWarning = '#FF9F00'; 5export const themeBrandWarning = '#FF9F00';
6export const themeBrandDanger = '#d9534f'; 6export const themeBrandDanger = '#d9534f';
7 7
8export const themeGrayDark = '#7367F0'; 8export const themeGrayDark = '#373a3c';
9export const themeGray = '#7367F0'; 9export const themeGray = '#55595c';
10export const themeGrayLight = '#CE9FFC'; 10export const themeGrayLight = '#818a91';
11export const themeGrayLighter = '#eceeef'; 11export const themeGrayLighter = '#eceeef';
12export const themeGrayLightest = '#f7f7f9'; 12export const themeGrayLightest = '#f7f7f9';
13 13