From 93d1fe19a2c84b2c2e2190a8f7b90b7343cff78e Mon Sep 17 00:00:00 2001 From: Gift Segun Adesigbin Date: Sun, 2 Oct 2022 12:22:51 +0100 Subject: [PATCH] Update COLOR-SYSTEM.md --- .docs/COLOR-SYSTEM.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.docs/COLOR-SYSTEM.md b/.docs/COLOR-SYSTEM.md index aa9be41..ab41451 100644 --- a/.docs/COLOR-SYSTEM.md +++ b/.docs/COLOR-SYSTEM.md @@ -3,22 +3,22 @@ This style guide is created from Material.io design guidelines If you want to learn from animations and illustrations, [follow this link](https://material.io/design/color/the-color-system.html#color-theme-creation) -Following given are the types of colors that we using across our WebApp. +The following given are the types of colors that we use across our WebApp. -1. **background color** - background color for pages/screens. this color DOES NOT represent brand. +1. **background color** - background color for pages/screens. This color DOES NOT represent the brand. -2. **surface/paper color** - background color for elements containing content, such as cards. this color DOES NOT represent brand. cards are generally elevated surfaces/layer. they look like they have some height. +2. **surface/paper color** - background color for elements containing content, such as cards. This color DOES NOT represent the brand. Cards are generally elevated surfaces/layer. They look like they have some height. -3. **placeholder/disabled text color** - its used as disabled text color/ low-emphasis text color +3. **placeholder/disabled text color** - its used as a disabled text color/ low-emphasis text color. -4. **primary color** - primary color, usually your brand color. _Used frequently_ in components and app's screen. +4. **primary color** - primary color, usually your brand color. _Used frequently_ in components and the app's screen. 5. **Accent/Secondary color** - secondary color for your app which complements the primary color. _Used sparingly_. Secondary colors are used for: Floating action buttons, Links and headings (not regular text for paragraphs. For headings n other large fonts), Selection controls, like sliders and switches, Highlighting selected text _(Both of these primary and secondary colors mainly represent your brand)_ -6. **primary text color** - its general text on buttons and paragraphs and small font text only +6. **primary text color** - its general text on buttons and paragraphs and small font text only. 7. **secondary text color** - its used an complementary text color with **text color** @@ -39,4 +39,4 @@ In Fig 1, - There are two different types in color: fill colors and text colors - There are 4 fill colors (primary, primary variant, secondary, secondary varaint) and 2 text colors (primary, secondary) - There primary text color is only used upon primary color fill and primary variant fill. Similarly, there seconndary text color is only used upon secondary color fill and secodnary variant fill. - - Currently, in our project we are not using any fill variant colors. But, it is subject to change in future. + - Currently, in our project we are not using any fill variant colors. But, it is subject to change in the future.