Skip to content

Commit

Permalink
fix: improve accessibility by avoiding hex color code for white (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brixy authored Apr 28, 2024
1 parent 9dd0701 commit 3a09155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yazi-config/preset/theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 3a09155

Please sign in to comment.