Add new theme 'monkeyblue' with color properties

finally ic done
This commit is contained in:
thetoasta 2025-10-05 15:08:36 -04:00 committed by GitHub
parent d4fc460e37
commit e6b26f9ce0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,12 @@ export const themes: Record<ThemeName, Omit<Theme, "name">> = {
subColor: "#939eae",
textColor: "#e9ecf0",
},
"monkeyblue": {
bgColor: "#1a1919",
mainColor: "#fff",
subColor: "#6c62d2",
textColor: "#9fd5ec",
},
"9009": {
bgColor: "#eeebe2",
mainColor: "#080909",