Skip to content
Rangga Fajar Oktariansyah edited this page Mar 31, 2026 · 1 revision

Built-in Themes

The project provides several built-in themes that you can use immediately. Themes control the color palette for background, text, icons, and border.

How to Use a Theme

Add the &theme=THEME_NAME parameter to the image URL:

![GitHub Stats](https://gh-readme-profile.vercel.app/api?username=FajarKim&theme=dark)

Available Themes

Theme Description Example
default Default theme with white background and blue accent theme=default
transparent Transparent background, ideal for embedding theme=transparent
dark Dark theme with black background theme=dark
highcontrast High contrast for accessibility theme=highcontrast

Full Theme List

For a complete list of themes with previews, see the themes/README.md file in the repository.

Custom Themes

If the built-in themes don’t meet your needs, you can create a custom theme using individual parameters like title_color, text_color, icon_color, etc. See Customization Parameters for full details.

Contributing New Themes

We welcome theme contributions! Please see the Contributing guide for instructions on adding a new theme.

Clone this wiki locally