37 lines
1.4 KiB
Lua
37 lines
1.4 KiB
Lua
return {
|
|
{ "folke/tokyonight.nvim" },
|
|
-- { "luisiacc/gruvbox-baby" },
|
|
-- { "zootedb0t/citruszest.nvim" },
|
|
-- { "catppuccin/nvim", name = "catppuccin" },
|
|
-- { "rose-pine/neovim" , name = "rose-pine" },
|
|
{ "sontungexpt/witch" },
|
|
{ "AlexvZyl/nordic.nvim" },
|
|
{ "eldritch-theme/eldritch.nvim" },
|
|
-- { "kartikp10/noctis.nvim" },
|
|
-- { "dgox16/oldworld.nvim" },
|
|
{ "shrikecode/kyotonight.vim" },
|
|
{ "uloco/bluloco.nvim", dependencies = { "rktjmp/lush.nvim" } },
|
|
-- {
|
|
-- "ribru17/bamboo.nvim",
|
|
-- config = function()
|
|
-- require("bamboo").setup({
|
|
-- -- ────────────────────────────< optional configuration here >─────────────────────────
|
|
-- code_style = {
|
|
-- comments = { italic = false, bold = true },
|
|
-- conditionals = { italic = true },
|
|
-- keywords = { bold = true },
|
|
-- functions = {},
|
|
-- namespaces = { italic = true },
|
|
-- parameters = { italic = true },
|
|
-- strings = {},
|
|
-- variables = { bold = true },
|
|
-- },
|
|
-- -- ─< Custom Highlights -- >────────────────────────────────────────────────────────────
|
|
-- colors = {}, -- Override default colors
|
|
-- highlights = { -- Override highlight groups
|
|
-- ["@comment"] = { fg = "#555653" },
|
|
-- },
|
|
-- })
|
|
-- end,
|
|
-- },
|
|
}
|