nvim: add tokyonight theme

This commit is contained in:
PowerUser64 2022-06-04 22:12:08 -07:00
parent fb83f01978
commit 931dd6d3ce
4 changed files with 32 additions and 15 deletions

View file

@ -45,10 +45,12 @@ return require('packer').startup({function()
"au ColorScheme onedark hi TabLine gui=none guibg='#282C34' guifg='#5C6370' " all tabs color
au ColorScheme onedark hi TabLineSel guibg='#282C34' guifg='#B5BBC7' " Highlighted tab color
"au ColorScheme onedark hi TabLineFill guibg='#282C34' " tabline portion without tabs (right-hand side)
colorscheme onedark
]]
end
}
use { -- tokyonight theme
'folke/tokyonight.nvim',
}
use { -- newspring: Good light theme for writing
'NLKNguyen/papercolor-theme',
}