diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-24 16:11:19 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-24 16:11:19 -0500 |
| commit | cffb4360557e74eb4ace93f9903965819c9b0689 (patch) | |
| tree | e6a5ba7230be4d38f05b897eef21ca5053ab52c6 /env/.config/fastfetch/ascii.jsonc | |
| parent | edf30d98be13f0fc224cb2e0bcd30f2b94a62b0d (diff) | |
Squashed commit of the following: ascii changes
changed to ascii color generation
Diffstat (limited to 'env/.config/fastfetch/ascii.jsonc')
| -rw-r--r-- | env/.config/fastfetch/ascii.jsonc | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/env/.config/fastfetch/ascii.jsonc b/env/.config/fastfetch/ascii.jsonc index 9aef4a8..fe3eb84 100644 --- a/env/.config/fastfetch/ascii.jsonc +++ b/env/.config/fastfetch/ascii.jsonc @@ -7,12 +7,16 @@ "padding": { "top": 2 }, - "source": "/home/iceyrazor/.config/fastfetch/fur-conver.txt", + "source": "/home/iceyrazor/.config/fastfetch/fur.txt", "color": { - "1": "black", - "2": "light_black", - "3": "yellow", - "5": "light_yellow" + "1": "light_black", + "2": "light_red", + "3": "light_green", + "4": "light_yellow", + "5": "light_blue", + "6": "light_magenta", + "7": "light_cyan", + "8": "white" } }, "display": { |
