mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 10:00:27 +01:00
bebop colorscheme with nice colours
This commit is contained in:
@@ -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",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user