aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-30 15:11:11 -0400
committerGitHub <noreply@github.com>2020-09-30 15:11:11 -0400
commit64ff959bd8801e19cc137dd091426e15a388bef0 (patch)
tree7e8a6516c1bbb63e87d2afce19e99f865b8bcb9d
parentUpdate README.md (diff)
downloadkirc-64ff959bd8801e19cc137dd091426e15a388bef0.tar.gz
kirc-64ff959bd8801e19cc137dd091426e15a388bef0.tar.bz2
kirc-64ff959bd8801e19cc137dd091426e15a388bef0.tar.xz
kirc-64ff959bd8801e19cc137dd091426e15a388bef0.tar.zst
kirc-64ff959bd8801e19cc137dd091426e15a388bef0.zip
Update README.md
-rw-r--r--README.md46
1 files 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;<color_number>;#<hex_color_code>"
-
-# Replace <hex_color_code> with the desired Hex code (e.g. #FFFFFF is white).
-# Replace <color_number> 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;<color_number>;#<hex_color_code>"
+
+ # Replace <hex_color_code> with the desired Hex code (e.g. #FFFFFF is white).
+ # Replace <color_number> 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