style: make highlighted parts of docs underlined blue in doc command

pull/78/head
sammyette 2021-10-17 17:16:27 -04:00
parent 37610ad8b0
commit 7d9d3e4d72
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 '{invert}'
return '{underline}{blue}'
end
end)))
f:close()