mirror of https://github.com/Hilbis/Hilbish
fix: added a yellow color to the instructions on how to remove the tip
parent
e2c9aca19d
commit
358d1f6d0a
|
@ -3,7 +3,7 @@ local lunacolors = require 'lunacolors'
|
||||||
|
|
||||||
PREAMBLE = [[
|
PREAMBLE = [[
|
||||||
Getting Started: https://rosettea.github.io/Hilbish/docs/getting-started/
|
Getting Started: https://rosettea.github.io/Hilbish/docs/getting-started/
|
||||||
🛈 These tips can be disabled with hilbish.opts.tips = false
|
{yellow}🛈 These tips can be disabled with hilbish.opts.tips = false{reset}
|
||||||
]]
|
]]
|
||||||
|
|
||||||
hilbish.tips = {
|
hilbish.tips = {
|
||||||
|
|
Loading…
Reference in New Issue