Newer
Older
export function getAccentColor(theme) {
return theme.colorScheme === "dark" ? "white" : "#244471";
}
To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
export function getAccentColor(theme) {
return theme.colorScheme === "dark" ? "white" : "#244471";
}