From 31f7cad41f795869d606eb70ca65e2f32c8ea088 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 1 Mar 2025 12:30:04 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-01 12:30:04 --- .config/helix/themes/ashen.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index 6bef98c8..23cc57ee 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -27,6 +27,7 @@ "string.special.symbol" = "orange_smolder" "comment" = { fg = "g_6", modifiers = ["italic"] } +# "comment" = { fg = "#838383", modifiers = ["italic"] } "comment.block.documentation" = { fg = "g_5", modifiers = ["italic"] } "variable" = "g_3"