#lang en = ANSI Escape Codes = <> == Sources == || '''Source''' || '''Description''' || || [[ https://en.wikipedia.org/wiki/ANSI_escape_code | Wikipedia ANSI escape code]]|| General information and color lists || || [[ https://misc.flogisoft.com/bash/tip_colors_and_formatting | flogisoft ]] || General explanation, color and attribute lists || || [[ https://unix.stackexchange.com/questions/124407/what-color-codes-can-i-use-in-my-ps1-prompt | StackExchange ]] || Explanation of ANSI codes focussed on PS1 || || [[ https://unix.stackexchange.com/a/89817 | StackExchange ]] || Explanation about escape characters || == Terminal Color checkers == These bash scripts printout an 8, 16, 256, or full rgb color test. Use these if you are not sure what your terminal supports. * [[attachment:8-colors.sh]] * [[attachment:16-colors.sh]] * [[attachment:256-colors.sh]] * [[attachment:truecolor.sh]]