1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 13:30:26 +01:00

bebop colorscheme with nice colours

This commit is contained in:
2026-01-21 11:10:49 +01:00
parent 99152ac85c
commit 7c5962f7f3

View File

@@ -1,13 +1,14 @@
return {
{ "folke/tokyonight.nvim" },
{ "rebelot/kanagawa.nvim" },
{ "Shatur/neovim-ayu" },
-- { "folke/tokyonight.nvim" },
-- { "rebelot/kanagawa.nvim" },
-- { "Shatur/neovim-ayu" },
{ "ATTron/bebop.nvim" },
-- Configure LazyVim to load our favourite colorscheme
{
"LazyVim/LazyVim",
opts = {
colorscheme = "kanagawa-dragon",
},
}
-- Configure LazyVim to load our favourite colorscheme
{
"LazyVim/LazyVim",
opts = {
colorscheme = "bebop",
},
},
}