mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 11:25:53 +03:00
[GH-ISSUE #73] Support setting of different colors for container's border and title #52
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#52
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?
Originally created by @mum4k on GitHub (Jan 16, 2019).
Original GitHub issue: https://github.com/mum4k/termdash/issues/73
@mum4k commented on GitHub (Jan 19, 2019):
Currently the container only has one option BorderColor():
github.com/mum4k/termdash@f72f1c2fa8/container/options.go (L268)This option sets both color of the border and color of the title text added via the BorderTitle() option:
github.com/mum4k/termdash@f72f1c2fa8/container/options.go (L235)We could add a new BorderTitleColor() option to set the color of the title independently from the border color.