fix: improve accessibility by avoiding hex color code for white (#968)

This commit is contained in:
Brixy 2024-04-28 15:00:38 +02:00 committed by GitHub
parent 9dd07017b0
commit 3a09155328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" },