Swtich to kanagawa colorscheme.
This commit is contained in:
parent
52067fc631
commit
40da5cb900
2
init.lua
2
init.lua
|
@ -121,7 +121,7 @@ require('lazy').setup({
|
|||
opts = {
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
theme = 'tokyonight',
|
||||
theme = 'kanagawa',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
config = function()
|
||||
require("kanagawa").setup {
|
||||
transparent = true
|
||||
}
|
||||
vim.cmd [[colorscheme kanagawa]]
|
||||
end,
|
||||
}
|
|
@ -8,6 +8,6 @@ return {
|
|||
require('tokyonight').setup({
|
||||
transparent = true
|
||||
})
|
||||
vim.cmd [[colorscheme tokyonight-storm]]
|
||||
-- vim.cmd [[colorscheme tokyonight-storm]]
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue