[PR #77] [CLOSED] Add new Everforest theme #9526

Closed
opened 2026-02-16 18:13:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/77
Author: @mono-chrome
Created: 6/10/2025
Status: Closed

Base: devHead: feature/add-theme-everforest


📝 Commits (3)

  • 3f8f7ec feat: claude 4 opus
  • c554430 Nord theme (#64)
  • f0a1b11 Add Everforest theme. Update schema and README.md with themes.

📊 Changes

8 files changed (+446 additions, -0 deletions)

View changed files

📝 README.md (+3 -0)
📝 cmd/schema/main.go (+2 -0)
📝 internal/llm/models/anthropic.go (+15 -0)
📝 internal/llm/models/bedrock.go (+30 -0)
internal/tui/theme/everforest.go (+276 -0)
internal/tui/theme/nord.go (+107 -0)
📝 internal/tui/theme/theme_test.go (+12 -0)
📝 www/src/content/docs/docs/themes.mdx (+1 -0)

📄 Description

This adds the Everforest theme to opencode.
Theme reference: https://github.com/sainnhe/everforest

Additionally updates README.md and cmd/schema/main.go with theme references.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/77 **Author:** [@mono-chrome](https://github.com/mono-chrome) **Created:** 6/10/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feature/add-theme-everforest` --- ### 📝 Commits (3) - [`3f8f7ec`](https://github.com/anomalyco/opencode/commit/3f8f7ec5881640f40490b2f5d17504c6a390f773) feat: claude 4 opus - [`c554430`](https://github.com/anomalyco/opencode/commit/c554430c59171e2dbec4b4d311e5f7d5a8107d0b) Nord theme (#64) - [`f0a1b11`](https://github.com/anomalyco/opencode/commit/f0a1b11ab126e104fc3fb89ea7c102a00625f225) Add Everforest theme. Update schema and README.md with themes. ### 📊 Changes **8 files changed** (+446 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) 📝 `cmd/schema/main.go` (+2 -0) 📝 `internal/llm/models/anthropic.go` (+15 -0) 📝 `internal/llm/models/bedrock.go` (+30 -0) ➕ `internal/tui/theme/everforest.go` (+276 -0) ➕ `internal/tui/theme/nord.go` (+107 -0) 📝 `internal/tui/theme/theme_test.go` (+12 -0) 📝 `www/src/content/docs/docs/themes.mdx` (+1 -0) </details> ### 📄 Description This adds the Everforest theme to opencode. Theme reference: https://github.com/sainnhe/everforest Additionally updates README.md and `cmd/schema/main.go` with theme references. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:42 -05:00
yindo closed this issue 2026-02-16 18:13:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9526