turn off dynamic colors in fuzzy search

This commit is contained in:
evan 2018-06-06 11:56:48 -05:00
parent b9079e22d2
commit 4962a78e4c

View File

@ -60,7 +60,6 @@ func NewFuzzySearchModal(mainView *MainView, width int, height int) *FuzzySearch
SetInputCapture(fs.keyHandler)
fs.results = tview.NewTextView().
SetDynamicColors(true).
SetRegions(true)
fs.results.SetBorderPadding(1, 0, 0, 0)