FachschaftMathPhysInfo / pepp

Vorkursverwaltungstool
MIT License
1 stars 0 forks source link

Add our color palette #67

Open Plebysnacc opened 1 month ago

Plebysnacc commented 1 month ago

Currently we use red-hues similar to the fachschafts-colorpalette.

We should design and implement our actual palette

dheidemann commented 1 month ago

currently figuring out a good way to store system-wide settings. So in terms of implementing the palette, please plan with using the settings query and addSetting mutation respectively. This will look like


mutation addSetting(setting: {
  key: "primary-color"
  value: "#FFFFFF"
  type: COLOR
})
dheidemann commented 1 month ago

settings model is fully implemented now and per default serves a setting with key "primary-color" holding our fs red. See #71 for ref