From 673a1672d3322edab524ca2f80330019d23eec9d Mon Sep 17 00:00:00 2001 From: icedog <120986721+icedogdog@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:01:40 -0700 Subject: [PATCH] Add demisexual flag (#511) * Added demisexual flag * fix demisexual hex capitalization --- hyfetch/data/presets.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hyfetch/data/presets.json b/hyfetch/data/presets.json index a3b0be6c..ec4bb119 100644 --- a/hyfetch/data/presets.json +++ b/hyfetch/data/presets.json @@ -38,6 +38,11 @@ }, "aroace2": ["#000000", "#810081", "#A4A4A4", "#FFFFFF", "#A8D47A", "#3BA740"], "aroace3": ["#3BA740", "#A8D47A", "#FFFFFF", "#ABABAB", "#000000", "#A4A4A4", "#FFFFFF", "#810081"], + "demisexual": { + "colors": ["#000000", "#FFFFFF", "#6F0071", "#D3D3D3"], + "weights": [2, 3, 1, 3], + "comment": "sourced from https://commons.wikimedia.org/wiki/File:Demisexual_Pride_Flag.svg" + }, "autosexual": ["#99D9EA", "#7F7F7F"], "intergender": { "colors": ["#900DC2", "#900DC2", "#FFE54F", "#900DC2", "#900DC2"],