From 7d9d3e4d7258d42f68c3a4009df98bdc3ae849f6 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 17 Oct 2021 17:16:27 -0400 Subject: [PATCH] style: make highlighted parts of docs underlined blue in doc command --- preload.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preload.lua b/preload.lua index db8bd4e..4880a0a 100644 --- a/preload.lua +++ b/preload.lua @@ -70,7 +70,7 @@ These are the global Hilbish functions that are always available and not part of if backtickOccurence % 2 == 0 then return '{reset}' else - return '{invert}' + return '{underline}{blue}' end end))) f:close()