From aa7ffb30bd8698fa520befeeb28758585c98ae4e Mon Sep 17 00:00:00 2001 From: Integral Date: Fri, 20 Dec 2024 17:24:55 +0800 Subject: [PATCH] Remove application/zlib from themes to maintain consistency --- yazi-config/preset/theme-dark.toml | 2 +- yazi-config/preset/theme-light.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yazi-config/preset/theme-dark.toml b/yazi-config/preset/theme-dark.toml index bc3d2512..9a1c202d 100644 --- a/yazi-config/preset/theme-dark.toml +++ b/yazi-config/preset/theme-dark.toml @@ -206,7 +206,7 @@ rules = [ { mime = "{audio,video}/*", fg = "magenta" }, # Archives - { mime = "application/{zip,rar,tar,gzip,xz,zstd,bzip*,zlib,lzma,compress,archive,cpio,arj,xar}", fg = "red" }, + { mime = "application/{zip,rar,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar}", fg = "red" }, { mime = "application/7z*", fg = "red" }, { mime = "application/ms-cab-compressed", fg = "red" }, diff --git a/yazi-config/preset/theme-light.toml b/yazi-config/preset/theme-light.toml index d9afa9a0..9c4d2f23 100644 --- a/yazi-config/preset/theme-light.toml +++ b/yazi-config/preset/theme-light.toml @@ -206,7 +206,7 @@ rules = [ { mime = "{audio,video}/*", fg = "magenta" }, # Archives - { mime = "application/{zip,rar,tar,gzip,xz,zstd,bzip*,zlib,lzma,compress,archive,cpio,arj,xar}", fg = "red" }, + { mime = "application/{zip,rar,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar}", fg = "red" }, { mime = "application/7z*", fg = "red" }, { mime = "application/ms-cab-compressed", fg = "red" },