diff --git a/README.md b/README.md index ea4937d..51b65ee 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,23 @@ Generate a top languages chart for your GitHub profile that you can embed in a R [![Tests](https://github.com/masonlet/github-top-languages/actions/workflows/tests.yml/badge.svg)](https://github.com/masonlet/github-top-languages/actions/workflows/tests.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) -![Example Top Languages Chart](images/display.png) +![Example 8 Top Languages Chart](images/default8.png) + +
+ More Examples + + **16 Languages** + ![Example 16 Top Languages Chart](images/default16.png) + + **Dark Theme** + ![Dark Theme](images/pie-dark.png) + + **Light Theme** + ![Light Theme](images/pie-light.png) + + **Default Theme** + ![Default Theme](images/pie.png) +
## Table of Contents - [Features](#features) diff --git a/images/default16.png b/images/default16.png new file mode 100644 index 0000000..903f86f Binary files /dev/null and b/images/default16.png differ diff --git a/images/default8.png b/images/default8.png new file mode 100644 index 0000000..71ab769 Binary files /dev/null and b/images/default8.png differ diff --git a/images/display.png b/images/display.png deleted file mode 100644 index 5fe392c..0000000 Binary files a/images/display.png and /dev/null differ diff --git a/images/pie-dark.png b/images/pie-dark.png new file mode 100644 index 0000000..d9a4854 Binary files /dev/null and b/images/pie-dark.png differ diff --git a/images/pie-light.png b/images/pie-light.png new file mode 100644 index 0000000..1605b15 Binary files /dev/null and b/images/pie-light.png differ diff --git a/images/pie.png b/images/pie.png new file mode 100644 index 0000000..8b66352 Binary files /dev/null and b/images/pie.png differ