template: update the tab color for yazi template

This commit is contained in:
PhosCity
2026-03-03 16:36:48 +05:45
parent ddfb06fe5b
commit 6c5c336b71
+3 -3
View File
@@ -76,9 +76,9 @@ selected = { reversed = true }
# : Tabs [[[
[tabs]
active = { fg = "{{colors.primary.default.hex}}", bold = true, bg = "{{colors.surface.default.hex}}" }
active = { fg = "{{colors.surface.default.hex}}", bold = true, bg = "{{colors.primary.default.hex}}" }
inactive = { fg = "{{colors.secondary.default.hex}}", bg = "{{colors.surface.default.hex}}" }
sep_inner = { open = "[", close = "]" }
sep_inner = { open = "", close = "" }
# : ]]]
@@ -914,4 +914,4 @@ conds = [
{ if = "!dir", text = "", fg = "{{colors.primary.default.hex}}" },
]
# : }}}
# : }}}