1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 07:40:27 +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 { return {
{ "folke/tokyonight.nvim" }, -- { "folke/tokyonight.nvim" },
{ "rebelot/kanagawa.nvim" }, -- { "rebelot/kanagawa.nvim" },
{ "Shatur/neovim-ayu" }, -- { "Shatur/neovim-ayu" },
{ "ATTron/bebop.nvim" },
-- Configure LazyVim to load our favourite colorscheme -- Configure LazyVim to load our favourite colorscheme
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "kanagawa-dragon", colorscheme = "bebop",
}, },
} },
} }