From 384b0b31b23da916d1c3ec5ca6d1d9f2897ed8fe Mon Sep 17 00:00:00 2001 From: Pyu <157995226+IamPyu@users.noreply.github.com> Date: Sat, 11 Jul 2026 22:10:50 -0600 Subject: [PATCH] [+] Add unlabeled pride flag (#524) --- 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"] } }