[PR #672] [CLOSED] Customize Colors of Autocomplete List #1011

Closed
opened 2026-03-04 01:09:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/672
Author: @akurdunkar
Created: 11/15/2021
Status: Closed

Base: masterHead: autocompleteColors


📝 Commits (1)

  • 40a1fa9 Customize Colors of Autocomplete List

📊 Changes

1 file changed (+48 additions, -8 deletions)

View changed files

📝 inputfield.go (+48 -8)

📄 Description

As I mentioned here #671

Added the Functionality to Customize the following colors of the
Autocomplete list :

1. Main Text
2. Selected Background Color
3. Selected Text Color
4. Background Color

The Colors can be set through the Following Functions

1. SetAutocompleteMainTextColor
2. SetAutocompleteSelectBackgroundColor
3. SetAutocompleteSelectedTextColor
4. SetAutocompleteBackgroundColor

🔄 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/rivo/tview/pull/672 **Author:** [@akurdunkar](https://github.com/akurdunkar) **Created:** 11/15/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `autocompleteColors` --- ### 📝 Commits (1) - [`40a1fa9`](https://github.com/rivo/tview/commit/40a1fa9abf8e7ef0605af794b1f741594dff9848) Customize Colors of Autocomplete List ### 📊 Changes **1 file changed** (+48 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `inputfield.go` (+48 -8) </details> ### 📄 Description As I mentioned here #671 Added the Functionality to Customize the following colors of the Autocomplete list : 1. Main Text 2. Selected Background Color 3. Selected Text Color 4. Background Color The Colors can be set through the Following Functions 1. SetAutocompleteMainTextColor 2. SetAutocompleteSelectBackgroundColor 3. SetAutocompleteSelectedTextColor 4. SetAutocompleteBackgroundColor --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:09:00 +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/tview#1011
No description provided.