mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
change onedark theme to onedark.nvim
This commit is contained in:
parent
155d9a1f9b
commit
d7ad230e01
@ -30,7 +30,6 @@ function! s:my_theme_dict.solarized8() dict abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:my_theme_dict.onedark() dict abort
|
function! s:my_theme_dict.onedark() dict abort
|
||||||
let g:onedark_terminal_italics = 1
|
|
||||||
colorscheme onedark
|
colorscheme onedark
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
@ -89,7 +89,7 @@ require('packer').startup(
|
|||||||
use 'lifepillar/vim-gruvbox8'
|
use 'lifepillar/vim-gruvbox8'
|
||||||
use 'ajmwagar/vim-deus'
|
use 'ajmwagar/vim-deus'
|
||||||
use 'lifepillar/vim-solarized8'
|
use 'lifepillar/vim-solarized8'
|
||||||
use {'joshdick/onedark.vim', branch = 'main'}
|
use 'navarasu/onedark.nvim'
|
||||||
use 'KeitaNakamura/neodark.vim'
|
use 'KeitaNakamura/neodark.vim'
|
||||||
use 'sainnhe/edge'
|
use 'sainnhe/edge'
|
||||||
use 'sainnhe/sonokai'
|
use 'sainnhe/sonokai'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user