mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
fix: improve accessibility by avoiding hex color code for white (#968)
This commit is contained in:
parent
9dd07017b0
commit
3a09155328
1 changed files with 2 additions and 2 deletions
|
|
@ -228,8 +228,8 @@ rules = [
|
|||
{ name = "*.ini" , text = "", fg = "#6d8086" },
|
||||
{ name = "*.json", text = "", fg = "#cbcb41" },
|
||||
{ name = "*.kdl" , text = "", fg = "#6d8086" },
|
||||
{ name = "*.md" , text = "", fg = "#ffffff" },
|
||||
{ name = "*.toml", text = "", fg = "#ffffff" },
|
||||
{ name = "*.md" , text = "", fg = "white" },
|
||||
{ name = "*.toml", text = "", fg = "white" },
|
||||
{ name = "*.txt" , text = "", fg = "#89e051" },
|
||||
{ name = "*.yaml", text = "", fg = "#6d8086" },
|
||||
{ name = "*.yml" , text = "", fg = "#6d8086" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue