60 lines
1.7 KiB
Lua
60 lines
1.7 KiB
Lua
return {
|
|
{ "folke/tokyonight.nvim" },
|
|
-- { "catppuccin/nvim", name = "catppuccin" },
|
|
{ "EdenEast/nightfox.nvim" },
|
|
{ "DanWlker/primeppuccin", name = "primeppuccin" },
|
|
{ "rose-pine/neovim", name = "rose-pine" },
|
|
{ "AlexvZyl/nordic.nvim" },
|
|
{ "eldritch-theme/eldritch.nvim" },
|
|
-- { "sainnhe/sonokai" },
|
|
{ "samharju/synthweave.nvim" },
|
|
-- { "66RING/zephyr-nvim" },
|
|
{ "pauchiner/pastelnight.nvim" },
|
|
{ "ptdewey/darkearth-nvim" },
|
|
{ "marko-cerovac/material.nvim" },
|
|
-- { "RedsXDD/neopywal.nvim" },
|
|
-- {
|
|
-- "ferdinandrau/lavish.nvim",
|
|
-- opts = {
|
|
-- style = {
|
|
-- italic_comments = false,
|
|
-- italic_strings = false,
|
|
-- transparent = false,
|
|
-- },
|
|
-- },
|
|
-- },
|
|
{
|
|
"sainnhe/gruvbox-material",
|
|
},
|
|
{
|
|
"scottmckendry/cyberdream.nvim",
|
|
name = "cyberdream",
|
|
lazy = false,
|
|
opts = {
|
|
transparent = true,
|
|
hide_fillchars = true,
|
|
terminal_colors = true,
|
|
},
|
|
},
|
|
{
|
|
"ribru17/bamboo.nvim",
|
|
opts = {
|
|
-- ────────────────────────────< 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" },
|
|
},
|
|
},
|
|
},
|
|
}
|