some changes

This commit is contained in:
pika 2024-08-22 20:59:37 +02:00
parent 74f59391ba
commit 1bce98394d
2 changed files with 24 additions and 24 deletions

View file

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

View file

@ -11,27 +11,27 @@ return {
-- { "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,
-- },
{
"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,
},
}