Skip to content

Commit

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

0 comments on commit 92078dc

Please sign in to comment.