Skip to content

refactor(tui): Centralize theme colors #42

@lowhung

Description

@lowhung

Summary

Theme colors are scattered as magic values. Centralize in theme module.

Proposed Solution

  • Define semantic color names in theme.rs
  • Create color palette struct
  • Use named colors throughout UI code
  • Support custom color schemes

Benefits

  • Consistent theming
  • Easier color customization
  • Better accessibility support

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions