lighten a bit the commentary

This commit is contained in:
2025-11-20 13:25:37 +01:00
parent e64b20626d
commit 5fd2f9b5ad

View File

@@ -4,7 +4,7 @@ return {
c_normal_bg = "{{colors.surface.default.hex}}",
-- Syntax groups
c_comment = "{{colors.surface_variant.default.hex}}",
c_comment = "{{colors.surface_variant.default.hex | lighten: +30}}",
c_string = "{{colors.tertiary.default.hex}}",
c_identifier = "{{colors.on_surface.default.hex}}",
c_function = "{{colors.primary.default.hex}}",