From d0a3a2a6b4d9d0330e368c203bdbbce99f92c5ac Mon Sep 17 00:00:00 2001 From: IamPyu Date: Thu, 9 Jul 2026 06:35:35 -0600 Subject: [PATCH] [+] Add unlabeled pride flag --- hyfetch/data/presets.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyfetch/data/presets.json b/hyfetch/data/presets.json index c3f801a4..ae1739d3 100644 --- a/hyfetch/data/presets.json +++ b/hyfetch/data/presets.json @@ -277,5 +277,8 @@ "queervillain": { "colors": ["#662D91", "#8DC63F", "#F7941D", "#EC008C"], "comment": "Sourced from https://distressedegg.fun/qvp" + }, + "unlabeled": { + "colors": ["#E7F9E4", "#FFFFFF", "#DEF0F7", "#FAE2C3"] } }