mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 14:21:32 +03:00
fix: improve accessibility by avoiding hex color code for white (#968)
This commit is contained in:
parent
9dd07017b0
commit
3a09155328
@ -228,8 +228,8 @@ rules = [
|
|||||||
{ name = "*.ini" , text = "", fg = "#6d8086" },
|
{ name = "*.ini" , text = "", fg = "#6d8086" },
|
||||||
{ name = "*.json", text = "", fg = "#cbcb41" },
|
{ name = "*.json", text = "", fg = "#cbcb41" },
|
||||||
{ name = "*.kdl" , text = "", fg = "#6d8086" },
|
{ name = "*.kdl" , text = "", fg = "#6d8086" },
|
||||||
{ name = "*.md" , text = "", fg = "#ffffff" },
|
{ name = "*.md" , text = "", fg = "white" },
|
||||||
{ name = "*.toml", text = "", fg = "#ffffff" },
|
{ name = "*.toml", text = "", fg = "white" },
|
||||||
{ name = "*.txt" , text = "", fg = "#89e051" },
|
{ name = "*.txt" , text = "", fg = "#89e051" },
|
||||||
{ name = "*.yaml", text = "", fg = "#6d8086" },
|
{ name = "*.yaml", text = "", fg = "#6d8086" },
|
||||||
{ name = "*.yml" , text = "", fg = "#6d8086" },
|
{ name = "*.yml" , text = "", fg = "#6d8086" },
|
||||||
|
Loading…
Reference in New Issue
Block a user