update neovim theme + fixes
parent
1aa723918e
commit
38b22a58df
@ -1,6 +1,6 @@
|
|||||||
[General]
|
[General]
|
||||||
buttons=@Variant(\0\0\0\x7f\0\0\0\vQList<int>\0\0\0\0\v\0\0\0\0\0\0\0\x12\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\x10\0\0\0\n\0\0\0\v\0\0\0\r\0\0\0\x17\0\0\0\f)
|
buttons=@Variant(\0\0\0\x7f\0\0\0\vQList<int>\0\0\0\0\v\0\0\0\0\0\0\0\x12\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\x10\0\0\0\n\0\0\0\v\0\0\0\r\0\0\0\x17\0\0\0\f)
|
||||||
contrastOpacity=188
|
contrastOpacity=188
|
||||||
drawColor=#000000
|
drawColor=#ff0006
|
||||||
savePath=/home/guus/Pictures/Screenshots
|
savePath=/home/guus/Pictures
|
||||||
uiColor=#0081a8
|
uiColor=#0081a8
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
local Plugins = {
|
local Plugins = {
|
||||||
{'sainnhe/gruvbox-material'},
|
{'sainnhe/gruvbox-material'},
|
||||||
{'morhetz/gruvbox'},
|
{'morhetz/gruvbox'},
|
||||||
{'joshdick/onedark.vim'},
|
{'joshdick/onedark.vim'},
|
||||||
{'tlhr/anderson.vim'}
|
{'tlhr/anderson.vim'},
|
||||||
|
{'sainnhe/sonokai'}
|
||||||
}
|
}
|
||||||
|
|
||||||
return Plugins
|
return Plugins
|
||||||
|
Reference in new issue