Explorar o código

[+] Add beiyang flag

Azalea (on HyDEV-Daisy) %!s(int64=3) %!d(string=hai) anos
pai
achega
865dea5dc3
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      hyfetch/presets.py

+ 8 - 0
hyfetch/presets.py

@@ -300,4 +300,12 @@ PRESETS: dict[str, ColorProfile] = {
         '#5276D4',
         '#5276D4',
     ]),
+
+    'beiyang': ColorProfile([
+        '#DF1B12',
+        '#FFC600',
+        '#01639D',
+        '#FFFFFF',
+        '#000000',
+    ]),
 }