AutoYADM commit: 2025-02-06 17:25:06

This commit is contained in:
Daniel Fichtinger 2025-02-06 17:25:06 -05:00
parent d9b57a6549
commit 072648e044

View file

@ -18,9 +18,12 @@
"string" = "red_glowing" "string" = "red_glowing"
"string.regexp" = "orange_glow" "string.regexp" = "orange_glow"
"string.special" = "g_2" "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" "string.special.symbol" = "orange_smolder"
"comment" = { fg = "g_6", modifiers = ["italic"] } "comment" = { fg = "g_6", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "g_5", modifiers = ["italic"] }
"variable" = "g_3" "variable" = "g_3"
"variable.parameter" = { fg = "g_2", modifiers = ["italic"] } "variable.parameter" = { fg = "g_2", modifiers = ["italic"] }
@ -37,7 +40,6 @@
"keyword" = "red_ember" "keyword" = "red_ember"
"keyword.operator" = "orange_blaze" "keyword.operator" = "orange_blaze"
"keyword.control.conditional" = "g_2"
"operator" = "orange_glow" "operator" = "orange_glow"