aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme
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 /src/theme
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 'src/theme')
-rw-r--r--src/theme/default/legacy.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theme/default/legacy.js b/src/theme/default/legacy.js
index 44496948d..46847c60b 100644
--- a/src/theme/default/legacy.js
+++ b/src/theme/default/legacy.js
@@ -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