add: update lueline theme

This commit is contained in:
asep.komarudin 2024-05-23 21:02:23 +07:00
parent 7f1637b6e8
commit 76b8b56b5c
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ vim.g.pcode_transparent_mode = 0
-- parallelogram -- parallelogram
-- transparent -- transparent
-- default -- default
vim.g.pcode_lualinetheme = "transparent" vim.g.pcode_lualinetheme = "parallelogram"
-- 0 disable progress -- 0 disable progress
-- 1 lualine lsp progress -- 1 lualine lsp progress
-- 2 fidget progress -- 2 fidget progress

View file

@ -148,7 +148,7 @@ return {
mode_parallelogram = { mode_parallelogram = {
"mode", "mode",
padding = 1, padding = 1,
separator = { left = " ", right = "" }, separator = { left = " ", right = "" },
fmt = function(str) fmt = function(str)
return icons.ui.Neovim .. " " .. str return icons.ui.Neovim .. " " .. str
end, end,

View file

@ -153,7 +153,7 @@ M.parallelogram = function(colorscheme)
lualine_x = { diagnostics, spaces, treesitter, "filetype" }, lualine_x = { diagnostics, spaces, treesitter, "filetype" },
lualine_y = { "progress" }, lualine_y = { "progress" },
lualine_z = { lualine_z = {
{ "location", separator = { right = " ", left = "" }, padding = 1 }, { "location", separator = { right = " ", left = "" }, padding = 1 },
}, },
}, },
inactive_sections = { inactive_sections = {