From 072648e044fa5ed2326425ed7d198c449b780b98 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 17:25:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 17:25:06 --- .config/helix/themes/ashen.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index a9ed4e6c..e9e796db 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -18,9 +18,12 @@ "string" = "red_glowing" "string.regexp" = "orange_glow" "string.special" = "g_2" +"string.special.url" = {fg = "red_glowing", modifiers = ["bold"]} +"string.special.path" = {fg = "red_glowing", modifiers = ["bold"]} "string.special.symbol" = "orange_smolder" "comment" = { fg = "g_6", modifiers = ["italic"] } +"comment.block.documentation" = { fg = "g_5", modifiers = ["italic"] } "variable" = "g_3" "variable.parameter" = { fg = "g_2", modifiers = ["italic"] } @@ -37,7 +40,6 @@ "keyword" = "red_ember" "keyword.operator" = "orange_blaze" -"keyword.control.conditional" = "g_2" "operator" = "orange_glow"