Replies: 1 comment
-
You need {
"type": "custom",
"format": "{#38;2;0;0;0}██{#38;2;26;26;26}██{#38;2;74;74;74}██{#38;2;245;245;245}██{#38;2;217;0;0}██{#38;2;255;0;0}██"
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Read the FAQ first
Description
Hello,
I am reporting a persistent and highly unusual bug where the
colors
module fails to parse any custom color configuration, consistently returning anUnknown JSON key colorN
error.This issue occurs with both the latest official pacman package and the latest version compiled directly from the git repository. We have exhausted all common troubleshooting steps, suggesting a deeper, environment-specific bug.
System Information
The Error
The command
fastfetch --show-errors
consistently outputs:olors: Unknown JSON key color1
Colors: Unknown JSON key color2
...etc
Configurations Attempted (Both Failed)
1. Using Hex Color Codes:
System information
Features built-in
Beta Was this translation helpful? Give feedback.
All reactions