Create separate theme.lua file
This commit is contained in:
16
config/nvim/lua/theme.lua
Normal file
16
config/nvim/lua/theme.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
-- General
|
||||
vim.cmd([[
|
||||
hi Comment gui=italic
|
||||
]])
|
||||
|
||||
-- File tree
|
||||
vim.cmd([[
|
||||
hi NvimTreeGitNew guibg=green
|
||||
hi NvimTreeGitStaged guibg=lightgreen
|
||||
hi NvimTreeGitDeleted guibg=red
|
||||
hi NvimTreeGitDirty guibg=lightblue
|
||||
hi NvimTreeGitMerge guibg=yellow
|
||||
hi NvimTreeGitIgnored guibg=gray
|
||||
|
||||
hi NvimTreeOpenedFolderName gui=italic,bold
|
||||
]])
|
||||
Reference in New Issue
Block a user