style: use green instead of blue in doc command

pull/78/head
sammyette 2021-10-17 17:23:35 -04:00
parent 586566c595
commit 7769d68859
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 1 additions and 1 deletions

View File

@ -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()