add flat look to telescope | disable gitignore on nvimtree
This commit is contained in:
parent
9e8af5ad93
commit
653a2f5337
|
@ -1,2 +1,2 @@
|
|||
plugin
|
||||
custom/
|
||||
custom
|
||||
|
|
|
@ -128,10 +128,19 @@ bg("NvimTreeVertSplit", darker_black)
|
|||
fg_bg("NvimTreeWindowPicker", red, black2)
|
||||
|
||||
-- Telescope
|
||||
fg("TelescopeBorder", one_bg)
|
||||
fg_bg("TelescopePreviewTitle", green, one_bg)
|
||||
fg_bg("TelescopePromptTitle", blue, one_bg)
|
||||
fg_bg("TelescopeResultsTitle", red, one_bg)
|
||||
fg_bg("TelescopeBorder", darker_black, darker_black)
|
||||
fg_bg("TelescopePromptBorder", black2, black2)
|
||||
|
||||
fg_bg("TelescopePromptNormal", white, black2)
|
||||
fg_bg("TelescopePromptPrefix", red, black2)
|
||||
|
||||
bg("TelescopeNormal", darker_black)
|
||||
|
||||
fg_bg("TelescopePreviewTitle", black, green)
|
||||
fg_bg("TelescopePromptTitle", black, red)
|
||||
fg_bg("TelescopeResultsTitle", darker_black,darker_black)
|
||||
|
||||
bg("TelescopeSelection", black2)
|
||||
|
||||
-- Disable some highlight in nvim tree if transparency enabled
|
||||
if ui.transparency then
|
||||
|
|
|
@ -67,4 +67,8 @@ nvimtree.setup {
|
|||
side = "left",
|
||||
width = 25,
|
||||
},
|
||||
|
||||
git = {
|
||||
ignore = false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue