mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Fix gradient border syntax in last-horizon and solitude themes (#5869)
This commit is contained in:
@@ -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,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({
|
||||
|
||||
Reference in New Issue
Block a user