diff dot_config/helix/themes/tutticolori.toml @ 894:c140fbe39d37

fix: fix 'attributes' typo in helix colorscheme
author Zeger Van de Vannet <zeger@vandevan.net>
date Tue, 30 Apr 2024 11:22:54 +0200
parents 1e11c38b195c
children
line wrap: on
line diff
--- 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" }