File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -124,30 +124,30 @@ Applying a new color scheme is easy! One of the quickest ways is to use an appli
124
124
kfc -s gruvbox
125
125
` ` `
126
126
127
- # ## Example using ANSI escape sequences
127
+ * Example using ANSI escape sequences
128
128
129
- ` ` ` shell
130
- printf -e " \033]4;<color_number>;#<hex_color_code>"
131
-
132
- # Replace <hex_color_code> with the desired Hex code (e.g. #FFFFFF is white).
133
- # Replace <color_number> with the one of the numbers below:
134
- # 0 - Regular Black
135
- # 1 - Regular Red
136
- # 2 - Regular Green
137
- # 3 - Regular Yellow
138
- # 4 - Regular Blue
139
- # 5 - Regular Magenta
140
- # 6 - Regular Cyan
141
- # 7 - Regular White
142
- # 8 - Bright Black
143
- # 9 - Bright Red
144
- # 10 - Bright Green
145
- # 11 - Bright Yellow
146
- # 12 - Bright Blue
147
- # 13 - Bright Magenta
148
- # 14 - Bright Cyan
149
- # 15 - Bright White
150
- ` ` `
129
+ ` ` ` shell
130
+ printf -e " \033]4;<color_number>;#<hex_color_code>"
131
+
132
+ # Replace <hex_color_code> with the desired Hex code (e.g. #FFFFFF is white).
133
+ # Replace <color_number> with the one of the numbers below:
134
+ # 0 - Regular Black
135
+ # 1 - Regular Red
136
+ # 2 - Regular Green
137
+ # 3 - Regular Yellow
138
+ # 4 - Regular Blue
139
+ # 5 - Regular Magenta
140
+ # 6 - Regular Cyan
141
+ # 7 - Regular White
142
+ # 8 - Bright Black
143
+ # 9 - Bright Red
144
+ # 10 - Bright Green
145
+ # 11 - Bright Yellow
146
+ # 12 - Bright Blue
147
+ # 13 - Bright Magenta
148
+ # 14 - Bright Cyan
149
+ # 15 - Bright White
150
+ ` ` `
151
151
152
152
# # FAQ
153
153
You can’t perform that action at this time.
0 commit comments