Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
dc771d203e
4 changed files with 32 additions and 15 deletions
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue