Update theme specifics to lua
This commit is contained in:
@@ -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" })
|
||||
Reference in New Issue
Block a user