Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-06-04 22:27:34 -07:00
commit dc771d203e
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',
}