From 431f2a0b5b2cb8e5b9363e5c1e45c7bd052c2099 Mon Sep 17 00:00:00 2001 From: anuraghazra Date: Fri, 17 Jul 2020 23:03:46 +0530 Subject: [PATCH] docs: update options table --- readme.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index 40ecf57..cf60bc8 100644 --- a/readme.md +++ b/readme.md @@ -69,18 +69,18 @@ You can customize the appearance of your `Stats Card` or `Repo Card` however you Customization Options: -| Option | type | description | Stats Card (default) | Repo Card (default) | -| ----------- | --------- | ------------------------------------ | ---------------------- | ---------------------- | -| title_color | hex color | title color | #2f80ed | #2f80ed | -| text_color | hex color | body color | #333 | #333 | -| icon_color | hex color | icon color | #4c71f2 | #586069 | -| bg_color | hex color | card bg color | rgba(255, 255, 255, 0) | rgba(255, 255, 255, 0) | -| line_height | number | control the line-height between text | 30 | N/A | -| hide_rank | boolean | hides the ranking | false | N/A | -| hide_title | boolean | hides the stats title | false | N/A | -| hide_border | boolean | hides the stats card border | false | N/A | -| show_owner | boolean | shows owner name in repo card | N/A | false | -| show_icons | boolean | shows icons | false | N/A | +| Option | type | description | Stats Card (default) | Repo Card (default) | +| ----------- | --------- | ------------------------------------ | -------------------- | ------------------- | +| title_color | hex color | title color | 2f80ed | 2f80ed | +| text_color | hex color | body color | 333 | 333 | +| icon_color | hex color | icon color | 4c71f2 | 586069 | +| bg_color | hex color | card bg color | FFFEFE | FFFEFE | +| line_height | number | control the line-height between text | 30 | N/A | +| hide_rank | boolean | hides the ranking | false | N/A | +| hide_title | boolean | hides the stats title | false | N/A | +| hide_border | boolean | hides the stats card border | false | N/A | +| show_owner | boolean | shows owner name in repo card | N/A | false | +| show_icons | boolean | shows icons | false | N/A | - You can also customize the cards to be compatible with dark mode