Update theme and SDDM to lua

This commit is contained in:
Ryan Hughes
2026-05-11 10:39:22 -04:00
parent c7b6a7f8c4
commit f1bec15325
6 changed files with 165 additions and 157 deletions
+15
View File
@@ -0,0 +1,15 @@
local active_border_color = "rgb({{ accent_strip }})"
hl.config({
general = {
col = {
active_border = active_border_color,
},
},
group = {
col = {
border_active = active_border_color,
},
},
})