AppColors
|
[androidJvm] class AppColors(val primary: Color, val primaryVariant: Color, val background: Color, val surface: Color, val onPrimary: Color, val onBackground: Color, val onSurface: Color, val onSurfaceVariant: Color, val error: Color, val errorVariant: Color, val onError: Color, val disabled: Color, val onDisabled: Color, val disabled2: Color, val onDisabled2: Color, val dataVisualization1: Color, val dataVisualization1Variant: Color, val dataVisualization2: Color, val dataVisualization2Variant: Color, val dataVisualization3: Color, val dataVisualization3Variant: Color, val dataVisualization4: Color, val dataVisualization4Variant: Color, val dataVisualization5: Color, val dataVisualization5Variant: Color, val success: Color, val successVariant: Color, val warning: Color, val warningVariant: Color, val isLight: Boolean)
|
AppTypography
|
[androidJvm] data class AppTypography(val headline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 40.sp, lineHeight = 52.sp ), val headline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 32.sp, lineHeight = 41.6.sp ), val headline3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 20.sp, lineHeight = 26.sp ), val headline4: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), val title1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 18.sp, lineHeight = 23.4.sp ), val title2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), val title3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 14.sp, lineHeight = 18.2.sp ), val subtitle1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 18.sp, lineHeight = 23.4.sp ), val subtitle2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), val subtitle3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), val body1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), val body2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), val body3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 12.sp, lineHeight = 15.6.sp ), val caption: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 12.sp, lineHeight = 15.6.sp ), val overline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 10.sp, lineHeight = 13.sp ), val overline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 10.sp, lineHeight = 13.sp ))
|