feat(settings/user/color): implement basic color picker without animations

This commit is contained in:
2025-12-27 16:48:10 +01:00
parent 254b077722
commit dc317d53e5
6 changed files with 126 additions and 0 deletions

6
app/utils/app.ts Normal file
View File

@@ -0,0 +1,6 @@
export const APP_COLORS = [
["#61829a", "#ba4900", "#fb0018", "#fb8afb"],
["#fb9200", "#f3e300", "#aafb00", "#00fb00"],
["#00a238", "#49db8a", "#30baf3", "#0059f3"],
["#000092", "#8a00d3", "#d300eb", "#fb0092"],
];