Fix gradient border syntax in last-horizon and solitude themes (#5869)

This commit is contained in:
Manuel
2026-05-16 14:31:43 +02:00
committed by GitHub
parent 8610312db3
commit 8c506b30a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
local active_border_color = "rgba(8a8588ee) rgba(e2dddcee)"
local active_border_color = { colors = { "rgba(8a8588ee)", "rgba(e2dddcee)" }, angle = 45 }
local inactive_border_color = "rgba(584e51aa)"
hl.config({
+1 -1
View File
@@ -1,4 +1,4 @@
local active_border_color = "rgba(798186ee) rgba(caccccee)"
local active_border_color = { colors = { "rgba(798186ee)", "rgba(caccccee)" }, angle = 45 }
local inactive_border_color = "rgb(1e1e1e)"
hl.config({