Unverified Commit 4febc664 authored by Reed Jones's avatar Reed Jones Committed by GitHub
Browse files

Changed hex colors to be copy/paste workable

I was a little confused at first setting the bg_color, since it said `hex color` but had `rgba(...)` so I copied the title color which of course didn't work since it started with `#` I think this makes it a bit clearer how to use it!
parent 6fedd69f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -77,10 +77,10 @@ Customization Options:

| Option      | type      | Stats Card (default)   | Repo Card (default)    |
| ----------- | --------- | ---------------------- | ---------------------- |
| title_color | hex color | #2f80ed                | #2f80ed                |
| text_color  | hex color | #333                   | #333                   |
| icon_color  | hex color | #4c71f2                | #586069                |
| bg_color    | hex color | rgba(255, 255, 255, 0) | rgba(255, 255, 255, 0) |
| title_color | hex color | 2f80ed                 | 2f80ed                 |
| text_color  | hex color | 333                    | 333                    |
| icon_color  | hex color | 4c71f2                 | 586069                 |
| bg_color    | hex color | ffffff                 | ffffff                 |
| show_owner  | boolean   | not applicable         | false                  |

- You can also customize the cards to be compatible with dark mode