Skip to content

Commit

Permalink
feat: Add opus file type
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Brixy committed Apr 27, 2024
1 parent d01e180 commit c566fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yazi-config/preset/theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c566fad

Please sign in to comment.