mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
updated themes to better match
This commit is contained in:
parent
cc8ddeae6c
commit
c06484118e
3 changed files with 20 additions and 34 deletions
|
|
@ -2,7 +2,7 @@ return {
|
|||
{
|
||||
"chriskempson/base16-vim",
|
||||
config = function()
|
||||
vim.cmd("colorscheme base16-eighties")
|
||||
vim.cmd("colorscheme base16-onedark")
|
||||
vim.cmd([[
|
||||
hi Normal guibg=NONE ctermbg=NONE
|
||||
hi NonText guibg=NONE ctermbg=NONE
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ call plug#end()
|
|||
|
||||
let mapleader = "\<Space>"
|
||||
set background=dark
|
||||
colorscheme base16-eighties
|
||||
colorscheme base16-onedark
|
||||
|
||||
highlight Normal ctermbg=NONE guibg=NONE
|
||||
highlight NonText ctermbg=NONE guibg=NONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue