Add new config for neovim
This commit is contained in:
14
config/nvim/lua/user/theme.lua
Normal file
14
config/nvim/lua/user/theme.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
local cmd = vim.cmd
|
||||
|
||||
vim.g.tokyonight_style = "night"
|
||||
cmd([[colorscheme tokyonight]])
|
||||
|
||||
cmd([[
|
||||
hi NvimTreeGitNew guifg=green
|
||||
hi NvimTreeGitStaged guifg=lightgreen
|
||||
hi NvimTreeGitDeleted guifg=red
|
||||
hi NvimTreeGitDirty guifg=lightblue
|
||||
hi NvimTreeGitMerge guifg=yellow
|
||||
hi NvimTreeGitIgnored guifg=gray
|
||||
hi NvimTreeOpenedFolderName gui=italic,bold
|
||||
]])
|
||||
Reference in New Issue
Block a user