diff --git a/lua/custom/default.lua b/lua/custom/default.lua index cd585d5..5bb1298 100644 --- a/lua/custom/default.lua +++ b/lua/custom/default.lua @@ -33,7 +33,7 @@ vim.g.pcode_transparent_mode = 0 -- parallelogram -- transparent -- default -vim.g.pcode_lualinetheme = "transparent" +vim.g.pcode_lualinetheme = "parallelogram" -- 0 disable progress -- 1 lualine lsp progress -- 2 fidget progress diff --git a/lua/user/utils/lualine_component.lua b/lua/user/utils/lualine_component.lua index d9523e0..c1fa1e2 100644 --- a/lua/user/utils/lualine_component.lua +++ b/lua/user/utils/lualine_component.lua @@ -148,7 +148,7 @@ return { mode_parallelogram = { "mode", padding = 1, - separator = { left = " ", right = "" }, + separator = { left = " ", right = "" }, fmt = function(str) return icons.ui.Neovim .. " " .. str end, diff --git a/lua/user/utils/lualine_template.lua b/lua/user/utils/lualine_template.lua index 300239d..3ca28c1 100644 --- a/lua/user/utils/lualine_template.lua +++ b/lua/user/utils/lualine_template.lua @@ -153,7 +153,7 @@ M.parallelogram = function(colorscheme) lualine_x = { diagnostics, spaces, treesitter, "filetype" }, lualine_y = { "progress" }, lualine_z = { - { "location", separator = { right = " ", left = "" }, padding = 1 }, + { "location", separator = { right = " ", left = "" }, padding = 1 }, }, }, inactive_sections = {