mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
template: update the tab color for yazi template
This commit is contained in:
@@ -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}}" },
|
||||
]
|
||||
|
||||
# : }}}
|
||||
# : }}}
|
||||
|
||||
Reference in New Issue
Block a user