Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Show off your profile with some interesting statistics. Perfect for profile READ
GitHub WidgetBox supports a great variety of different themes for all widgets, like the ones below.
You can check out more examples in [themes.md](https://github.com/Jurredr/github-widgetbox/blob/master/THEMES.md), or have a look at all themes in the [themes.ts](https://github.com/Jurredr/github-widgetbox/blob/9bd0e12a8a79b44b1e714f0c74aa3704091a0360/src/data/themes.ts) file. Feel free to create your own theme(s) and add them to that `themes.ts` file. Make sure to create a PR afterwards to share it with everyone else!

Use `&theme=transparent` to drop the card background entirely, useful for embedding the widget on a page or README section that already has its own background color.


`&theme=darkmode`

Expand Down
12 changes: 9 additions & 3 deletions public/src/data/themes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/src/data/themes.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/data/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const themes: Theme[] = [
},
{
name: ['transparent'],
title: '006AFF',
subtitle: '417E87',
background: 'ffffff00',
title: '#006AFF',
subtitle: '#417E87',
background: 'none',
},
{
name: ['viridescent'],
Expand Down