switch colorscheme
This commit is contained in:
parent
e0611a8b3a
commit
8913b11668
3 changed files with 6 additions and 4 deletions
|
@ -44,6 +44,9 @@ vim.cmd [[hi NvimTreeGitStaged guifg=#DC2626]]
|
|||
vim.cmd [[hi NvimTreeGitNew guifg=#DC2626]]
|
||||
vim.cmd [[hi NvimTreeGitDeleted guifg=#DC2626]]
|
||||
vim.cmd [[hi NvimTreeSpecialFile guifg=#F8FAFC ]]
|
||||
vim.cmd [[hi NvimTreeFolderName guifg=#D1D5DB ]]
|
||||
vim.cmd [[hi NvimTreeOpenedFolderName guifg=#D1D5DB ]]
|
||||
vim.cmd [[hi NvimTreeEmptyFolderName guifg=#D1D5DB ]]
|
||||
|
||||
-- setup
|
||||
require'nvim-tree'.setup {
|
||||
|
@ -61,7 +64,7 @@ require'nvim-tree'.setup {
|
|||
},
|
||||
git = {
|
||||
enable = true,
|
||||
ignore = true,
|
||||
ignore = false,
|
||||
timeout = 500,
|
||||
},
|
||||
view = {
|
||||
|
|
|
@ -4,14 +4,13 @@
|
|||
vim.cmd [[
|
||||
syntax on
|
||||
let mapleader=" "
|
||||
colorscheme kuroi
|
||||
colorscheme sonokai
|
||||
hi MatchParen guibg=NONE guifg=red gui=bold
|
||||
set shortmess+=c
|
||||
]]
|
||||
|
||||
-- color settings
|
||||
vim.opt.termguicolors=true
|
||||
vim.opt.background='dark'
|
||||
|
||||
-- random settings
|
||||
vim.opt.number=true
|
||||
|
|
|
@ -52,7 +52,7 @@ Plug 'airblade/vim-gitgutter'
|
|||
-- ===================
|
||||
|
||||
-- Plastic colorscheme
|
||||
Plug 'jidbo/kuroi.vim'
|
||||
Plug 'jidbo/sonokai'
|
||||
|
||||
-- Color higlighting
|
||||
Plug 'norcalli/nvim-colorizer.lua'
|
||||
|
|
Loading…
Add table
Reference in a new issue