From c566faded7339a5ee13fc29eb12f970fe08062b5 Mon Sep 17 00:00:00 2001 From: Brixy <1643010+Brixy@users.noreply.github.com> Date: Sat, 27 Apr 2024 15:57:10 +0200 Subject: [PATCH] feat: Add opus file type Adds support for [Opus audio format](https://en.m.wikipedia.org/wiki/Opus_(audio_format)). Opus is widely used and has replaced mp3 in many places. --- 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 2cc7a8b19..275f363e1 100644 --- a/yazi-config/preset/theme.toml +++ b/yazi-config/preset/theme.toml @@ -268,6 +268,7 @@ rules = [ { name = "*.m4a" , text = "", fg = "#66D8EF" }, { name = "*.mp3" , text = "", fg = "#66D8EF" }, { name = "*.ogg" , text = "", fg = "#66D8EF" }, + { name = "*.opus", text = "", fg = "#66D8EF" }, { name = "*.wav" , text = "", fg = "#66D8EF" }, # Documents