Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 24, 2024
1 parent 5fff40c commit 982e69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/dotvim/pkgs/theme/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ return {
},
setup = function()
if not vim.g.vscode then
vim.o.background = "dark"
vim.o.background = "light"
vim.cmd("colorscheme catppuccin")
end
end,
Expand Down
2 changes: 1 addition & 1 deletion lua/dotvim/pkgs/theme/plugins/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ return {
build = ":CatppuccinCompile",
opts = {
background = {
light = "latte",
light = "macchiato",
dark = "mocha",
},
no_italic = true,
Expand Down

0 comments on commit 982e69a

Please sign in to comment.