diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-06-06 22:28:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 22:28:03 +0300 |
commit | d2365602108d5464a0eb0795b933098429d04c37 (patch) | |
tree | f6174c9b692e57d9c805b20bd8936c4cf9760d95 | |
parent | b9079e22d201e92e54275480fb6007d7d9900141 (diff) | |
parent | 4962a78e4c0702e5c07761de4d5ad98f03a3d091 (diff) |
Merge pull request #59 from Evidlo/master
turn off dynamic colors in fuzzy search
-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) |