Update theme specifics to lua

This commit is contained in:
Ryan Hughes
2026-05-11 10:39:22 -04:00
parent f1bec15325
commit 59a2619426
6 changed files with 65 additions and 47 deletions
+18
View File
@@ -0,0 +1,18 @@
local active_border_color = "rgb(dcd7ba)"
hl.config({
general = {
col = {
active_border = active_border_color,
},
},
group = {
col = {
border_active = active_border_color,
},
},
})
-- Kanagawa backdrop is too strong for default opacity.
hl.window_rule({ match = { tag = "terminal" }, opacity = "0.98 0.95" })