diff --git a/neofetch b/neofetch index caf13d73..4d5291b5 100755 --- a/neofetch +++ b/neofetch @@ -2164,6 +2164,10 @@ setcolors () { fi } +color () { + printf "%b%s" "\033[38;5;${1}m" +} + # }}}