aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/default
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-27 20:12:13 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-27 20:12:13 +0200
commit8386b43ba9ed8f07c5e80b4f0db415d7f965a6b8 (patch)
tree7981e599c55de6e900935a72362ac697240ad6fd /src/theme/default
parentFix random logout issues (diff)
downloadferdium-app-8386b43ba9ed8f07c5e80b4f0db415d7f965a6b8.tar.gz
ferdium-app-8386b43ba9ed8f07c5e80b4f0db415d7f965a6b8.tar.zst
ferdium-app-8386b43ba9ed8f07c5e80b4f0db415d7f965a6b8.zip
Add more custom branding
Diffstat (limited to 'src/theme/default')
-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 46847c60b..44496948d 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 = '#373a3c'; 8export const themeGrayDark = '#7367F0';
9export const themeGray = '#55595c'; 9export const themeGray = '#7367F0';
10export const themeGrayLight = '#818a91'; 10export const themeGrayLight = '#CE9FFC';
11export const themeGrayLighter = '#eceeef'; 11export const themeGrayLighter = '#eceeef';
12export const themeGrayLightest = '#f7f7f9'; 12export const themeGrayLightest = '#f7f7f9';
13 13