[PR #1073] [CLOSED] Vibe code theme search #9802

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1073
Author: @scaryrawr
Created: 7/16/2025
Status: Closed

Base: devHead: theme-search


📝 Commits (3)

  • ed14dd4 Vibe code theme search
  • 1446d94 Change d back to t
  • b626b0a Update NewThemeDialog to call setupDialog to remove Init call in tui.go

📊 Changes

4 files changed (+221 additions, -80 deletions)

View changed files

📝 packages/tui/internal/components/dialog/search.go (+30 -0)
📝 packages/tui/internal/components/dialog/theme.go (+142 -77)
📝 packages/tui/internal/config/config.go (+41 -0)
📝 packages/tui/internal/tui/tui.go (+8 -3)

📄 Description

For folks who may use tinted-theming with templates can have over 400 themes to pick from. Manually searching through those is a pain.

This was generated with opencode asking it to create a search based on existing search dialogs.

theme searching


🔄 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/1073 **Author:** [@scaryrawr](https://github.com/scaryrawr) **Created:** 7/16/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `theme-search` --- ### 📝 Commits (3) - [`ed14dd4`](https://github.com/anomalyco/opencode/commit/ed14dd45f4b0174bc4c1f9f0640f69fafd5ce7ad) Vibe code theme search - [`1446d94`](https://github.com/anomalyco/opencode/commit/1446d94afa444fb7dba402ef228f616e031ae8e4) Change `d` back to `t` - [`b626b0a`](https://github.com/anomalyco/opencode/commit/b626b0a5fda533714d452d648b8b9af3438f8db7) Update `NewThemeDialog` to call `setupDialog` to remove `Init` call in tui.go ### 📊 Changes **4 files changed** (+221 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/components/dialog/search.go` (+30 -0) 📝 `packages/tui/internal/components/dialog/theme.go` (+142 -77) 📝 `packages/tui/internal/config/config.go` (+41 -0) 📝 `packages/tui/internal/tui/tui.go` (+8 -3) </details> ### 📄 Description For folks who may use [tinted-theming](https://github.com/tinted-theming) with templates can have over 400 themes to pick from. Manually searching through those is a pain. This was generated with opencode asking it to create a search based on existing search dialogs. ![theme searching](https://github.com/user-attachments/assets/28d6411a-09ee-4e31-8993-eeb825999bec) --- <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:14:11 -05:00
yindo closed this issue 2026-02-16 18:14:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9802