From 7769d68859a1a1f215d79afa253103b9256a53fe Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 17 Oct 2021 17:23:35 -0400 Subject: [PATCH] style: use green instead of blue in doc command --- preload.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preload.lua b/preload.lua index 4880a0a..03bfade 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 '{underline}{blue}' + return '{underline}{green}' end end))) f:close()