aboutsummaryrefslogtreecommitdiffstats
path: root/src/themes/legacy/index.ts
blob: 9caefc6988b44fd9b1122449f4e90160cfa36d5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* legacy config, injected into sass */
export { DEFAULT_ACCENT_COLOR as themeBrandPrimary } from '../../config';

export const themeBrandInfo = '#5bc0de';

export const themeGrayDark = '#373a3c';
export const themeGray = '#55595c';
export const themeGrayLight = '#818a91';
export const themeGrayLighter = '#eceeef';
export const themeGrayLightest = '#f7f7f9';

export const themeBorderRadius = '6px';
export const themeBorderRadiusSmall = '3px';

export const darkThemeBlack = '#1A1A1A';

export const darkThemeGrayDarkest = '#1E1E1E';
export const darkThemeGrayDarker = '#2D2F31';
export const darkThemeGrayDark = '#383A3B';

export const darkThemeGray = '#47494B';

export const darkThemeGrayLight = '#515355';
export const darkThemeGrayLighter = '#8a8b8b';
export const darkThemeGrayLightest = '#FFFFFF';

export const darkThemeGraySmoke = '#CED0D1';
export const darkThemeTextColor = '#FFFFFF';