diff options
author | evan <evan@evanw.org> | 2018-06-06 11:56:48 -0500 |
---|---|---|
committer | evan <evan@evanw.org> | 2018-06-06 11:56:48 -0500 |
commit | 4962a78e4c0702e5c07761de4d5ad98f03a3d091 (patch) | |
tree | f6174c9b692e57d9c805b20bd8936c4cf9760d95 /ui | |
parent | b9079e22d201e92e54275480fb6007d7d9900141 (diff) |
turn off dynamic colors in fuzzy search
Diffstat (limited to 'ui')
-rw-r--r-- | ui/fuzzy-search-modal.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/fuzzy-search-modal.go b/ui/fuzzy-search-modal.go index 836f58e..0ccd72d 100644 --- a/ui/fuzzy-search-modal.go +++ b/ui/fuzzy-search-modal.go @@ -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) |