[PR #290] [MERGED] Add support for setting of different colors for container's border and title #308

Closed
opened 2026-03-03 16:23:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/290
Author: @chipmunkie
Created: 1/4/2021
Status: Merged
Merged: 1/6/2021
Merged by: @mum4k

Base: develHead: 73-title-color


📝 Commits (3)

  • 22ae449 Support setting of different colors for container's border and title.
  • f8470e7 Fix formatting issues.
  • a645df6 Update CHANGELOG.md and rephrease test description.

📊 Changes

5 files changed (+227 additions, -2 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 container/container_test.go (+148 -0)
📝 container/draw.go (+12 -2)
📝 container/draw_test.go (+38 -0)
📝 container/options.go (+23 -0)

📄 Description

Introduce options for setting border title color and border title focus color.

Fixes #73


🔄 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/mum4k/termdash/pull/290 **Author:** [@chipmunkie](https://github.com/chipmunkie) **Created:** 1/4/2021 **Status:** ✅ Merged **Merged:** 1/6/2021 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `73-title-color` --- ### 📝 Commits (3) - [`22ae449`](https://github.com/mum4k/termdash/commit/22ae449020bddd164e15d0669b2356249f894cfa) Support setting of different colors for container's border and title. - [`f8470e7`](https://github.com/mum4k/termdash/commit/f8470e7dfee48adf541ee68ee1f44979c0010c31) Fix formatting issues. - [`a645df6`](https://github.com/mum4k/termdash/commit/a645df600ac35ce2e30e08140de8ed8f562deac4) Update CHANGELOG.md and rephrease test description. ### 📊 Changes **5 files changed** (+227 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `container/container_test.go` (+148 -0) 📝 `container/draw.go` (+12 -2) 📝 `container/draw_test.go` (+38 -0) 📝 `container/options.go` (+23 -0) </details> ### 📄 Description Introduce options for setting border title color and border title focus color. Fixes #73 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#308
No description provided.