Skip to content

Commit

Permalink
chore(neovim): tweak styles
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Apr 7, 2024
1 parent 480f322 commit 8977110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ require('lazy').setup({
config = function()
require("catppuccin").setup({
flavour = 'frappe',
transparent_background = true,
integrations = {
-- ...
}
})
end,
},
Expand Down
2 changes: 1 addition & 1 deletion config/.config/nvim/lua/pluginconfig/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function M.setup()
require('lualine').setup({
options = {
icons_enabled = true,
theme = 'iceberg',
theme = 'catppuccin',
},
sections = {
lualine_a = { 'mode' },
Expand Down

0 comments on commit 8977110

Please sign in to comment.