Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 12, 2024
1 parent a4a6440 commit 0727184
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -8,8 +8,8 @@ return {
},
setup = function()
if not vim.g.vscode then
vim.cmd("colorscheme catppuccin")
vim.o.background = "light"
vim.cmd("colorscheme rose-pine")
end
end,
}
3 changes: 2 additions & 1 deletion lua/dotvim/pkgs/theme/plugins/rose-pine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ return {
name = "rose-pine",
lazy = true,
opts = {
variant = "main",
variant = "dawn",
dark_variant = "moon",
extend_background_behind_borders = true,
styles = {
bold = true,
Expand Down

0 comments on commit 0727184

Please sign in to comment.