mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #290] [MERGED] Add support for setting of different colors for container's border and title #308
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#308
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
devel← Head:73-title-color📝 Commits (3)
22ae449Support setting of different colors for container's border and title.f8470e7Fix formatting issues.a645df6Update 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.