switch to gruber theme
This commit is contained in:
parent
e70df62959
commit
535e0fce14
14
init.lua
14
init.lua
@ -120,6 +120,18 @@ require('lazy').setup({
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
"blazkowolf/gruber-darker.nvim",
|
||||
opts = {
|
||||
italic = {
|
||||
strings = false,
|
||||
comments = false,
|
||||
operators = false,
|
||||
folds = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- Useful plugin to show you pending keybinds.
|
||||
{ 'folke/which-key.nvim', opts = {} },
|
||||
{
|
||||
@ -270,7 +282,7 @@ require 'colorizer'.setup {
|
||||
}
|
||||
}
|
||||
|
||||
-- vim.cmd[[colorscheme tokyonight]]
|
||||
vim.cmd[[colorscheme gruber-darker]]
|
||||
|
||||
-- tabstop etc
|
||||
vim.opt.tabstop = 4
|
||||
|
Loading…
Reference in New Issue
Block a user