From 6860624cbccc3c69137914a92d3d7ab8d87cb888 Mon Sep 17 00:00:00 2001 From: icedog Date: Tue, 2 Jun 2026 03:14:22 -0700 Subject: [PATCH] fix demisexual hex capitalization --- hyfetch/data/presets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyfetch/data/presets.json b/hyfetch/data/presets.json index 477ec4b0..ec4bb119 100644 --- a/hyfetch/data/presets.json +++ b/hyfetch/data/presets.json @@ -39,7 +39,7 @@ "aroace2": ["#000000", "#810081", "#A4A4A4", "#FFFFFF", "#A8D47A", "#3BA740"], "aroace3": ["#3BA740", "#A8D47A", "#FFFFFF", "#ABABAB", "#000000", "#A4A4A4", "#FFFFFF", "#810081"], "demisexual": { - "colors": ["#000000", "#ffffff", "#6f0071", "#d3d3d3"], + "colors": ["#000000", "#FFFFFF", "#6F0071", "#D3D3D3"], "weights": [2, 3, 1, 3], "comment": "sourced from https://commons.wikimedia.org/wiki/File:Demisexual_Pride_Flag.svg" },