Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos/capitalization/grammatical errors in COLOR-SYSTEM.md #54

Merged
merged 1 commit into from
Oct 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.