some changes
This commit is contained in:
parent
74f59391ba
commit
1bce98394d
2 changed files with 24 additions and 24 deletions
2
init.lua
2
init.lua
|
@ -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("eldritch")
|
vim.cmd.colorscheme("bamboo")
|
||||||
|
|
|
@ -11,27 +11,27 @@ return {
|
||||||
-- { "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