From 5e0f1ee909feafb05c46940aaf7ca72eb9a7821c Mon Sep 17 00:00:00 2001 From: Theo Haines <91698052+TheoHaines@users.noreply.github.com> Date: Thu, 12 Feb 2026 01:28:14 +0000 Subject: [PATCH] [+] Add rubber flag (#479) --- hyfetch/data/presets.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyfetch/data/presets.json b/hyfetch/data/presets.json index 550165b1..1f4fa90a 100644 --- a/hyfetch/data/presets.json +++ b/hyfetch/data/presets.json @@ -231,5 +231,7 @@ "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"], + + "rubber" : ["#000000", "#FE0002", "#FFFF01", "#FE0002", "#000000", "#FE0002", "#000000"] }