feat: updated rice

This commit is contained in:
2026-01-28 18:44:37 +01:00
parent 25d5763f5a
commit 4ee7054758
12 changed files with 198 additions and 254 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
return {
'folke/tokyonight.nvim',
'rebelot/kanagawa.nvim',
lazy = false,
priority = 1000,
init = function()
vim.cmd.colorscheme 'tokyonight-night'
vim.cmd.colorscheme 'kanagawa-dragon'
vim.cmd.hi 'Comment gui=none'
end,
}