config for solid FloatBorder

This commit is contained in:
Michael Chris Lopez
2021-10-20 17:14:48 +08:00
parent b2898b692b
commit 9429f2064e
5 changed files with 17 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ if bg == "light" then
else
return lush.extends({ specs }).with(function()
return {
FloatBorder { fg = hsluv "#203f57" }, -- --border-color
FloatBorder { specs.FloatBorder, fg = hsluv "#203f57" }, -- --border-color
helpHyperTextJump { fg = hsluv "#8ec77e" }, -- --link-color
helpOption { helpHyperTextJump },
markdownUrl { helpHyperTextJump },