You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,19 +94,23 @@ override fun onCreate() {
94
94
This initiation create a color schemas for a theme using the given color at the initiation. This generated color schemas will available for light and dark theme variants.
95
95
96
96
In this `KvColorPalette.colorSchemeThemePalette` you will have following color attributes.
|.inverseOnPrimary |available |available |This is the inverse color of onPrimary color. |
113
+
|.inverseOnBackground |available |available |This is the inverse color of onBackground color. |
110
114
111
115
This `ColorSchemaThemePalette` is another Android Jetpack Compose `ColorSchema`. But that contains additional attributes like `base`, `quaternary`, `shadow` that provide
112
116
by the `KvColorPalette-Android` library. All above table mentioned colors are generated according to the given color and created the `ColorScheme`.
0 commit comments