Add support for configuring transparent sidebar (#77)
Co-authored-by: Codico <>
This commit is contained in:
@@ -30,6 +30,7 @@ config = {
|
||||
dev = opt("dev", false),
|
||||
darkFloat = opt("dark_float", true),
|
||||
darkSidebar = opt("dark_sidebar", true),
|
||||
transparentSidebar = opt("transparent_sidebar", false),
|
||||
transform_colors = false,
|
||||
lualineBold = opt("lualine_bold", false),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user