[+] Transbian flag py

This commit is contained in:
obsoletedevgit 2025-10-13 18:14:34 +01:00
parent c722c73e79
commit 8d066e17d3

View File

@ -1092,4 +1092,14 @@ PRESETS: dict[str, ColorProfile] = {
"#52d2ed",
"#c6d1d2"
]),
# Adding Transbian Pride Flag - ObsoleteDev
'transbian flag': ColorProfile([
"#03A3E6",
"#F8B4CD",
"#FAFBF9",
"#FA9C57",
"#A80864"
]),
}