Skip to content

Commit

Permalink
mrimgx
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzegorzKozub committed Oct 11, 2024
1 parent 7b1e662 commit 12e5112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flavors/gruvbox-material-dark.yazi/flavor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ rules = [

{ name = "*.{7z,gz,rar,tar,zip}", fg = "yellow" },

{ name = "*.{cow,fsa,iso,mrimg,wim}", fg = "magenta" },
{ name = "*.{cow,fsa,iso,mrimg,mrimgx,wim}", fg = "magenta" },

{ mime = "{audio,image,video}/*", fg = "magenta" },

Expand Down Expand Up @@ -285,6 +285,7 @@ exts = [
{ name = "cow", text = "󰋊" },
{ name = "fsa", text = "󰋊" },
{ name = "mrimg", text = "󰋊" },
{ name = "mrimgx", text = "󰋊" },
{ name = "wim", text = "󰋊" },

{ name = "iso", text = "󰗮" },
Expand Down Expand Up @@ -398,4 +399,4 @@ conds = [
{ if = "dir", text = "󰝰" },
{ if = "exec", text = "" },
{ if = "!dir", text = "󰈤" },
]
]

0 comments on commit 12e5112

Please sign in to comment.