mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-01 11:13:24 +00:00
style: use green instead of blue in doc command
This commit is contained in:
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…
x
Reference in New Issue
Block a user