From d9b57a6549905d0807d4cb06556c5b91e53cd683 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 17:20:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 17:20:07 --- .config/helix/themes/ashen.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index 43ecf530..a9ed4e6c 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -9,12 +9,14 @@ "constructor" = "g_1" -"constant" = "blue" -"constant.character" = "red_glowing" +"constant" = "orange_blaze" +"constant.builtin" = "blue" +"constant.character" = {fg = "red_glowing", modifiers = ["bold"]} "constant.character.escape" = "g_2" +"constant.numeric" = "blue" "string" = "red_glowing" -"string.regexp" = "orange_blaze" +"string.regexp" = "orange_glow" "string.special" = "g_2" "string.special.symbol" = "orange_smolder"