addet transparent cyberdream

This commit is contained in:
pika 2024-09-04 20:08:20 +02:00
parent eb86a05ccc
commit c3e4a1d4dd
2 changed files with 17 additions and 7 deletions

View file

@ -6,4 +6,4 @@ require("pika.lazy")
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │ -- │ themes are under ./lua/pika/plugins/colorschemes.lua │
-- ╰──────────────────────────────────────────────────────╯ -- ╰──────────────────────────────────────────────────────╯
vim.cmd.colorscheme("nordic") vim.cmd.colorscheme("cyberdream")

View file

@ -1,14 +1,24 @@
return { return {
{ "folke/tokyonight.nvim" }, { "folke/tokyonight.nvim" },
-- { "catppuccin/nvim", name = "catppuccin" }, -- { "catppuccin/nvim", name = "catppuccin" },
{ "rose-pine/neovim" , name = "rose-pine" }, { "rose-pine/neovim", name = "rose-pine" },
{ "AlexvZyl/nordic.nvim" }, { "AlexvZyl/nordic.nvim" },
{ "eldritch-theme/eldritch.nvim" }, { "eldritch-theme/eldritch.nvim" },
{ "sainnhe/sonokai" }, { "sainnhe/sonokai" },
{ {
"xero/miasma.nvim", "scottmckendry/cyberdream.nvim",
lazy = false, name = "cyberdream",
}, lazy = false,
opts = {
transparent = true,
hide_fillchars = true,
terminal_colors = true,
},
},
{
"xero/miasma.nvim",
lazy = false,
},
{ {
"ribru17/bamboo.nvim", "ribru17/bamboo.nvim",
config = function() config = function()