Skip to content

feat: add light and dark README images for GitHub markdown#3278

Open
austenstone wants to merge 5 commits intointegrations:mainfrom
austenstone:docs/readme-theme-aware-images
Open

feat: add light and dark README images for GitHub markdown#3278
austenstone wants to merge 5 commits intointegrations:mainfrom
austenstone:docs/readme-theme-aware-images

Conversation

@austenstone
Copy link
Contributor

@austenstone austenstone commented Mar 16, 2026

Summary

  • replace the static Terraform logo image in README with a theme-aware picture block
  • use dedicated light and dark GitHub-hosted image assets
  • preserve a light-mode fallback image for default rendering

Testing

  • not run (README-only change)
image image

@github-actions
Copy link

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@github-actions github-actions bot added the Type: Documentation Improvements or additions to documentation label Mar 16, 2026
@austenstone
Copy link
Contributor Author

Friendly bump — any chance this could get a review? Happy to address feedback. Thanks!

Comment on lines +3 to +13
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/b741c63a-76eb-4a40-af73-6509291d5b01">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/48ba06ce-d885-45df-8600-279af9fe6887">
<img src="https://github.com/user-attachments/assets/48ba06ce-d885-45df-8600-279af9fe6887" width="72" align="left" alt="GitHub Octocat logo">
</picture>

<img src="https://raw.githubusercontent.com/hashicorp/terraform-website/d841a1e5fca574416b5ca24306f85a0f4f41b36d/content/source/assets/images/logo-terraform-main.svg" width="300px">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/f169cecd-2681-4479-8cb2-e798d8e3161c">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/63998a27-2efd-47a1-b957-63a78b97f683">
<img src="https://github.com/user-attachments/assets/63998a27-2efd-47a1-b957-63a78b97f683" width="300px" alt="HashiCorp Terraform logo">
</picture>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these assets are reachable by people

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants