adjust alignment
This commit is contained in:
@@ -168,7 +168,7 @@ local theme = lush(function()
|
|||||||
-- Structure { }, -- struct, union, enum, etc.
|
-- Structure { }, -- struct, union, enum, etc.
|
||||||
-- Typedef { }, -- A typedef
|
-- 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
|
-- SpecialChar { }, -- special character in a constant
|
||||||
-- Tag { }, -- you can use CTRL-] on this
|
-- Tag { }, -- you can use CTRL-] on this
|
||||||
Delimiter { fg = sand.da(40) }, -- character that needs attention
|
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.
|
GitSignsChange { bg = SignColumn.bg, fg = water }, -- Literal text.
|
||||||
GitSignsDelete { bg = SignColumn.bg, fg = rose }, -- Any URI like a link or email.
|
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)
|
end)
|
||||||
-- stylua: ignore end
|
-- stylua: ignore end
|
||||||
|
|||||||
Reference in New Issue
Block a user