From e03cda1475752b0b7845812711d7e79c32a4de23 Mon Sep 17 00:00:00 2001 From: ruby_rose <46199301+MicroRay620@users.noreply.github.com> Date: Fri, 21 Nov 2025 06:14:56 -0500 Subject: [PATCH] Added femme flag (#456) * Added femme * Properly added femme to the list in build.rs * Revert "Properly added femme to the list in build.rs" This reverts commit be7f0748ac042bb824a074a664d9978e835a3a58. --------- Co-authored-by: Azalea <22280294+hykilpikonna@users.noreply.github.com> --- hyfetch/data/presets.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hyfetch/data/presets.json b/hyfetch/data/presets.json index 428b6d97..550165b1 100644 --- a/hyfetch/data/presets.json +++ b/hyfetch/data/presets.json @@ -147,6 +147,10 @@ "colors": ["#D72800", "#F17623", "#FF9C56", "#FFFDF6", "#FFCE89", "#FEAF02", "#A37000"], "comment": "colorpicked from https://commons.wikimedia.org/wiki/File:Butch_Flag.png" }, + "femme" : { + "colors": ["#FF1A87", "#FF6AB1", "#FFFFFF", "#9A0731", "51091D"], + "comment": "colorpicked from https://lgbtqia.wiki/wiki/Femme" + }, "leather": { "colors": ["#000000", "#252580", "#000000", "#252580", "#FFFFFF", "#252580", "#000000", "#252580", "#000000"], "comment": "colorpicked from https://commons.wikimedia.org/wiki/File:Leather,_Latex,_and_BDSM_pride_-_Light.svg" @@ -227,5 +231,5 @@ "beiyang": ["#DF1B12", "#FFC600", "#01639D", "#FFFFFF", "#000000"], "burger": ["#F3A26A", "#498701", "#FD1C13", "#7D3829", "#F3A26A"], "throatlozenges": ["#2759DA", "#03940D", "#F5F100", "#F59B00", "#B71212"], - "band": ["#2670C0", "#F5BD00", "#DC0045", "#E0608E"], + "band": ["#2670C0", "#F5BD00", "#DC0045", "#E0608E"] }