commented some colorschemes
This commit is contained in:
parent
3540a5680b
commit
1e2cd8be91
1 changed files with 27 additions and 28 deletions
|
@ -1,38 +1,37 @@
|
||||||
return {
|
return {
|
||||||
{ "folke/tokyonight.nvim" },
|
{ "folke/tokyonight.nvim" },
|
||||||
{ "luisiacc/gruvbox-baby" },
|
-- { "luisiacc/gruvbox-baby" },
|
||||||
{ "zootedb0t/citruszest.nvim" },
|
-- { "zootedb0t/citruszest.nvim" },
|
||||||
-- { "catppuccin/nvim", name = "catppuccin" },
|
-- { "catppuccin/nvim", name = "catppuccin" },
|
||||||
-- { "rose-pine/neovim" , name = "rose-pine" },
|
-- { "rose-pine/neovim" , name = "rose-pine" },
|
||||||
{ "jacoborus/tender.vim" },
|
|
||||||
{ "sontungexpt/witch" },
|
{ "sontungexpt/witch" },
|
||||||
{ "AlexvZyl/nordic.nvim" },
|
{ "AlexvZyl/nordic.nvim" },
|
||||||
{ "eldritch-theme/eldritch.nvim" },
|
{ "eldritch-theme/eldritch.nvim" },
|
||||||
{ "kartikp10/noctis.nvim" },
|
-- { "kartikp10/noctis.nvim" },
|
||||||
{ "dgox16/oldworld.nvim" },
|
-- { "dgox16/oldworld.nvim" },
|
||||||
{ "shrikecode/kyotonight.vim" },
|
{ "shrikecode/kyotonight.vim" },
|
||||||
{ "uloco/bluloco.nvim", dependencies = { "rktjmp/lush.nvim" } },
|
{ "uloco/bluloco.nvim", dependencies = { "rktjmp/lush.nvim" } },
|
||||||
{
|
-- {
|
||||||
"ribru17/bamboo.nvim",
|
-- "ribru17/bamboo.nvim",
|
||||||
config = function()
|
-- config = function()
|
||||||
require("bamboo").setup({
|
-- require("bamboo").setup({
|
||||||
-- ────────────────────────────< optional configuration here >─────────────────────────
|
-- -- ────────────────────────────< optional configuration here >─────────────────────────
|
||||||
code_style = {
|
-- code_style = {
|
||||||
comments = { italic = false, bold = true },
|
-- comments = { italic = false, bold = true },
|
||||||
conditionals = { italic = true },
|
-- conditionals = { italic = true },
|
||||||
keywords = { bold = true },
|
-- keywords = { bold = true },
|
||||||
functions = {},
|
-- functions = {},
|
||||||
namespaces = { italic = true },
|
-- namespaces = { italic = true },
|
||||||
parameters = { italic = true },
|
-- parameters = { italic = true },
|
||||||
strings = {},
|
-- strings = {},
|
||||||
variables = { bold = true },
|
-- variables = { bold = true },
|
||||||
},
|
-- },
|
||||||
-- ─< Custom Highlights -- >────────────────────────────────────────────────────────────
|
-- -- ─< Custom Highlights -- >────────────────────────────────────────────────────────────
|
||||||
colors = {}, -- Override default colors
|
-- colors = {}, -- Override default colors
|
||||||
highlights = { -- Override highlight groups
|
-- highlights = { -- Override highlight groups
|
||||||
["@comment"] = { fg = "#555653" },
|
-- ["@comment"] = { fg = "#555653" },
|
||||||
},
|
-- },
|
||||||
})
|
-- })
|
||||||
end,
|
-- end,
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue