Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

feat: themes #113

Merged
merged 9 commits into from
May 1, 2025
Merged

feat: themes #113

merged 9 commits into from
May 1, 2025

Conversation

adamdotdevin
Copy link

@adamdotdevin adamdotdevin commented Apr 28, 2025

Closes #63

Screen.Recording.2025-04-28.at.4.10.32.PM.mov

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements theming support throughout the TUI by replacing hard-coded style values with dynamic theme values from the new theme package. Key changes include updating imports and style calls across multiple components, removing legacy background and border color options from containers, and integrating theme adjustments in configuration and dialogs.

Reviewed Changes

Copilot reviewed 42 out of 42 changed files in this pull request and generated no comments.

Show a summary per file
File Description
internal/tui/layout/container.go Removed legacy borderColor/backgroundColor; now uses theme values
internal/tui/components/* Updated style calls across logs, dialogs, chat, etc. to use theme
internal/config/config.go Added TUI config support and default theme for the application
internal/app/app.go Initialized theme based on the configuration
cmd/schema/main.go Extended schema to include TUI theme configuration

@adamdotdevin
Copy link
Author

i should probably add the ability to define a custom theme in the config file, will add that now

@kujtimiihoxha
Copy link
Collaborator

@adamdottv I will wait on reviewing this until you get that in.

@adamdotdevin
Copy link
Author

yeah, will finish it up first thing this morning

@kujtimiihoxha kujtimiihoxha merged commit 82de143 into main May 1, 2025
@kujtimiihoxha kujtimiihoxha mentioned this pull request May 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support custom color schemes
2 participants