From cffb4360557e74eb4ace93f9903965819c9b0689 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sun, 24 May 2026 16:11:19 -0500 Subject: Squashed commit of the following: ascii changes changed to ascii color generation --- env/.config/fastfetch/ascii.jsonc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'env/.config/fastfetch/ascii.jsonc') 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": { -- cgit v1.3