Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Mar 26, 2024
1 parent 4791ea9 commit 880ec88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lua/dotvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function M.setup(opts)
dora.setup(opts)

if not vim.g.vscode then
require("bamboo").load()
vim.cmd("colorscheme catppuccin")
end
end

Expand Down
2 changes: 1 addition & 1 deletion lua/dotvim/packages/_/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return {
{
"catppuccin",
opts = function(_, opts)
opts.flavour = "frappe"
opts.flavour = "mocha"
opts.styles.comments = {}
opts.styles.conditionals = {}
opts.color_overrides = {
Expand Down
3 changes: 2 additions & 1 deletion lua/dotvim/packages/bamboo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ return {
{
"ribru17/bamboo.nvim",
lazy = false,
enabled = false,
priority = 1000,
opts = {
cmp_itemkind_reverse = true,
cmp_itemkind_reverse = false,
code_style = {
comments = { italic = true },
conditionals = { italic = true },
Expand Down

0 comments on commit 880ec88

Please sign in to comment.