mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 09:13:49 +01:00
galaxyline config changes
This commit is contained in:
parent
3e5e1ee306
commit
b760c00368
1 changed files with 22 additions and 4 deletions
|
@ -167,7 +167,7 @@ gls.left[2] = {
|
|||
vim.api.nvim_command("hi GalaxyViMode guibg=" .. mode_color[vim_mode])
|
||||
return alias[vim_mode] .. " "
|
||||
end,
|
||||
highlight = {colors.fg, colors.line_bg, "bold"}
|
||||
highlight = {colors.line_bg, colors.line_bg, "bold"}
|
||||
}
|
||||
}
|
||||
gls.left[3] = {
|
||||
|
@ -248,11 +248,9 @@ gls.left[10] = {
|
|||
gls.left[11] = {
|
||||
LeftEnd = {
|
||||
provider = function()
|
||||
return ""
|
||||
return ""
|
||||
end,
|
||||
highlight = {colors.line_bg, colors.bg},
|
||||
separator = "",
|
||||
separator_highlight = {colors.line_bg, colors.bg}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -304,6 +302,25 @@ gls.left[17] = {
|
|||
}
|
||||
|
||||
gls.right[1] = {
|
||||
BufferType = {
|
||||
provider = "FileTypeName",
|
||||
separator = "",
|
||||
condition = has_file_type,
|
||||
separator_highlight = {colors.line_bg, colors.bg},
|
||||
highlight = {colors.fg, colors.line_bg}
|
||||
}
|
||||
}
|
||||
|
||||
gls.right[2] = {
|
||||
TypeSep = {
|
||||
provider = function()
|
||||
return ""
|
||||
end,
|
||||
highlight = {colors.bg, colors.line_bg}
|
||||
}
|
||||
}
|
||||
|
||||
gls.right[3] = {
|
||||
FileFormat = {
|
||||
provider = "FileFormat",
|
||||
separator = "",
|
||||
|
@ -311,6 +328,7 @@ gls.right[1] = {
|
|||
highlight = {colors.fg, colors.line_bg, "bold"}
|
||||
}
|
||||
}
|
||||
|
||||
gls.right[4] = {
|
||||
LineInfo = {
|
||||
provider = "LineColumn",
|
||||
|
|
Loading…
Reference in a new issue