mirror of https://github.com/Hilbis/Hilbish
style: use green instead of blue in doc command
parent
586566c595
commit
7769d68859
|
@ -70,7 +70,7 @@ These are the global Hilbish functions that are always available and not part of
|
||||||
if backtickOccurence % 2 == 0 then
|
if backtickOccurence % 2 == 0 then
|
||||||
return '{reset}'
|
return '{reset}'
|
||||||
else
|
else
|
||||||
return '{underline}{blue}'
|
return '{underline}{green}'
|
||||||
end
|
end
|
||||||
end)))
|
end)))
|
||||||
f:close()
|
f:close()
|
||||||
|
|
Loading…
Reference in New Issue