changeset 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 8284bef42d1b
children b5a2fd26f4d4
files dot_config/helix/themes/tutticolori.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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" }