From 64ff959bd8801e19cc137dd091426e15a388bef0 Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:11:11 -0400 Subject: Update README.md --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 09c5d9a..93da3a8 100644 --- a/README.md +++ b/README.md @@ -124,30 +124,30 @@ Applying a new color scheme is easy! One of the quickest ways is to use an appli kfc -s gruvbox ``` -### Example using ANSI escape sequences +* Example using ANSI escape sequences -```shell -printf -e "\033]4;;#" - -# Replace with the desired Hex code (e.g. #FFFFFF is white). -# Replace with the one of the numbers below: -# 0 - Regular Black -# 1 - Regular Red -# 2 - Regular Green -# 3 - Regular Yellow -# 4 - Regular Blue -# 5 - Regular Magenta -# 6 - Regular Cyan -# 7 - Regular White -# 8 - Bright Black -# 9 - Bright Red -# 10 - Bright Green -# 11 - Bright Yellow -# 12 - Bright Blue -# 13 - Bright Magenta -# 14 - Bright Cyan -# 15 - Bright White -``` + ```shell + printf -e "\033]4;;#" + + # Replace with the desired Hex code (e.g. #FFFFFF is white). + # Replace with the one of the numbers below: + # 0 - Regular Black + # 1 - Regular Red + # 2 - Regular Green + # 3 - Regular Yellow + # 4 - Regular Blue + # 5 - Regular Magenta + # 6 - Regular Cyan + # 7 - Regular White + # 8 - Bright Black + # 9 - Bright Red + # 10 - Bright Green + # 11 - Bright Yellow + # 12 - Bright Blue + # 13 - Bright Magenta + # 14 - Bright Cyan + # 15 - Bright White + ``` ## FAQ -- cgit v1.2.3