mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: update lueline theme
This commit is contained in:
parent
7f1637b6e8
commit
76b8b56b5c
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue