Commit 59d3d7aa authored by Dylan's avatar Dylan

Reimplement 'color' function

parent 69060acb
...@@ -2164,6 +2164,10 @@ setcolors () { ...@@ -2164,6 +2164,10 @@ setcolors () {
fi fi
} }
color () {
printf "%b%s" "\033[38;5;${1}m"
}
# }}} # }}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment