Skip to content

Commit

Permalink
Merge pull request #54 from giftade/dev
Browse files Browse the repository at this point in the history
docs: fix typos/capitalization/grammatical errors in COLOR-SYSTEM.md
  • Loading branch information
ashuvssut authored Oct 2, 2022
2 parents 9b279d7 + 93d1fe1 commit 9abb80e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .docs/COLOR-SYSTEM.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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.

0 comments on commit 9abb80e

Please sign in to comment.