Provide Better Contrast for Selected Row #379
-
Currently, the selected row in the list view is indicated by a slightly-darker grey. This can be very difficult to see in some lighting conditions. For example, if I do It would be nice if either:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @atomdmac, you can now customize the UI of the selected row (#419). List of valid colors can be found here. The config needs to be added manually for now and will be overwritten if you run tui:
selection:
foreground: red
background: navy
bold: true The changes are available in the main branch. For now you either need to compile it locally or use following methods to install. Changes will be available in the new release possibly in a few weeks. With Golang go install github.com/ankitpokhrel/jira-cli/cmd/jira@main With docker docker pull ghcr.io/ankitpokhrel/jira-cli:main |
Beta Was this translation helpful? Give feedback.
Hi @atomdmac, you can now customize the UI of the selected row (#419). List of valid colors can be found here. The config needs to be added manually for now and will be overwritten if you run
jira init
again.The changes are available in the main branch. For now you either need to compile it locally or use following methods to install. Changes will be available in the new release possibly in a few weeks.
With Golang
With docker