feat: mobile app package (#1075)
This commit is contained in:
50
packages/mobile/src/Style/Themes/blue-dark.json
Normal file
50
packages/mobile/src/Style/Themes/blue-dark.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"stylekitBaseFontSize": "14px",
|
||||
"stylekitFontSizeP": "1.0rem",
|
||||
"stylekitFontSizeEditor": "1.21rem",
|
||||
"stylekitFontSizeH6": "0.8rem",
|
||||
"stylekitFontSizeH5": "0.9rem",
|
||||
"stylekitFontSizeH4": "1.0rem",
|
||||
"stylekitFontSizeH3": "1.1rem",
|
||||
"stylekitFontSizeH2": "1.2rem",
|
||||
"stylekitFontSizeH1": "1.3rem",
|
||||
"stylekitNeutralColor": "#C4C4C4",
|
||||
"stylekitNeutralContrastColor": "#ffffff",
|
||||
"stylekitInfoColor": "#749BDA",
|
||||
"stylekitInfoContrastColor": "#121212",
|
||||
"stylekitSuccessColor": "#82AD6F",
|
||||
"stylekitSuccessContrastColor": "#ffffff",
|
||||
"stylekitWarningColor": "#E0934D",
|
||||
"stylekitWarningContrastColor": "#ffffff",
|
||||
"stylekitDangerColor": "#CE7E7E",
|
||||
"stylekitDangerContrastColor": "#ffffff",
|
||||
"stylekitShadowColor": "#20202b",
|
||||
"stylekitBackgroundColor": "#121212",
|
||||
"stylekitBorderColor": "#2E2E2E",
|
||||
"stylekitForegroundColor": "#E0E0E0",
|
||||
"stylekitContrastBackgroundColor": "#2E2E2E",
|
||||
"stylekitContrastForegroundColor": "#E0E0E0",
|
||||
"stylekitContrastBorderColor": "#2E2E2E",
|
||||
"stylekitSecondaryBackgroundColor": "#121212",
|
||||
"stylekitSecondaryForegroundColor": "#E0E0E0",
|
||||
"stylekitSecondaryBorderColor": "#2E2E2E",
|
||||
"stylekitSecondaryContrastBackgroundColor": "#2E2E2E",
|
||||
"stylekitSecondaryContrastForegroundColor": "#E0E0E0",
|
||||
"stylekitEditorBackgroundColor": "#121212",
|
||||
"stylekitEditorForegroundColor": "#E0E0E0",
|
||||
"stylekitParagraphTextColor": "#454545",
|
||||
"stylekitInputPlaceholderColor": "rgb(168, 168, 168)",
|
||||
"stylekitInputBorderColor": "#2E2E2E",
|
||||
"stylekitScrollbarThumbColor": "#749BDA",
|
||||
"stylekitScrollbarTrackBorderColor": "#2E2E2E",
|
||||
"stylekitPalSky": "#72767E",
|
||||
"stylekitCorn": "#EBAD00",
|
||||
"stylekitDeepBlush": "#EA6595",
|
||||
"stylekitPurpleHeart": "#7049CF",
|
||||
"stylekitMountainMeadow": "#1AA772",
|
||||
"stylekitJaffa": "#F28C52",
|
||||
"stylekitAbbey": "#515357",
|
||||
"stylekitCodGray": "#1C1C1C",
|
||||
"stylekitIron": "#DFE1E4",
|
||||
"statusBar": ""
|
||||
}
|
||||
50
packages/mobile/src/Style/Themes/blue.json
Normal file
50
packages/mobile/src/Style/Themes/blue.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"stylekitBaseFontSize": "14px",
|
||||
"stylekitFontSizeP": "1.0rem",
|
||||
"stylekitFontSizeEditor": "1.21rem",
|
||||
"stylekitFontSizeH6": "0.8rem",
|
||||
"stylekitFontSizeH5": "0.9rem",
|
||||
"stylekitFontSizeH4": "1.0rem",
|
||||
"stylekitFontSizeH3": "1.1rem",
|
||||
"stylekitFontSizeH2": "1.2rem",
|
||||
"stylekitFontSizeH1": "1.3rem",
|
||||
"stylekitNeutralColor": "#989898",
|
||||
"stylekitNeutralContrastColor": "#ffffff",
|
||||
"stylekitInfoColor": "#086DD6",
|
||||
"stylekitInfoContrastColor": "#ffffff",
|
||||
"stylekitSuccessColor": "#2B9612",
|
||||
"stylekitSuccessContrastColor": "#ffffff",
|
||||
"stylekitWarningColor": "#f6a200",
|
||||
"stylekitWarningContrastColor": "#ffffff",
|
||||
"stylekitDangerColor": "#F80324",
|
||||
"stylekitDangerContrastColor": "#ffffff",
|
||||
"stylekitShadowColor": "#C8C8C8",
|
||||
"stylekitBackgroundColor": "#ffffff",
|
||||
"stylekitBorderColor": "#e3e3e3",
|
||||
"stylekitForegroundColor": "black",
|
||||
"stylekitContrastBackgroundColor": "#F6F6F6",
|
||||
"stylekitContrastForegroundColor": "#2e2e2e",
|
||||
"stylekitContrastBorderColor": "#e3e3e3",
|
||||
"stylekitSecondaryBackgroundColor": "#F6F6F6",
|
||||
"stylekitSecondaryForegroundColor": "#2e2e2e",
|
||||
"stylekitSecondaryBorderColor": "#e3e3e3",
|
||||
"stylekitSecondaryContrastBackgroundColor": "#e3e3e3",
|
||||
"stylekitSecondaryContrastForegroundColor": "#2e2e2e",
|
||||
"stylekitEditorBackgroundColor": "#ffffff",
|
||||
"stylekitEditorForegroundColor": "black",
|
||||
"stylekitParagraphTextColor": "#454545",
|
||||
"stylekitInputPlaceholderColor": "rgb(168, 168, 168)",
|
||||
"stylekitInputBorderColor": "#e3e3e3",
|
||||
"stylekitScrollbarThumbColor": "#dfdfdf",
|
||||
"stylekitScrollbarTrackBorderColor": "#E7E7E7",
|
||||
"stylekitPalSky": "#72767E",
|
||||
"stylekitCorn": "#EBAD00",
|
||||
"stylekitDeepBlush": "#EA6595",
|
||||
"stylekitPurpleHeart": "#7049CF",
|
||||
"stylekitMountainMeadow": "#1AA772",
|
||||
"stylekitJaffa": "#F28C52",
|
||||
"stylekitAbbey": "#515357",
|
||||
"stylekitCodGray": "#1C1C1C",
|
||||
"stylekitIron": "#DFE1E4",
|
||||
"statusBar": ""
|
||||
}
|
||||
50
packages/mobile/src/Style/Themes/red.json
Normal file
50
packages/mobile/src/Style/Themes/red.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"stylekitBaseFontSize": "14px",
|
||||
"stylekitFontSizeP": "1.0rem",
|
||||
"stylekitFontSizeEditor": "1.21rem",
|
||||
"stylekitFontSizeH6": "0.8rem",
|
||||
"stylekitFontSizeH5": "0.9rem",
|
||||
"stylekitFontSizeH4": "1.0rem",
|
||||
"stylekitFontSizeH3": "1.1rem",
|
||||
"stylekitFontSizeH2": "1.2rem",
|
||||
"stylekitFontSizeH1": "1.3rem",
|
||||
"stylekitNeutralColor": "#989898",
|
||||
"stylekitNeutralContrastColor": "#ffffff",
|
||||
"stylekitInfoColor": "#fb0206",
|
||||
"stylekitInfoContrastColor": "#ffffff",
|
||||
"stylekitSuccessColor": "#2B9612",
|
||||
"stylekitSuccessContrastColor": "#ffffff",
|
||||
"stylekitWarningColor": "#f6a200",
|
||||
"stylekitWarningContrastColor": "#ffffff",
|
||||
"stylekitDangerColor": "#F80324",
|
||||
"stylekitDangerContrastColor": "#ffffff",
|
||||
"stylekitShadowColor": "#C8C8C8",
|
||||
"stylekitBackgroundColor": "#ffffff",
|
||||
"stylekitBorderColor": "#e3e3e3",
|
||||
"stylekitForegroundColor": "black",
|
||||
"stylekitContrastBackgroundColor": "#F6F6F6",
|
||||
"stylekitContrastForegroundColor": "#2e2e2e",
|
||||
"stylekitContrastBorderColor": "#e3e3e3",
|
||||
"stylekitSecondaryBackgroundColor": "#F6F6F6",
|
||||
"stylekitSecondaryForegroundColor": "#2e2e2e",
|
||||
"stylekitSecondaryBorderColor": "#e3e3e3",
|
||||
"stylekitSecondaryContrastBackgroundColor": "#e3e3e3",
|
||||
"stylekitSecondaryContrastForegroundColor": "#2e2e2e",
|
||||
"stylekitEditorBackgroundColor": "#ffffff",
|
||||
"stylekitEditorForegroundColor": "black",
|
||||
"stylekitParagraphTextColor": "#454545",
|
||||
"stylekitInputPlaceholderColor": "rgb(168, 168, 168)",
|
||||
"stylekitInputBorderColor": "#e3e3e3",
|
||||
"stylekitScrollbarThumbColor": "#dfdfdf",
|
||||
"stylekitScrollbarTrackBorderColor": "#E7E7E7",
|
||||
"stylekitPalSky": "#72767E",
|
||||
"stylekitCorn": "#EBAD00",
|
||||
"stylekitDeepBlush": "#EA6595",
|
||||
"stylekitPurpleHeart": "#7049CF",
|
||||
"stylekitMountainMeadow": "#1AA772",
|
||||
"stylekitJaffa": "#F28C52",
|
||||
"stylekitAbbey": "#515357",
|
||||
"stylekitCodGray": "#1C1C1C",
|
||||
"stylekitIron": "#DFE1E4",
|
||||
"statusBar": ""
|
||||
}
|
||||
11
packages/mobile/src/Style/Themes/styled-components.d.ts
vendored
Normal file
11
packages/mobile/src/Style/Themes/styled-components.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import theme from './blue.json'
|
||||
|
||||
export type MobileThemeVariables = typeof theme & {
|
||||
paddingLeft: number
|
||||
mainTextFontSize: number
|
||||
}
|
||||
|
||||
declare module 'styled-components' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
export interface DefaultTheme extends MobileThemeVariables {}
|
||||
}
|
||||
Reference in New Issue
Block a user