adjust alignment

This commit is contained in:
Michael Chris Lopez
2021-08-23 13:19:05 +08:00
parent 815d8b641a
commit 2a441e9ad7

View File

@@ -168,7 +168,7 @@ local theme = lush(function()
-- Structure { }, -- struct, union, enum, etc.
-- Typedef { }, -- A typedef
Special { fg = stone.li(24), gui="bold" }, -- (preferred) any special symbol
Special { fg = stone.li(24), gui = "bold" }, -- (preferred) any special symbol
-- SpecialChar { }, -- special character in a constant
-- Tag { }, -- you can use CTRL-] on this
Delimiter { fg = sand.da(40) }, -- character that needs attention
@@ -275,7 +275,7 @@ local theme = lush(function()
GitSignsChange { bg = SignColumn.bg, fg = water }, -- Literal text.
GitSignsDelete { bg = SignColumn.bg, fg = rose }, -- Any URI like a link or email.
IndentBlanklineChar { fg = sand.da(10).de(20) }
IndentBlanklineChar { fg = sand.da(10).de(20) },
}
end)
-- stylua: ignore end