Merge pull request #59 from Evidlo/master
turn off dynamic colors in fuzzy search
This commit is contained in:
		@@ -60,7 +60,6 @@ func NewFuzzySearchModal(mainView *MainView, width int, height int) *FuzzySearch
 | 
				
			|||||||
		SetInputCapture(fs.keyHandler)
 | 
							SetInputCapture(fs.keyHandler)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	fs.results = tview.NewTextView().
 | 
						fs.results = tview.NewTextView().
 | 
				
			||||||
		SetDynamicColors(true).
 | 
					 | 
				
			||||||
		SetRegions(true)
 | 
							SetRegions(true)
 | 
				
			||||||
	fs.results.SetBorderPadding(1, 0, 0, 0)
 | 
						fs.results.SetBorderPadding(1, 0, 0, 0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user