Skip to content

Commit

Permalink
[PR] #331 from malex342: Add kenochoric, veldian, solian, lunian
Browse files Browse the repository at this point in the history
added four flags!
  • Loading branch information
hykilpikonna authored Aug 25, 2024
2 parents 3dafba3 + e46e78e commit 729e81a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions hyfetch/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,37 @@ def unique_colors(self) -> ColorProfile:
'#FFFFFF',
'#636363',
]),

'kenochoric': ColorProfile([
'#000000',
'#2E1569',
'#824DB7',
'#C7A1D6',
]),

'veldian': ColorProfile([
'#D182A8',
'#FAF6E0',
'#69ACBE',
'#5D448F',
'#3A113E',
]),

'solian': ColorProfile([
'#FFF8ED',
'#FFE7A8',
'#F1B870',
'#A56058',
'#46281E',
]),

'lunian': ColorProfile([
'#2F0E62',
'#6F41B1',
'#889FDF',
'#7DDFD5',
'#D2F2E2',
]),

# Meme flags
'beiyang': ColorProfile([
Expand Down

0 comments on commit 729e81a

Please sign in to comment.