# HG changeset patch # User Zeger Van de Vannet # Date 1714468974 -7200 # Node ID c140fbe39d371b924c8a544d3f805dd49fe21637 # Parent 8284bef42d1b2a8bbd7c83e142eb2bc0bf5fc8a2 fix: fix 'attributes' typo in helix colorscheme diff -r 8284bef42d1b -r c140fbe39d37 dot_config/helix/themes/tutticolori.toml --- a/dot_config/helix/themes/tutticolori.toml Fri Apr 26 07:59:02 2024 +0200 +++ b/dot_config/helix/themes/tutticolori.toml Tue Apr 30 11:22:54 2024 +0200 @@ -38,7 +38,7 @@ "variable.builtin" = { fg = "blue" } "number" = { fg = "purple-light", bg = "purple-lighter" } "constant" = { fg = "purple-light", bg = "purple-lighter" } -"attributes" = { fg = "purple-dark" } +"attribute" = { fg = "purple-dark" } "type" = { fg = "red" } "string" = { fg = "green" } "property" = { fg = "gray-darker" }