From 5de5910a0b761796615864670f964d0ce2e3a0e7 Mon Sep 17 00:00:00 2001 From: xfzv <> Date: Sun, 23 Jun 2024 14:45:13 +0200 Subject: [PATCH] feat: add `wv` (WavPack) extension --- yazi-config/preset/theme.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/yazi-config/preset/theme.toml b/yazi-config/preset/theme.toml index 0eb9cf66..c2fe6c9b 100644 --- a/yazi-config/preset/theme.toml +++ b/yazi-config/preset/theme.toml @@ -743,6 +743,7 @@ exts = [ { name = "woff2", text = "", fg_dark = "#ececec", fg_light = "#2f2f2f" }, { name = "wrl", text = "󰆧", fg_dark = "#888888", fg_light = "#5b5b5b" }, { name = "wrz", text = "󰆧", fg_dark = "#888888", fg_light = "#5b5b5b" }, + { name = "wv", text = "", fg_dark = "#00afff", fg_light = "#0075aa" }, { name = "x", text = "", fg_dark = "#599eff", fg_light = "#3b69aa" }, { name = "xaml", text = "󰙳", fg_dark = "#512bd4", fg_light = "#512bd4" }, { name = "xcf", text = "", fg_dark = "#635b46", fg_light = "#4a4434" },